Shades of Gorse #F9E224
Tints of Gorse #F9E224
RGB
CMYK
RGB Variations
Color information
#F9E224 (or 0xF9E224) is known color: Gorse. HEX triplet: F9, E2 and 24. RGB value is (249,226,36). Sum of RGB (Red+Green+Blue) = 249+226+36=511 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.73% from 511); Green value is 226 (88.67% from 255 or 44.23% from 511); Blue value is 36 (14.45% from 255 or 7.05% from 511); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E224 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9E224 is #061DDB. Grayscale: #D4D4D4. Windows color (decimal): -400860 or 2417401. OLE color: 2417401.
HSL color Cylindrical-coordinate representation of color #F9E224: hue angle of 53.52º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F9E224 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 226 | 36 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.02 |
| HSL | 53.52º | 0.95% | 0.56% | - |
| HSV(B) | 53.52º | 0.86% | 0.98% | - |
| XYZ | 66.58 | 74.66 | 12.57 | - |
| YUV | 211.22 | 29.12 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 226 | 36 | 0 | 0.09 | 0.86 | 0.02 | 53.52 | 0.95 | 0.56 |
| Hex | F9 | E2 | 24 | 0 | 9 | 56 | 2 | 36 | 5F | 38 |
| Octal | 371 | 342 | 44 | 0 | 11 | 126 | 2 | 66 | 137 | 70 |
| Binary | 11111001 | 11100010 | 100100 | 0 | 1001 | 1010110 | 10 | 110110 | 1011111 | 111000 |
Color Harmonies of #F9E224
Complementary color
Monochromatic Colors of #F9E224
Black with #F9E224
Text Example
Text Example
White with #F9E224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E224; }
p { color: rgb(249,226,36); }
H1.HeaderClassName
{
color: #F9E224;
}
.AnyTagClassName
{
color: #F9E224;
}
</style>
background-color css
<style>
a { background-color: #F9E224; }
a { background-color: rgb(249,226,36); }
div.DivClassName
{
background-color: #F9E224;
}
.BgClassName
{
background-color: #F9E224;
}
</style>
border-color css
<style>
span { border-color: #F9E224; }
span { border-color: rgb(249,226,36); }
td.TdClassName
{
border-color: #F9E224;
}
.TagClassName
{
border-color: #F9E224;
}
</style>