Shades of Gorse #F4DB3D
Tints of Gorse #F4DB3D
RGB
CMYK
RGB Variations
Color information
#F4DB3D (or 0xF4DB3D) is known color: Gorse. HEX triplet: F4, DB and 3D. RGB value is (244,219,61). Sum of RGB (Red+Green+Blue) = 244+219+61=524 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.56% from 524); Green value is 219 (85.94% from 255 or 41.79% from 524); Blue value is 61 (24.22% from 255 or 11.64% from 524); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DB3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4DB3D is #0B24C2. Grayscale: #D1D1D1. Windows color (decimal): -730307 or 4054004. OLE color: 4054004.
HSL color Cylindrical-coordinate representation of color #F4DB3D: hue angle of 51.8º 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 #F4DB3D is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 219 | 61 | - |
| CMYK | 0 | 0.10 | 0.75 | 0.04 |
| HSL | 51.8º | 0.89% | 0.6% | - |
| HSV(B) | 51.8º | 0.75% | 0.96% | - |
| XYZ | 63.48 | 70.23 | 14.63 | - |
| YUV | 208.46 | 44.78 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 219 | 61 | 0 | 0.10 | 0.75 | 0.04 | 51.8 | 0.89 | 0.6 |
| Hex | F4 | DB | 3D | 0 | A | 4B | 4 | 34 | 59 | 3C |
| Octal | 364 | 333 | 75 | 0 | 12 | 113 | 4 | 64 | 131 | 74 |
| Binary | 11110100 | 11011011 | 111101 | 0 | 1010 | 1001011 | 100 | 110100 | 1011001 | 111100 |
Color Harmonies of #F4DB3D
Complementary color
Monochromatic Colors of #F4DB3D
Black with #F4DB3D
Text Example
Text Example
White with #F4DB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DB3D; }
p { color: rgb(244,219,61); }
H1.HeaderClassName
{
color: #F4DB3D;
}
.AnyTagClassName
{
color: #F4DB3D;
}
</style>
background-color css
<style>
a { background-color: #F4DB3D; }
a { background-color: rgb(244,219,61); }
div.DivClassName
{
background-color: #F4DB3D;
}
.BgClassName
{
background-color: #F4DB3D;
}
</style>
border-color css
<style>
span { border-color: #F4DB3D; }
span { border-color: rgb(244,219,61); }
td.TdClassName
{
border-color: #F4DB3D;
}
.TagClassName
{
border-color: #F4DB3D;
}
</style>