Shades of Gorse #F5E940
Tints of Gorse #F5E940
RGB
CMYK
RGB Variations
Color information
#F5E940 (or 0xF5E940) is known color: Gorse. HEX triplet: F5, E9 and 40. RGB value is (245,233,64). Sum of RGB (Red+Green+Blue) = 245+233+64=542 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.20% from 542); Green value is 233 (91.41% from 255 or 42.99% from 542); Blue value is 64 (25.39% from 255 or 11.81% from 542); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E940 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5E940 is #0A16BF. Grayscale: #DADADA. Windows color (decimal): -661184 or 4254197. OLE color: 4254197.
HSL color Cylindrical-coordinate representation of color #F5E940: hue angle of 56.02º 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 #F5E940 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 233 | 64 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.04 |
| HSL | 56.02º | 0.9% | 0.61% | - |
| HSV(B) | 56.02º | 0.74% | 0.96% | - |
| XYZ | 67.72 | 78.06 | 16.35 | - |
| YUV | 217.32 | 41.48 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 233 | 64 | 0 | 0.05 | 0.74 | 0.04 | 56.02 | 0.9 | 0.61 |
| Hex | F5 | E9 | 40 | 0 | 5 | 4A | 4 | 38 | 5A | 3D |
| Octal | 365 | 351 | 100 | 0 | 5 | 112 | 4 | 70 | 132 | 75 |
| Binary | 11110101 | 11101001 | 1000000 | 0 | 101 | 1001010 | 100 | 111000 | 1011010 | 111101 |
Color Harmonies of #F5E940
Complementary color
Monochromatic Colors of #F5E940
Black with #F5E940
Text Example
Text Example
White with #F5E940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E940; }
p { color: rgb(245,233,64); }
H1.HeaderClassName
{
color: #F5E940;
}
.AnyTagClassName
{
color: #F5E940;
}
</style>
background-color css
<style>
a { background-color: #F5E940; }
a { background-color: rgb(245,233,64); }
div.DivClassName
{
background-color: #F5E940;
}
.BgClassName
{
background-color: #F5E940;
}
</style>
border-color css
<style>
span { border-color: #F5E940; }
span { border-color: rgb(245,233,64); }
td.TdClassName
{
border-color: #F5E940;
}
.TagClassName
{
border-color: #F5E940;
}
</style>