Shades of Gorse #F9E239
Tints of Gorse #F9E239
RGB
CMYK
RGB Variations
Color information
#F9E239 (or 0xF9E239) is known color: Gorse. HEX triplet: F9, E2 and 39. RGB value is (249,226,57). Sum of RGB (Red+Green+Blue) = 249+226+57=532 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.80% from 532); Green value is 226 (88.67% from 255 or 42.48% from 532); Blue value is 57 (22.66% from 255 or 10.71% from 532); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E239 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9E239 is #061DC6. Grayscale: #D6D6D6. Windows color (decimal): -400839 or 3793657. OLE color: 3793657.
HSL color Cylindrical-coordinate representation of color #F9E239: hue angle of 52.81º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F9E239 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 226 | 57 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.02 |
| HSL | 52.81º | 0.94% | 0.6% | - |
| HSV(B) | 52.81º | 0.77% | 0.98% | - |
| XYZ | 67 | 74.83 | 14.78 | - |
| YUV | 213.61 | 39.62 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 226 | 57 | 0 | 0.09 | 0.77 | 0.02 | 52.81 | 0.94 | 0.6 |
| Hex | F9 | E2 | 39 | 0 | 9 | 4D | 2 | 35 | 5E | 3C |
| Octal | 371 | 342 | 71 | 0 | 11 | 115 | 2 | 65 | 136 | 74 |
| Binary | 11111001 | 11100010 | 111001 | 0 | 1001 | 1001101 | 10 | 110101 | 1011110 | 111100 |
Color Harmonies of #F9E239
Complementary color
Monochromatic Colors of #F9E239
Black with #F9E239
Text Example
Text Example
White with #F9E239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E239; }
p { color: rgb(249,226,57); }
H1.HeaderClassName
{
color: #F9E239;
}
.AnyTagClassName
{
color: #F9E239;
}
</style>
background-color css
<style>
a { background-color: #F9E239; }
a { background-color: rgb(249,226,57); }
div.DivClassName
{
background-color: #F9E239;
}
.BgClassName
{
background-color: #F9E239;
}
</style>
border-color css
<style>
span { border-color: #F9E239; }
span { border-color: rgb(249,226,57); }
td.TdClassName
{
border-color: #F9E239;
}
.TagClassName
{
border-color: #F9E239;
}
</style>