Shades of Gorse #F5E040
Tints of Gorse #F5E040
RGB
CMYK
RGB Variations
Color information
#F5E040 (or 0xF5E040) is known color: Gorse. HEX triplet: F5, E0 and 40. RGB value is (245,224,64). Sum of RGB (Red+Green+Blue) = 245+224+64=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 224 (87.89% from 255 or 42.03% from 533); Blue value is 64 (25.39% from 255 or 12.01% from 533); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E040 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E040 is #0A1FBF. Grayscale: #D4D4D4. Windows color (decimal): -663488 or 4251893. OLE color: 4251893.
HSL color Cylindrical-coordinate representation of color #F5E040: hue angle of 53.04º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F5E040 is Cyan = 0, Magento = 0.09, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 224 | 64 | - |
| CMYK | 0 | 0.09 | 0.74 | 0.04 |
| HSL | 53.04º | 0.9% | 0.61% | - |
| HSV(B) | 53.04º | 0.74% | 0.96% | - |
| XYZ | 65.24 | 73.09 | 15.52 | - |
| YUV | 212.04 | 44.46 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 224 | 64 | 0 | 0.09 | 0.74 | 0.04 | 53.04 | 0.9 | 0.61 |
| Hex | F5 | E0 | 40 | 0 | 9 | 4A | 4 | 35 | 5A | 3D |
| Octal | 365 | 340 | 100 | 0 | 11 | 112 | 4 | 65 | 132 | 75 |
| Binary | 11110101 | 11100000 | 1000000 | 0 | 1001 | 1001010 | 100 | 110101 | 1011010 | 111101 |
Color Harmonies of #F5E040
Complementary color
Monochromatic Colors of #F5E040
Black with #F5E040
Text Example
Text Example
White with #F5E040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E040; }
p { color: rgb(245,224,64); }
H1.HeaderClassName
{
color: #F5E040;
}
.AnyTagClassName
{
color: #F5E040;
}
</style>
background-color css
<style>
a { background-color: #F5E040; }
a { background-color: rgb(245,224,64); }
div.DivClassName
{
background-color: #F5E040;
}
.BgClassName
{
background-color: #F5E040;
}
</style>
border-color css
<style>
span { border-color: #F5E040; }
span { border-color: rgb(245,224,64); }
td.TdClassName
{
border-color: #F5E040;
}
.TagClassName
{
border-color: #F5E040;
}
</style>