Shades of Gorse #F9E22C
Tints of Gorse #F9E22C
RGB
CMYK
RGB Variations
Color information
#F9E22C (or 0xF9E22C) is known color: Gorse. HEX triplet: F9, E2 and 2C. RGB value is (249,226,44). Sum of RGB (Red+Green+Blue) = 249+226+44=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 226 (88.67% from 255 or 43.55% from 519); Blue value is 44 (17.58% from 255 or 8.48% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E22C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9E22C is #061DD3. Grayscale: #D4D4D4. Windows color (decimal): -400852 or 2941689. OLE color: 2941689.
HSL color Cylindrical-coordinate representation of color #F9E22C: hue angle of 53.27º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F9E22C is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 226 | 44 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.02 |
| HSL | 53.27º | 0.94% | 0.57% | - |
| HSV(B) | 53.27º | 0.82% | 0.98% | - |
| XYZ | 66.72 | 74.71 | 13.29 | - |
| YUV | 212.13 | 33.12 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 226 | 44 | 0 | 0.09 | 0.82 | 0.02 | 53.27 | 0.94 | 0.57 |
| Hex | F9 | E2 | 2C | 0 | 9 | 52 | 2 | 35 | 5E | 39 |
| Octal | 371 | 342 | 54 | 0 | 11 | 122 | 2 | 65 | 136 | 71 |
| Binary | 11111001 | 11100010 | 101100 | 0 | 1001 | 1010010 | 10 | 110101 | 1011110 | 111001 |
Color Harmonies of #F9E22C
Complementary color
Monochromatic Colors of #F9E22C
Black with #F9E22C
Text Example
Text Example
White with #F9E22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E22C; }
p { color: rgb(249,226,44); }
H1.HeaderClassName
{
color: #F9E22C;
}
.AnyTagClassName
{
color: #F9E22C;
}
</style>
background-color css
<style>
a { background-color: #F9E22C; }
a { background-color: rgb(249,226,44); }
div.DivClassName
{
background-color: #F9E22C;
}
.BgClassName
{
background-color: #F9E22C;
}
</style>
border-color css
<style>
span { border-color: #F9E22C; }
span { border-color: rgb(249,226,44); }
td.TdClassName
{
border-color: #F9E22C;
}
.TagClassName
{
border-color: #F9E22C;
}
</style>