Shades of Gorse #F4DA3C
Tints of Gorse #F4DA3C
RGB
CMYK
RGB Variations
Color information
#F4DA3C (or 0xF4DA3C) is known color: Gorse. HEX triplet: F4, DA and 3C. RGB value is (244,218,60). Sum of RGB (Red+Green+Blue) = 244+218+60=522 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.74% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 60 (23.83% from 255 or 11.49% from 522); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DA3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4DA3C is #0B25C3. Grayscale: #D0D0D0. Windows color (decimal): -730564 or 3988212. OLE color: 3988212.
HSL color Cylindrical-coordinate representation of color #F4DA3C: hue angle of 51.52º 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 #F4DA3C is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 218 | 60 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.04 |
| HSL | 51.52º | 0.89% | 0.6% | - |
| HSV(B) | 51.52º | 0.75% | 0.96% | - |
| XYZ | 63.2 | 69.7 | 14.4 | - |
| YUV | 207.76 | 44.61 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 218 | 60 | 0 | 0.11 | 0.75 | 0.04 | 51.52 | 0.89 | 0.6 |
| Hex | F4 | DA | 3C | 0 | B | 4B | 4 | 34 | 59 | 3C |
| Octal | 364 | 332 | 74 | 0 | 13 | 113 | 4 | 64 | 131 | 74 |
| Binary | 11110100 | 11011010 | 111100 | 0 | 1011 | 1001011 | 100 | 110100 | 1011001 | 111100 |
Color Harmonies of #F4DA3C
Complementary color
Monochromatic Colors of #F4DA3C
Black with #F4DA3C
Text Example
Text Example
White with #F4DA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DA3C; }
p { color: rgb(244,218,60); }
H1.HeaderClassName
{
color: #F4DA3C;
}
.AnyTagClassName
{
color: #F4DA3C;
}
</style>
background-color css
<style>
a { background-color: #F4DA3C; }
a { background-color: rgb(244,218,60); }
div.DivClassName
{
background-color: #F4DA3C;
}
.BgClassName
{
background-color: #F4DA3C;
}
</style>
border-color css
<style>
span { border-color: #F4DA3C; }
span { border-color: rgb(244,218,60); }
td.TdClassName
{
border-color: #F4DA3C;
}
.TagClassName
{
border-color: #F4DA3C;
}
</style>