Shades of Gorse #F9DB3F
Tints of Gorse #F9DB3F
RGB
CMYK
RGB Variations
Color information
#F9DB3F (or 0xF9DB3F) is known color: Gorse. HEX triplet: F9, DB and 3F. RGB value is (249,219,63). Sum of RGB (Red+Green+Blue) = 249+219+63=531 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.89% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 63 (25% from 255 or 11.86% from 531); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DB3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9DB3F is #0624C0. Grayscale: #D2D2D2. Windows color (decimal): -402625 or 4185081. OLE color: 4185081.
HSL color Cylindrical-coordinate representation of color #F9DB3F: hue angle of 50.32º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F9DB3F is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 63 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.02 |
| HSL | 50.32º | 0.94% | 0.61% | - |
| HSV(B) | 50.32º | 0.75% | 0.98% | - |
| XYZ | 65.3 | 71.16 | 15 | - |
| YUV | 210.19 | 44.94 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 63 | 0 | 0.12 | 0.75 | 0.02 | 50.32 | 0.94 | 0.61 |
| Hex | F9 | DB | 3F | 0 | C | 4B | 2 | 32 | 5E | 3D |
| Octal | 371 | 333 | 77 | 0 | 14 | 113 | 2 | 62 | 136 | 75 |
| Binary | 11111001 | 11011011 | 111111 | 0 | 1100 | 1001011 | 10 | 110010 | 1011110 | 111101 |
Color Harmonies of #F9DB3F
Complementary color
Monochromatic Colors of #F9DB3F
Black with #F9DB3F
Text Example
Text Example
White with #F9DB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DB3F; }
p { color: rgb(249,219,63); }
H1.HeaderClassName
{
color: #F9DB3F;
}
.AnyTagClassName
{
color: #F9DB3F;
}
</style>
background-color css
<style>
a { background-color: #F9DB3F; }
a { background-color: rgb(249,219,63); }
div.DivClassName
{
background-color: #F9DB3F;
}
.BgClassName
{
background-color: #F9DB3F;
}
</style>
border-color css
<style>
span { border-color: #F9DB3F; }
span { border-color: rgb(249,219,63); }
td.TdClassName
{
border-color: #F9DB3F;
}
.TagClassName
{
border-color: #F9DB3F;
}
</style>