Shades of Gorse #F5E72E
Tints of Gorse #F5E72E
RGB
CMYK
RGB Variations
Color information
#F5E72E (or 0xF5E72E) is known color: Gorse. HEX triplet: F5, E7 and 2E. RGB value is (245,231,46). Sum of RGB (Red+Green+Blue) = 245+231+46=522 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.93% from 522); Green value is 231 (90.62% from 255 or 44.25% from 522); Blue value is 46 (18.36% from 255 or 8.81% from 522); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E72E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5E72E is #0A18D1. Grayscale: #D6D6D6. Windows color (decimal): -661714 or 3074037. OLE color: 3074037.
HSL color Cylindrical-coordinate representation of color #F5E72E: hue angle of 55.78º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F5E72E is Cyan = 0, Magento = 0.06, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 231 | 46 | - |
| CMYK | 0 | 0.06 | 0.81 | 0.04 |
| HSL | 55.78º | 0.91% | 0.57% | - |
| HSV(B) | 55.78º | 0.81% | 0.96% | - |
| XYZ | 66.73 | 76.76 | 13.88 | - |
| YUV | 214.1 | 33.14 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 231 | 46 | 0 | 0.06 | 0.81 | 0.04 | 55.78 | 0.91 | 0.57 |
| Hex | F5 | E7 | 2E | 0 | 6 | 51 | 4 | 38 | 5B | 39 |
| Octal | 365 | 347 | 56 | 0 | 6 | 121 | 4 | 70 | 133 | 71 |
| Binary | 11110101 | 11100111 | 101110 | 0 | 110 | 1010001 | 100 | 111000 | 1011011 | 111001 |
Color Harmonies of #F5E72E
Complementary color
Monochromatic Colors of #F5E72E
Black with #F5E72E
Text Example
Text Example
White with #F5E72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E72E; }
p { color: rgb(245,231,46); }
H1.HeaderClassName
{
color: #F5E72E;
}
.AnyTagClassName
{
color: #F5E72E;
}
</style>
background-color css
<style>
a { background-color: #F5E72E; }
a { background-color: rgb(245,231,46); }
div.DivClassName
{
background-color: #F5E72E;
}
.BgClassName
{
background-color: #F5E72E;
}
</style>
border-color css
<style>
span { border-color: #F5E72E; }
span { border-color: rgb(245,231,46); }
td.TdClassName
{
border-color: #F5E72E;
}
.TagClassName
{
border-color: #F5E72E;
}
</style>