Shades of Gorse #F9EE2C
Tints of Gorse #F9EE2C
RGB
CMYK
RGB Variations
Color information
#F9EE2C (or 0xF9EE2C) is known color: Gorse. HEX triplet: F9, EE and 2C. RGB value is (249,238,44). Sum of RGB (Red+Green+Blue) = 249+238+44=531 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.89% from 531); Green value is 238 (93.36% from 255 or 44.82% from 531); Blue value is 44 (17.58% from 255 or 8.29% from 531); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EE2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9EE2C is #0611D3. Grayscale: #DBDBDB. Windows color (decimal): -397780 or 2944761. OLE color: 2944761.
HSL color Cylindrical-coordinate representation of color #F9EE2C: hue angle of 56.78º 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 #F9EE2C is Cyan = 0, Magento = 0.04, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 238 | 44 | - |
| CMYK | 0 | 0.04 | 0.82 | 0.02 |
| HSL | 56.78º | 0.94% | 0.57% | - |
| HSV(B) | 56.78º | 0.82% | 0.98% | - |
| XYZ | 70.1 | 81.47 | 14.41 | - |
| YUV | 219.17 | 29.14 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 238 | 44 | 0 | 0.04 | 0.82 | 0.02 | 56.78 | 0.94 | 0.57 |
| Hex | F9 | EE | 2C | 0 | 4 | 52 | 2 | 39 | 5E | 39 |
| Octal | 371 | 356 | 54 | 0 | 4 | 122 | 2 | 71 | 136 | 71 |
| Binary | 11111001 | 11101110 | 101100 | 0 | 100 | 1010010 | 10 | 111001 | 1011110 | 111001 |
Color Harmonies of #F9EE2C
Complementary color
Monochromatic Colors of #F9EE2C
Black with #F9EE2C
Text Example
Text Example
White with #F9EE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9EE2C; }
p { color: rgb(249,238,44); }
H1.HeaderClassName
{
color: #F9EE2C;
}
.AnyTagClassName
{
color: #F9EE2C;
}
</style>
background-color css
<style>
a { background-color: #F9EE2C; }
a { background-color: rgb(249,238,44); }
div.DivClassName
{
background-color: #F9EE2C;
}
.BgClassName
{
background-color: #F9EE2C;
}
</style>
border-color css
<style>
span { border-color: #F9EE2C; }
span { border-color: rgb(249,238,44); }
td.TdClassName
{
border-color: #F9EE2C;
}
.TagClassName
{
border-color: #F9EE2C;
}
</style>