Shades of Gorse #F9E039
Tints of Gorse #F9E039
RGB
CMYK
RGB Variations
Color information
#F9E039 (or 0xF9E039) is known color: Gorse. HEX triplet: F9, E0 and 39. RGB value is (249,224,57). Sum of RGB (Red+Green+Blue) = 249+224+57=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 224 (87.89% from 255 or 42.26% from 530); Blue value is 57 (22.66% from 255 or 10.75% from 530); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E039 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9E039 is #061FC6. Grayscale: #D5D5D5. Windows color (decimal): -401351 or 3793145. OLE color: 3793145.
HSL color Cylindrical-coordinate representation of color #F9E039: hue angle of 52.19º 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 #F9E039 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 224 | 57 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.02 |
| HSL | 52.19º | 0.94% | 0.6% | - |
| HSV(B) | 52.19º | 0.77% | 0.98% | - |
| XYZ | 66.46 | 73.75 | 14.6 | - |
| YUV | 212.44 | 40.28 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 224 | 57 | 0 | 0.10 | 0.77 | 0.02 | 52.19 | 0.94 | 0.6 |
| Hex | F9 | E0 | 39 | 0 | A | 4D | 2 | 34 | 5E | 3C |
| Octal | 371 | 340 | 71 | 0 | 12 | 115 | 2 | 64 | 136 | 74 |
| Binary | 11111001 | 11100000 | 111001 | 0 | 1010 | 1001101 | 10 | 110100 | 1011110 | 111100 |
Color Harmonies of #F9E039
Complementary color
Monochromatic Colors of #F9E039
Black with #F9E039
Text Example
Text Example
White with #F9E039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E039; }
p { color: rgb(249,224,57); }
H1.HeaderClassName
{
color: #F9E039;
}
.AnyTagClassName
{
color: #F9E039;
}
</style>
background-color css
<style>
a { background-color: #F9E039; }
a { background-color: rgb(249,224,57); }
div.DivClassName
{
background-color: #F9E039;
}
.BgClassName
{
background-color: #F9E039;
}
</style>
border-color css
<style>
span { border-color: #F9E039; }
span { border-color: rgb(249,224,57); }
td.TdClassName
{
border-color: #F9E039;
}
.TagClassName
{
border-color: #F9E039;
}
</style>