Shades of Gorse #F9DB40
Tints of Gorse #F9DB40
RGB
CMYK
RGB Variations
Color information
#F9DB40 (or 0xF9DB40) is known color: Gorse. HEX triplet: F9, DB and 40. RGB value is (249,219,64). Sum of RGB (Red+Green+Blue) = 249+219+64=532 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.80% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 64 (25.39% from 255 or 12.03% from 532); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9DB40 is #0624BF. Grayscale: #D2D2D2. Windows color (decimal): -402624 or 4250617. OLE color: 4250617.
HSL color Cylindrical-coordinate representation of color #F9DB40: hue angle of 50.27º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F9DB40 is Cyan = 0, Magento = 0.12, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 64 | - |
| CMYK | 0 | 0.12 | 0.74 | 0.02 |
| HSL | 50.27º | 0.94% | 0.61% | - |
| HSV(B) | 50.27º | 0.74% | 0.98% | - |
| XYZ | 65.32 | 71.17 | 15.15 | - |
| YUV | 210.3 | 45.44 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 64 | 0 | 0.12 | 0.74 | 0.02 | 50.27 | 0.94 | 0.61 |
| Hex | F9 | DB | 40 | 0 | C | 4A | 2 | 32 | 5E | 3D |
| Octal | 371 | 333 | 100 | 0 | 14 | 112 | 2 | 62 | 136 | 75 |
| Binary | 11111001 | 11011011 | 1000000 | 0 | 1100 | 1001010 | 10 | 110010 | 1011110 | 111101 |
Color Harmonies of #F9DB40
Complementary color
Monochromatic Colors of #F9DB40
Black with #F9DB40
Text Example
Text Example
White with #F9DB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DB40; }
p { color: rgb(249,219,64); }
H1.HeaderClassName
{
color: #F9DB40;
}
.AnyTagClassName
{
color: #F9DB40;
}
</style>
background-color css
<style>
a { background-color: #F9DB40; }
a { background-color: rgb(249,219,64); }
div.DivClassName
{
background-color: #F9DB40;
}
.BgClassName
{
background-color: #F9DB40;
}
</style>
border-color css
<style>
span { border-color: #F9DB40; }
span { border-color: rgb(249,219,64); }
td.TdClassName
{
border-color: #F9DB40;
}
.TagClassName
{
border-color: #F9DB40;
}
</style>