Shades of Gorse #F9DB36
Tints of Gorse #F9DB36
RGB
CMYK
RGB Variations
Color information
#F9DB36 (or 0xF9DB36) is known color: Gorse. HEX triplet: F9, DB and 36. RGB value is (249,219,54). Sum of RGB (Red+Green+Blue) = 249+219+54=522 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.70% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 54 (21.48% from 255 or 10.34% from 522); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DB36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9DB36 is #0624C9. Grayscale: #D1D1D1. Windows color (decimal): -402634 or 3595257. OLE color: 3595257.
HSL color Cylindrical-coordinate representation of color #F9DB36: hue angle of 50.77º 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 #F9DB36 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 54 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.02 |
| HSL | 50.77º | 0.94% | 0.59% | - |
| HSV(B) | 50.77º | 0.78% | 0.98% | - |
| XYZ | 65.06 | 71.07 | 13.78 | - |
| YUV | 209.16 | 40.44 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 54 | 0 | 0.12 | 0.78 | 0.02 | 50.77 | 0.94 | 0.59 |
| Hex | F9 | DB | 36 | 0 | C | 4E | 2 | 33 | 5E | 3B |
| Octal | 371 | 333 | 66 | 0 | 14 | 116 | 2 | 63 | 136 | 73 |
| Binary | 11111001 | 11011011 | 110110 | 0 | 1100 | 1001110 | 10 | 110011 | 1011110 | 111011 |
Color Harmonies of #F9DB36
Complementary color
Monochromatic Colors of #F9DB36
Black with #F9DB36
Text Example
Text Example
White with #F9DB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DB36; }
p { color: rgb(249,219,54); }
H1.HeaderClassName
{
color: #F9DB36;
}
.AnyTagClassName
{
color: #F9DB36;
}
</style>
background-color css
<style>
a { background-color: #F9DB36; }
a { background-color: rgb(249,219,54); }
div.DivClassName
{
background-color: #F9DB36;
}
.BgClassName
{
background-color: #F9DB36;
}
</style>
border-color css
<style>
span { border-color: #F9DB36; }
span { border-color: rgb(249,219,54); }
td.TdClassName
{
border-color: #F9DB36;
}
.TagClassName
{
border-color: #F9DB36;
}
</style>