Shades of Gorse #F4DF3A
Tints of Gorse #F4DF3A
RGB
CMYK
RGB Variations
Color information
#F4DF3A (or 0xF4DF3A) is known color: Gorse. HEX triplet: F4, DF and 3A. RGB value is (244,223,58). Sum of RGB (Red+Green+Blue) = 244+223+58=525 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.48% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 58 (23.05% from 255 or 11.05% from 525); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DF3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4DF3A is #0B20C5. Grayscale: #D3D3D3. Windows color (decimal): -729286 or 3858420. OLE color: 3858420.
HSL color Cylindrical-coordinate representation of color #F4DF3A: hue angle of 53.23º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F4DF3A is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 223 | 58 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.04 |
| HSL | 53.23º | 0.89% | 0.59% | - |
| HSV(B) | 53.23º | 0.76% | 0.96% | - |
| XYZ | 64.46 | 72.31 | 14.56 | - |
| YUV | 210.47 | 41.96 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 223 | 58 | 0 | 0.09 | 0.76 | 0.04 | 53.23 | 0.89 | 0.59 |
| Hex | F4 | DF | 3A | 0 | 9 | 4C | 4 | 35 | 59 | 3B |
| Octal | 364 | 337 | 72 | 0 | 11 | 114 | 4 | 65 | 131 | 73 |
| Binary | 11110100 | 11011111 | 111010 | 0 | 1001 | 1001100 | 100 | 110101 | 1011001 | 111011 |
Color Harmonies of #F4DF3A
Complementary color
Monochromatic Colors of #F4DF3A
Black with #F4DF3A
Text Example
Text Example
White with #F4DF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DF3A; }
p { color: rgb(244,223,58); }
H1.HeaderClassName
{
color: #F4DF3A;
}
.AnyTagClassName
{
color: #F4DF3A;
}
</style>
background-color css
<style>
a { background-color: #F4DF3A; }
a { background-color: rgb(244,223,58); }
div.DivClassName
{
background-color: #F4DF3A;
}
.BgClassName
{
background-color: #F4DF3A;
}
</style>
border-color css
<style>
span { border-color: #F4DF3A; }
span { border-color: rgb(244,223,58); }
td.TdClassName
{
border-color: #F4DF3A;
}
.TagClassName
{
border-color: #F4DF3A;
}
</style>