Shades of Gorse #F9E22D
Tints of Gorse #F9E22D
RGB
CMYK
RGB Variations
Color information
#F9E22D (or 0xF9E22D) is known color: Gorse. HEX triplet: F9, E2 and 2D. RGB value is (249,226,45). Sum of RGB (Red+Green+Blue) = 249+226+45=520 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.88% from 520); Green value is 226 (88.67% from 255 or 43.46% from 520); Blue value is 45 (17.97% from 255 or 8.65% from 520); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E22D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9E22D is #061DD2. Grayscale: #D4D4D4. Windows color (decimal): -400851 or 3007225. OLE color: 3007225.
HSL color Cylindrical-coordinate representation of color #F9E22D: hue angle of 53.24º 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 #F9E22D is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 226 | 45 | - |
| CMYK | 0 | 0.09 | 0.82 | 0.02 |
| HSL | 53.24º | 0.94% | 0.58% | - |
| HSV(B) | 53.24º | 0.82% | 0.98% | - |
| XYZ | 66.74 | 74.72 | 13.39 | - |
| YUV | 212.24 | 33.62 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 226 | 45 | 0 | 0.09 | 0.82 | 0.02 | 53.24 | 0.94 | 0.58 |
| Hex | F9 | E2 | 2D | 0 | 9 | 52 | 2 | 35 | 5E | 3A |
| Octal | 371 | 342 | 55 | 0 | 11 | 122 | 2 | 65 | 136 | 72 |
| Binary | 11111001 | 11100010 | 101101 | 0 | 1001 | 1010010 | 10 | 110101 | 1011110 | 111010 |
Color Harmonies of #F9E22D
Complementary color
Monochromatic Colors of #F9E22D
Black with #F9E22D
Text Example
Text Example
White with #F9E22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E22D; }
p { color: rgb(249,226,45); }
H1.HeaderClassName
{
color: #F9E22D;
}
.AnyTagClassName
{
color: #F9E22D;
}
</style>
background-color css
<style>
a { background-color: #F9E22D; }
a { background-color: rgb(249,226,45); }
div.DivClassName
{
background-color: #F9E22D;
}
.BgClassName
{
background-color: #F9E22D;
}
</style>
border-color css
<style>
span { border-color: #F9E22D; }
span { border-color: rgb(249,226,45); }
td.TdClassName
{
border-color: #F9E22D;
}
.TagClassName
{
border-color: #F9E22D;
}
</style>