Shades of Gorse #F4DA3E
Tints of Gorse #F4DA3E
RGB
CMYK
RGB Variations
Color information
#F4DA3E (or 0xF4DA3E) is known color: Gorse. HEX triplet: F4, DA and 3E. RGB value is (244,218,62). Sum of RGB (Red+Green+Blue) = 244+218+62=524 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.56% from 524); Green value is 218 (85.55% from 255 or 41.60% from 524); Blue value is 62 (24.61% from 255 or 11.83% from 524); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DA3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4DA3E is #0B25C1. Grayscale: #D0D0D0. Windows color (decimal): -730562 or 4119284. OLE color: 4119284.
HSL color Cylindrical-coordinate representation of color #F4DA3E: hue angle of 51.43º 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 #F4DA3E is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 218 | 62 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.04 |
| HSL | 51.43º | 0.89% | 0.6% | - |
| HSV(B) | 51.43º | 0.75% | 0.96% | - |
| XYZ | 63.25 | 69.72 | 14.68 | - |
| YUV | 207.99 | 45.61 | 153.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 218 | 62 | 0 | 0.11 | 0.75 | 0.04 | 51.43 | 0.89 | 0.6 |
| Hex | F4 | DA | 3E | 0 | B | 4B | 4 | 33 | 59 | 3C |
| Octal | 364 | 332 | 76 | 0 | 13 | 113 | 4 | 63 | 131 | 74 |
| Binary | 11110100 | 11011010 | 111110 | 0 | 1011 | 1001011 | 100 | 110011 | 1011001 | 111100 |
Color Harmonies of #F4DA3E
Complementary color
Monochromatic Colors of #F4DA3E
Black with #F4DA3E
Text Example
Text Example
White with #F4DA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DA3E; }
p { color: rgb(244,218,62); }
H1.HeaderClassName
{
color: #F4DA3E;
}
.AnyTagClassName
{
color: #F4DA3E;
}
</style>
background-color css
<style>
a { background-color: #F4DA3E; }
a { background-color: rgb(244,218,62); }
div.DivClassName
{
background-color: #F4DA3E;
}
.BgClassName
{
background-color: #F4DA3E;
}
</style>
border-color css
<style>
span { border-color: #F4DA3E; }
span { border-color: rgb(244,218,62); }
td.TdClassName
{
border-color: #F4DA3E;
}
.TagClassName
{
border-color: #F4DA3E;
}
</style>