Shades of Gorse #F9F036
Tints of Gorse #F9F036
RGB
CMYK
RGB Variations
Color information
#F9F036 (or 0xF9F036) is known color: Gorse. HEX triplet: F9, F0 and 36. RGB value is (249,240,54). Sum of RGB (Red+Green+Blue) = 249+240+54=543 (71% of max value = 765). Red value is 249 (97.66% from 255 or 45.86% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 54 (21.48% from 255 or 9.94% from 543); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F036 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9F036 is #060FC9. Grayscale: #DEDEDE. Windows color (decimal): -397258 or 3600633. OLE color: 3600633.
HSL color Cylindrical-coordinate representation of color #F9F036: hue angle of 57.23º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F9F036 is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 240 | 54 | - |
| CMYK | 0 | 0.04 | 0.78 | 0.02 |
| HSL | 57.23º | 0.94% | 0.59% | - |
| HSV(B) | 57.23º | 0.78% | 0.98% | - |
| XYZ | 70.89 | 82.73 | 15.72 | - |
| YUV | 221.49 | 33.48 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 240 | 54 | 0 | 0.04 | 0.78 | 0.02 | 57.23 | 0.94 | 0.59 |
| Hex | F9 | F0 | 36 | 0 | 4 | 4E | 2 | 39 | 5E | 3B |
| Octal | 371 | 360 | 66 | 0 | 4 | 116 | 2 | 71 | 136 | 73 |
| Binary | 11111001 | 11110000 | 110110 | 0 | 100 | 1001110 | 10 | 111001 | 1011110 | 111011 |
Color Harmonies of #F9F036
Complementary color
Monochromatic Colors of #F9F036
Black with #F9F036
Text Example
Text Example
White with #F9F036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9F036; }
p { color: rgb(249,240,54); }
H1.HeaderClassName
{
color: #F9F036;
}
.AnyTagClassName
{
color: #F9F036;
}
</style>
background-color css
<style>
a { background-color: #F9F036; }
a { background-color: rgb(249,240,54); }
div.DivClassName
{
background-color: #F9F036;
}
.BgClassName
{
background-color: #F9F036;
}
</style>
border-color css
<style>
span { border-color: #F9F036; }
span { border-color: rgb(249,240,54); }
td.TdClassName
{
border-color: #F9F036;
}
.TagClassName
{
border-color: #F9F036;
}
</style>