Shades of Gorse #F5E240
Tints of Gorse #F5E240
RGB
CMYK
RGB Variations
Color information
#F5E240 (or 0xF5E240) is known color: Gorse. HEX triplet: F5, E2 and 40. RGB value is (245,226,64). Sum of RGB (Red+Green+Blue) = 245+226+64=535 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.79% from 535); Green value is 226 (88.67% from 255 or 42.24% from 535); Blue value is 64 (25.39% from 255 or 11.96% from 535); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E240 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5E240 is #0A1DBF. Grayscale: #D5D5D5. Windows color (decimal): -662976 or 4252405. OLE color: 4252405.
HSL color Cylindrical-coordinate representation of color #F5E240: hue angle of 53.7º 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 #F5E240 is Cyan = 0, Magento = 0.08, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 226 | 64 | - |
| CMYK | 0 | 0.08 | 0.74 | 0.04 |
| HSL | 53.7º | 0.9% | 0.61% | - |
| HSV(B) | 53.7º | 0.74% | 0.96% | - |
| XYZ | 65.78 | 74.18 | 15.7 | - |
| YUV | 213.21 | 43.79 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 226 | 64 | 0 | 0.08 | 0.74 | 0.04 | 53.7 | 0.9 | 0.61 |
| Hex | F5 | E2 | 40 | 0 | 8 | 4A | 4 | 36 | 5A | 3D |
| Octal | 365 | 342 | 100 | 0 | 10 | 112 | 4 | 66 | 132 | 75 |
| Binary | 11110101 | 11100010 | 1000000 | 0 | 1000 | 1001010 | 100 | 110110 | 1011010 | 111101 |
Color Harmonies of #F5E240
Complementary color
Monochromatic Colors of #F5E240
Black with #F5E240
Text Example
Text Example
White with #F5E240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E240; }
p { color: rgb(245,226,64); }
H1.HeaderClassName
{
color: #F5E240;
}
.AnyTagClassName
{
color: #F5E240;
}
</style>
background-color css
<style>
a { background-color: #F5E240; }
a { background-color: rgb(245,226,64); }
div.DivClassName
{
background-color: #F5E240;
}
.BgClassName
{
background-color: #F5E240;
}
</style>
border-color css
<style>
span { border-color: #F5E240; }
span { border-color: rgb(245,226,64); }
td.TdClassName
{
border-color: #F5E240;
}
.TagClassName
{
border-color: #F5E240;
}
</style>