Shades of Gorse #F9E02E
Tints of Gorse #F9E02E
RGB
CMYK
RGB Variations
Color information
#F9E02E (or 0xF9E02E) is known color: Gorse. HEX triplet: F9, E0 and 2E. RGB value is (249,224,46). Sum of RGB (Red+Green+Blue) = 249+224+46=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 224 (87.89% from 255 or 43.16% from 519); Blue value is 46 (18.36% from 255 or 8.86% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E02E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9E02E is #061FD1. Grayscale: #D3D3D3. Windows color (decimal): -401362 or 3072249. OLE color: 3072249.
HSL color Cylindrical-coordinate representation of color #F9E02E: hue angle of 52.61º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9E02E is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 224 | 46 | - |
| CMYK | 0 | 0.10 | 0.82 | 0.02 |
| HSL | 52.61º | 0.94% | 0.58% | - |
| HSV(B) | 52.61º | 0.82% | 0.98% | - |
| XYZ | 66.22 | 73.65 | 13.31 | - |
| YUV | 211.18 | 34.78 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 224 | 46 | 0 | 0.10 | 0.82 | 0.02 | 52.61 | 0.94 | 0.58 |
| Hex | F9 | E0 | 2E | 0 | A | 52 | 2 | 35 | 5E | 3A |
| Octal | 371 | 340 | 56 | 0 | 12 | 122 | 2 | 65 | 136 | 72 |
| Binary | 11111001 | 11100000 | 101110 | 0 | 1010 | 1010010 | 10 | 110101 | 1011110 | 111010 |
Color Harmonies of #F9E02E
Complementary color
Monochromatic Colors of #F9E02E
Black with #F9E02E
Text Example
Text Example
White with #F9E02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E02E; }
p { color: rgb(249,224,46); }
H1.HeaderClassName
{
color: #F9E02E;
}
.AnyTagClassName
{
color: #F9E02E;
}
</style>
background-color css
<style>
a { background-color: #F9E02E; }
a { background-color: rgb(249,224,46); }
div.DivClassName
{
background-color: #F9E02E;
}
.BgClassName
{
background-color: #F9E02E;
}
</style>
border-color css
<style>
span { border-color: #F9E02E; }
span { border-color: rgb(249,224,46); }
td.TdClassName
{
border-color: #F9E02E;
}
.TagClassName
{
border-color: #F9E02E;
}
</style>