RGB value of #F5FB5F colour is rgb(245, 251, 95) where red value is 245, green value is 251 and the blue value is 95.
Max value from RGB for colour #F5FB5F is 251 which contains mainly Green colour.
Cylindrical-coordinate representations (also known as HSL colours) of colour #F5FB5F hue angle of 62.3°, saturation:95.1% and the lightness value is 67.8%.
The process colour (four Colour CMYK) of #F5FB5F colour is Cyan = 0.02, Magento = 0, Yellow = 0.62, and Key/Black (K on CMYK) = 0.02.
Hex color #F5FB5F is not a web safe color. Nearby web safe colour of #F5FB5F is #FFFF66.
Grayscale color of #F5FB5F is #E8E8E8
Inverted color of #F5FB5F is #0A04A0
OLE colour (RGB Long) of #F5FB5F is 6290421
Decimal Value of #F5FB5F is 16120671
Android / android.graphics.Color of #F5FB5F is -656545 / 0xFFF5FB5F
The following declarations are allowed (CSS 3.0) for #F5FB5F
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110101 | 11111011 | 01011111 |
Octal | 365 | 373 | 137 |
Decimal | 245 | 251 | 95 |
Hex | F5 | FB | 5F |
Colors that are opposite each other on the color wheel are considered to be complementary colors. The high contrast of complementary colors creates a vibrant look especially when used at full saturation.
In the complementary color scheme, the opposite colour of #F5FB5F colour is calculated by adding 180° to the value of the current hue: 62.3° → 242.3° (+180°)
The split-complementary colour scheme is a variation of the complementary colour scheme. In addition to the base colour, it uses the two colours adjacent to its complement.This color scheme has the same strong visual contrast as the complementary color scheme, but has less tension.
Split-complementary colours of #F5FB5F are calculated by changing the hue by ±5/12 (±150°): 62.3° → -87.7° (62.3°-150°), 212.3° (62.3°+150°).
A triadic colour scheme uses colors that are evenly spaced around the colour wheel. This scheme tend to be quite vibrant, even if you use pale or unsaturated versions of your hues. To use a triadic harmony successfully, the colours should be carefully balanced - let one colour dominate and use the two others for accent.
Equidistant combinations of triadic scheme colours for #F5FB5F are calculated by changing the hue by ±1/3 (±120°): 62.3° → -57.7° (62.3°-120°), 182.3° (62.3°+120°).
The rectangle or tetradic color scheme uses four colors arranged into two complementary pairs.This schemes works best if one color is dominant, while the rest serve as extras.
Four tetradic scheme colours (clockwise) for #F5FB5F are calculated by changing the hue as follows : 62.3° → 182.3° (62.3°+120°), 242.3° (62.3°+180°), 362.3° (62.3°+300°).
Four tetradic scheme colours (counter-clockwise) for #F5FB5F are calculated by changing the hue as follows : 62.3° → -57.7° (62.3°-120°), -117.7° (62.3°-180°), -237.7° (62.3°-300°).
The square color scheme is similar to the Tetradic rectangle scheme, but with all four colors spaced evenly around the color circle. Square color schemes works best if you let one color be dominant. You should also pay attention to the balance between warm and cool colors in your design.
Four equidistant tetradic square scheme colours for #F5FB5F are calculated by changing the hue by 1/4 (90°) progressively : 62.3° → 152.3° (62.3°+90°), 242.3° (62.3°+180°), 332.3° (62.3°+270°).
Analogous colours are groups of three colors that are next to each other on the colour wheel. They usually match well and create serene and comfortable designs.
Analogous color schemes are often found in nature and are harmonious and pleasing to the eye.
The analogous colours of #F5FB5F are calculated by changing the hue by ±1/12 (i.e. 30°): 62.3° → 92.3° (62.3°+30°), 32.3° (62.3°-30°).
A shade is achieved by adding black to any pure hue
Tint is created by mixing white to any pure color
A tone is produced by adding gray to any pure hue.
.myforecolor{
color:#F5FB5F;
}
.mybgcolor{
background-color:#F5FB5F;
}
.mybordercolor{
border:3px solid #F5FB5F;
}
This sample text font Colour is #F5FB5F
The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog
<p style="color:#F5FB5F">Text here</p>
This div background Colour is #F5FB5F
<div style="background-color:#F5FB5F">
Div content here
</div>
This div border Colour is #F5FB5F
<div style="border:3px solid #F5FB5F">
Div content here
</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(245, 251, 95, 0.8);
}
.textShadowHex {
text-shadow: 4px 4px 2px #F5FB5F;
}
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #F5FB5F;
-webkit-box-shadow: 1px 1px 3px 2px #F5FB5F;
box-shadow: 1px 1px 3px 2px #F5FB5F;
}
This text has shadow with rgb values.
<p style="text-shadow: 4px 4px 2px rgba(245, 251, 95, 0.8);">Text here</p>
This text has shadow with hex values.
<p style="text-shadow: 4px 4px 2px #F5FB5F">Text here</p>
This div box has shadow with Colour # F5FB5F
<div style="-moz-box-shadow: 1px 1px 3px 2px #F5FB5F;
-webkit-box-shadow: 1px 1px 3px 2px #F5FB5F;
box-shadow: 1px 1px 3px 2px #F5FB5F;">
Div content here
</div>
You can link to this same page with the following url formats:
http://colourdetails.com/hex-code/F5FB5F
An also with...
Sample text in #F5FB5F colour with black background colour.
Sample text in #F5FB5F colour with white background colour.
Sample text in #F5FB5F colour with #0A04A0 background colour.
Sample text in #0A04A0 colour with #F5FB5F background colour.
Sample text in #F5FB5F colour with #5FA7FB background colour.
Sample text in #5FA7FB colour with #F5FB5F background colour.
Sample text in #F5FB5F colour with #5FF5FB background colour.
Sample text in #5FF5FB colour with #F5FB5F background colour.
Sample text in #F5FB5F colour with #5FFB65 background colour.
Sample text in #5FFB65 colour with #F5FB5F background colour.
Sample text in #F5FB5F colour with #5FFBB3 background colour.
Sample text in #5FFBB3 colour with #F5FB5F background colour.
Sample text in #F5FB5F colour with #5FFBF5 background colour.
Sample text in #5FFBF5 colour with #F5FB5F background colour.
Sample text in #F5FB5F colour with #655FFB background colour.
Sample text in #655FFB colour with #F5FB5F background colour.
Sample text in #F5FB5F colour with #B35FFB background colour.
Sample text in #B35FFB colour with #F5FB5F background colour.
Sample text in #F5FB5F colour with #E8E8E8 background colour.
Sample text in #E8E8E8 colour with #F5FB5F background colour.
Sample text in #F5FB5F colour with #F55FFB background colour.
Sample text in #F55FFB colour with #F5FB5F background colour.
Sample text in #F5FB5F colour with #FB5FA7 background colour.
Sample text in #FB5FA7 colour with #F5FB5F background colour.
Sample text in #F5FB5F colour with #FB5FF5 background colour.
Sample text in #FB5FF5 colour with #F5FB5F background colour.
Sample text in #F5FB5F colour with #FB655F background colour.
Sample text in #FB655F colour with #F5FB5F background colour.
Sample text in #F5FB5F colour with #FBF55F background colour.
Sample text in #FBF55F colour with #F5FB5F background colour.
Sample text in #F5FB5F colour with #FFFF66 background colour.
Sample text in #FFFF66 colour with #F5FB5F background colour.