Shades of Gorse #F9DB3D
Tints of Gorse #F9DB3D
RGB
CMYK
RGB Variations
Color information
#F9DB3D (or 0xF9DB3D) is known color: Gorse. HEX triplet: F9, DB and 3D. RGB value is (249,219,61). Sum of RGB (Red+Green+Blue) = 249+219+61=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 61 (24.22% from 255 or 11.53% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DB3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9DB3D is #0624C2. Grayscale: #D2D2D2. Windows color (decimal): -402627 or 4054009. OLE color: 4054009.
HSL color Cylindrical-coordinate representation of color #F9DB3D: hue angle of 50.43º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F9DB3D is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 61 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.02 |
| HSL | 50.43º | 0.94% | 0.61% | - |
| HSV(B) | 50.43º | 0.76% | 0.98% | - |
| XYZ | 65.24 | 71.14 | 14.71 | - |
| YUV | 209.96 | 43.94 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 61 | 0 | 0.12 | 0.76 | 0.02 | 50.43 | 0.94 | 0.61 |
| Hex | F9 | DB | 3D | 0 | C | 4C | 2 | 32 | 5E | 3D |
| Octal | 371 | 333 | 75 | 0 | 14 | 114 | 2 | 62 | 136 | 75 |
| Binary | 11111001 | 11011011 | 111101 | 0 | 1100 | 1001100 | 10 | 110010 | 1011110 | 111101 |
Color Harmonies of #F9DB3D
Complementary color
Monochromatic Colors of #F9DB3D
Black with #F9DB3D
Text Example
Text Example
White with #F9DB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DB3D; }
p { color: rgb(249,219,61); }
H1.HeaderClassName
{
color: #F9DB3D;
}
.AnyTagClassName
{
color: #F9DB3D;
}
</style>
background-color css
<style>
a { background-color: #F9DB3D; }
a { background-color: rgb(249,219,61); }
div.DivClassName
{
background-color: #F9DB3D;
}
.BgClassName
{
background-color: #F9DB3D;
}
</style>
border-color css
<style>
span { border-color: #F9DB3D; }
span { border-color: rgb(249,219,61); }
td.TdClassName
{
border-color: #F9DB3D;
}
.TagClassName
{
border-color: #F9DB3D;
}
</style>