Shades of Gorse #FFDF42
Tints of Gorse #FFDF42
RGB
CMYK
RGB Variations
Color information
#FFDF42 (or 0xFFDF42) is known color: Gorse. HEX triplet: FF, DF and 42. RGB value is (255,223,66). Sum of RGB (Red+Green+Blue) = 255+223+66=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 66 (26.17% from 255 or 12.13% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDF42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDF42 is #0020BD. Grayscale: #D7D7D7. Windows color (decimal): -8382 or 4382719. OLE color: 4382719.
HSL color Cylindrical-coordinate representation of color #FFDF42: hue angle of 49.84º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FFDF42 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 66 | - |
| CMYK | 0 | 0.13 | 0.74 | 0 |
| HSL | 49.84º | 1% | 0.63% | - |
| HSV(B) | 49.84º | 0.74% | 1% | - |
| XYZ | 68.61 | 74.43 | 15.9 | - |
| YUV | 214.67 | 44.1 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 66 | 0 | 0.13 | 0.74 | 0 | 49.84 | 1 | 0.63 |
| Hex | FF | DF | 42 | 0 | D | 4A | 0 | 32 | 64 | 3F |
| Octal | 377 | 337 | 102 | 0 | 15 | 112 | 0 | 62 | 144 | 77 |
| Binary | 11111111 | 11011111 | 1000010 | 0 | 1101 | 1001010 | 0 | 110010 | 1100100 | 111111 |
Color Harmonies of #FFDF42
Complementary color
Monochromatic Colors of #FFDF42
Black with #FFDF42
Text Example
Text Example
White with #FFDF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDF42; }
p { color: rgb(255,223,66); }
H1.HeaderClassName
{
color: #FFDF42;
}
.AnyTagClassName
{
color: #FFDF42;
}
</style>
background-color css
<style>
a { background-color: #FFDF42; }
a { background-color: rgb(255,223,66); }
div.DivClassName
{
background-color: #FFDF42;
}
.BgClassName
{
background-color: #FFDF42;
}
</style>
border-color css
<style>
span { border-color: #FFDF42; }
span { border-color: rgb(255,223,66); }
td.TdClassName
{
border-color: #FFDF42;
}
.TagClassName
{
border-color: #FFDF42;
}
</style>