Shades of Gorse #FFDF24
Tints of Gorse #FFDF24
RGB
CMYK
RGB Variations
Color information
#FFDF24 (or 0xFFDF24) is known color: Gorse. HEX triplet: FF, DF and 24. RGB value is (255,223,36). Sum of RGB (Red+Green+Blue) = 255+223+36=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 36 (14.45% from 255 or 7.00% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDF24 is #0020DB. Grayscale: #D4D4D4. Windows color (decimal): -8412 or 2416639. OLE color: 2416639.
HSL color Cylindrical-coordinate representation of color #FFDF24: hue angle of 51.23º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FFDF24 is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 36 | - |
| CMYK | 0 | 0.13 | 0.86 | 0 |
| HSL | 51.23º | 1% | 0.57% | - |
| HSV(B) | 51.23º | 0.86% | 1% | - |
| XYZ | 67.95 | 74.16 | 12.4 | - |
| YUV | 211.25 | 29.1 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 36 | 0 | 0.13 | 0.86 | 0 | 51.23 | 1 | 0.57 |
| Hex | FF | DF | 24 | 0 | D | 56 | 0 | 33 | 64 | 39 |
| Octal | 377 | 337 | 44 | 0 | 15 | 126 | 0 | 63 | 144 | 71 |
| Binary | 11111111 | 11011111 | 100100 | 0 | 1101 | 1010110 | 0 | 110011 | 1100100 | 111001 |
Color Harmonies of #FFDF24
Complementary color
Monochromatic Colors of #FFDF24
Black with #FFDF24
Text Example
Text Example
White with #FFDF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF24; }
p { color: rgb(255,223,36); }
H1.HeaderClassName
{
color: #FFDF24;
}
.AnyTagClassName
{
color: #FFDF24;
}
</style>
background-color css
<style>
a { background-color: #FFDF24; }
a { background-color: rgb(255,223,36); }
div.DivClassName
{
background-color: #FFDF24;
}
.BgClassName
{
background-color: #FFDF24;
}
</style>
border-color css
<style>
span { border-color: #FFDF24; }
span { border-color: rgb(255,223,36); }
td.TdClassName
{
border-color: #FFDF24;
}
.TagClassName
{
border-color: #FFDF24;
}
</style>