Shades of Gorse #F9DB3A
Tints of Gorse #F9DB3A
RGB
CMYK
RGB Variations
Color information
#F9DB3A (or 0xF9DB3A) is known color: Gorse. HEX triplet: F9, DB and 3A. RGB value is (249,219,58). Sum of RGB (Red+Green+Blue) = 249+219+58=526 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.34% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 58 (23.05% from 255 or 11.03% from 526); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DB3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9DB3A is #0624C5. Grayscale: #D2D2D2. Windows color (decimal): -402630 or 3857401. OLE color: 3857401.
HSL color Cylindrical-coordinate representation of color #F9DB3A: hue angle of 50.58º 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 #F9DB3A is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 58 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.02 |
| HSL | 50.58º | 0.94% | 0.6% | - |
| HSV(B) | 50.58º | 0.77% | 0.98% | - |
| XYZ | 65.16 | 71.11 | 14.29 | - |
| YUV | 209.62 | 42.44 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 58 | 0 | 0.12 | 0.77 | 0.02 | 50.58 | 0.94 | 0.6 |
| Hex | F9 | DB | 3A | 0 | C | 4D | 2 | 33 | 5E | 3C |
| Octal | 371 | 333 | 72 | 0 | 14 | 115 | 2 | 63 | 136 | 74 |
| Binary | 11111001 | 11011011 | 111010 | 0 | 1100 | 1001101 | 10 | 110011 | 1011110 | 111100 |
Color Harmonies of #F9DB3A
Complementary color
Monochromatic Colors of #F9DB3A
Black with #F9DB3A
Text Example
Text Example
White with #F9DB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DB3A; }
p { color: rgb(249,219,58); }
H1.HeaderClassName
{
color: #F9DB3A;
}
.AnyTagClassName
{
color: #F9DB3A;
}
</style>
background-color css
<style>
a { background-color: #F9DB3A; }
a { background-color: rgb(249,219,58); }
div.DivClassName
{
background-color: #F9DB3A;
}
.BgClassName
{
background-color: #F9DB3A;
}
</style>
border-color css
<style>
span { border-color: #F9DB3A; }
span { border-color: rgb(249,219,58); }
td.TdClassName
{
border-color: #F9DB3A;
}
.TagClassName
{
border-color: #F9DB3A;
}
</style>