Shades of Gorse #F4DB3E
Tints of Gorse #F4DB3E
RGB
CMYK
RGB Variations
Color information
#F4DB3E (or 0xF4DB3E) is known color: Gorse. HEX triplet: F4, DB and 3E. RGB value is (244,219,62). Sum of RGB (Red+Green+Blue) = 244+219+62=525 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.48% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 62 (24.61% from 255 or 11.81% from 525); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DB3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4DB3E is #0B24C1. Grayscale: #D1D1D1. Windows color (decimal): -730306 or 4119540. OLE color: 4119540.
HSL color Cylindrical-coordinate representation of color #F4DB3E: hue angle of 51.76º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F4DB3E is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 219 | 62 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.04 |
| HSL | 51.76º | 0.89% | 0.6% | - |
| HSV(B) | 51.76º | 0.75% | 0.96% | - |
| XYZ | 63.51 | 70.24 | 14.77 | - |
| YUV | 208.58 | 45.28 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 219 | 62 | 0 | 0.10 | 0.75 | 0.04 | 51.76 | 0.89 | 0.6 |
| Hex | F4 | DB | 3E | 0 | A | 4B | 4 | 34 | 59 | 3C |
| Octal | 364 | 333 | 76 | 0 | 12 | 113 | 4 | 64 | 131 | 74 |
| Binary | 11110100 | 11011011 | 111110 | 0 | 1010 | 1001011 | 100 | 110100 | 1011001 | 111100 |
Color Harmonies of #F4DB3E
Complementary color
Monochromatic Colors of #F4DB3E
Black with #F4DB3E
Text Example
Text Example
White with #F4DB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DB3E; }
p { color: rgb(244,219,62); }
H1.HeaderClassName
{
color: #F4DB3E;
}
.AnyTagClassName
{
color: #F4DB3E;
}
</style>
background-color css
<style>
a { background-color: #F4DB3E; }
a { background-color: rgb(244,219,62); }
div.DivClassName
{
background-color: #F4DB3E;
}
.BgClassName
{
background-color: #F4DB3E;
}
</style>
border-color css
<style>
span { border-color: #F4DB3E; }
span { border-color: rgb(244,219,62); }
td.TdClassName
{
border-color: #F4DB3E;
}
.TagClassName
{
border-color: #F4DB3E;
}
</style>