Shades of Gorse #F4DB41
Tints of Gorse #F4DB41
RGB
CMYK
RGB Variations
Color information
#F4DB41 (or 0xF4DB41) is known color: Gorse. HEX triplet: F4, DB and 41. RGB value is (244,219,65). Sum of RGB (Red+Green+Blue) = 244+219+65=528 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.21% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 65 (25.78% from 255 or 12.31% from 528); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DB41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4DB41 is #0B24BE. Grayscale: #D1D1D1. Windows color (decimal): -730303 or 4316148. OLE color: 4316148.
HSL color Cylindrical-coordinate representation of color #F4DB41: hue angle of 51.62º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F4DB41 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 219 | 65 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.04 |
| HSL | 51.62º | 0.89% | 0.61% | - |
| HSV(B) | 51.62º | 0.73% | 0.96% | - |
| XYZ | 63.59 | 70.28 | 15.21 | - |
| YUV | 208.92 | 46.78 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 219 | 65 | 0 | 0.10 | 0.73 | 0.04 | 51.62 | 0.89 | 0.61 |
| Hex | F4 | DB | 41 | 0 | A | 49 | 4 | 34 | 59 | 3D |
| Octal | 364 | 333 | 101 | 0 | 12 | 111 | 4 | 64 | 131 | 75 |
| Binary | 11110100 | 11011011 | 1000001 | 0 | 1010 | 1001001 | 100 | 110100 | 1011001 | 111101 |
Color Harmonies of #F4DB41
Complementary color
Monochromatic Colors of #F4DB41
Black with #F4DB41
Text Example
Text Example
White with #F4DB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DB41; }
p { color: rgb(244,219,65); }
H1.HeaderClassName
{
color: #F4DB41;
}
.AnyTagClassName
{
color: #F4DB41;
}
</style>
background-color css
<style>
a { background-color: #F4DB41; }
a { background-color: rgb(244,219,65); }
div.DivClassName
{
background-color: #F4DB41;
}
.BgClassName
{
background-color: #F4DB41;
}
</style>
border-color css
<style>
span { border-color: #F4DB41; }
span { border-color: rgb(244,219,65); }
td.TdClassName
{
border-color: #F4DB41;
}
.TagClassName
{
border-color: #F4DB41;
}
</style>