Shades of Gorse #F9E022
Tints of Gorse #F9E022
RGB
CMYK
RGB Variations
Color information
#F9E022 (or 0xF9E022) is known color: Gorse. HEX triplet: F9, E0 and 22. RGB value is (249,224,34). Sum of RGB (Red+Green+Blue) = 249+224+34=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 34 (13.67% from 255 or 6.71% from 507); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E022 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9E022 is #061FDD. Grayscale: #D2D2D2. Windows color (decimal): -401374 or 2285817. OLE color: 2285817.
HSL color Cylindrical-coordinate representation of color #F9E022: hue angle of 53.02º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F9E022 is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 224 | 34 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.02 |
| HSL | 53.02º | 0.95% | 0.55% | - |
| HSV(B) | 53.02º | 0.86% | 0.98% | - |
| XYZ | 66.01 | 73.57 | 12.23 | - |
| YUV | 209.82 | 28.78 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 224 | 34 | 0 | 0.10 | 0.86 | 0.02 | 53.02 | 0.95 | 0.55 |
| Hex | F9 | E0 | 22 | 0 | A | 56 | 2 | 35 | 5F | 37 |
| Octal | 371 | 340 | 42 | 0 | 12 | 126 | 2 | 65 | 137 | 67 |
| Binary | 11111001 | 11100000 | 100010 | 0 | 1010 | 1010110 | 10 | 110101 | 1011111 | 110111 |
Color Harmonies of #F9E022
Complementary color
Monochromatic Colors of #F9E022
Black with #F9E022
Text Example
Text Example
White with #F9E022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E022; }
p { color: rgb(249,224,34); }
H1.HeaderClassName
{
color: #F9E022;
}
.AnyTagClassName
{
color: #F9E022;
}
</style>
background-color css
<style>
a { background-color: #F9E022; }
a { background-color: rgb(249,224,34); }
div.DivClassName
{
background-color: #F9E022;
}
.BgClassName
{
background-color: #F9E022;
}
</style>
border-color css
<style>
span { border-color: #F9E022; }
span { border-color: rgb(249,224,34); }
td.TdClassName
{
border-color: #F9E022;
}
.TagClassName
{
border-color: #F9E022;
}
</style>