Shades of Gorse #F5E642
Tints of Gorse #F5E642
RGB
CMYK
RGB Variations
Color information
#F5E642 (or 0xF5E642) is known color: Gorse. HEX triplet: F5, E6 and 42. RGB value is (245,230,66). Sum of RGB (Red+Green+Blue) = 245+230+66=541 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.29% from 541); Green value is 230 (90.23% from 255 or 42.51% from 541); Blue value is 66 (26.17% from 255 or 12.20% from 541); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E642 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5E642 is #0A19BD. Grayscale: #D8D8D8. Windows color (decimal): -661950 or 4384501. OLE color: 4384501.
HSL color Cylindrical-coordinate representation of color #F5E642: hue angle of 54.97º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F5E642 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 230 | 66 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.04 |
| HSL | 54.97º | 0.9% | 0.61% | - |
| HSV(B) | 54.97º | 0.73% | 0.96% | - |
| XYZ | 66.94 | 76.4 | 16.37 | - |
| YUV | 215.79 | 43.47 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 230 | 66 | 0 | 0.06 | 0.73 | 0.04 | 54.97 | 0.9 | 0.61 |
| Hex | F5 | E6 | 42 | 0 | 6 | 49 | 4 | 37 | 5A | 3D |
| Octal | 365 | 346 | 102 | 0 | 6 | 111 | 4 | 67 | 132 | 75 |
| Binary | 11110101 | 11100110 | 1000010 | 0 | 110 | 1001001 | 100 | 110111 | 1011010 | 111101 |
Color Harmonies of #F5E642
Complementary color
Monochromatic Colors of #F5E642
Black with #F5E642
Text Example
Text Example
White with #F5E642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E642; }
p { color: rgb(245,230,66); }
H1.HeaderClassName
{
color: #F5E642;
}
.AnyTagClassName
{
color: #F5E642;
}
</style>
background-color css
<style>
a { background-color: #F5E642; }
a { background-color: rgb(245,230,66); }
div.DivClassName
{
background-color: #F5E642;
}
.BgClassName
{
background-color: #F5E642;
}
</style>
border-color css
<style>
span { border-color: #F5E642; }
span { border-color: rgb(245,230,66); }
td.TdClassName
{
border-color: #F5E642;
}
.TagClassName
{
border-color: #F5E642;
}
</style>