Shades of Gorse #F4DF36
Tints of Gorse #F4DF36
RGB
CMYK
RGB Variations
Color information
#F4DF36 (or 0xF4DF36) is known color: Gorse. HEX triplet: F4, DF and 36. RGB value is (244,223,54). Sum of RGB (Red+Green+Blue) = 244+223+54=521 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.83% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 54 (21.48% from 255 or 10.36% from 521); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DF36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4DF36 is #0B20C9. Grayscale: #D2D2D2. Windows color (decimal): -729290 or 3596276. OLE color: 3596276.
HSL color Cylindrical-coordinate representation of color #F4DF36: hue angle of 53.37º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F4DF36 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 223 | 54 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.04 |
| HSL | 53.37º | 0.9% | 0.58% | - |
| HSV(B) | 53.37º | 0.78% | 0.96% | - |
| XYZ | 64.36 | 72.27 | 14.05 | - |
| YUV | 210.01 | 39.96 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 223 | 54 | 0 | 0.09 | 0.78 | 0.04 | 53.37 | 0.9 | 0.58 |
| Hex | F4 | DF | 36 | 0 | 9 | 4E | 4 | 35 | 5A | 3A |
| Octal | 364 | 337 | 66 | 0 | 11 | 116 | 4 | 65 | 132 | 72 |
| Binary | 11110100 | 11011111 | 110110 | 0 | 1001 | 1001110 | 100 | 110101 | 1011010 | 111010 |
Color Harmonies of #F4DF36
Complementary color
Monochromatic Colors of #F4DF36
Black with #F4DF36
Text Example
Text Example
White with #F4DF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DF36; }
p { color: rgb(244,223,54); }
H1.HeaderClassName
{
color: #F4DF36;
}
.AnyTagClassName
{
color: #F4DF36;
}
</style>
background-color css
<style>
a { background-color: #F4DF36; }
a { background-color: rgb(244,223,54); }
div.DivClassName
{
background-color: #F4DF36;
}
.BgClassName
{
background-color: #F4DF36;
}
</style>
border-color css
<style>
span { border-color: #F4DF36; }
span { border-color: rgb(244,223,54); }
td.TdClassName
{
border-color: #F4DF36;
}
.TagClassName
{
border-color: #F4DF36;
}
</style>