Shades of Gorse #FFDE40
Tints of Gorse #FFDE40
RGB
CMYK
RGB Variations
Color information
#FFDE40 (or 0xFFDE40) is known color: Gorse. HEX triplet: FF, DE and 40. RGB value is (255,222,64). Sum of RGB (Red+Green+Blue) = 255+222+64=541 (71% of max value = 765). Red value is 255 (100% from 255 or 47.13% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 64 (25.39% from 255 or 11.83% from 541); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDE40 is #0021BF. Grayscale: #D6D6D6. Windows color (decimal): -8640 or 4251391. OLE color: 4251391.
HSL color Cylindrical-coordinate representation of color #FFDE40: hue angle of 49.63º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFDE40 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 222 | 64 | - |
| CMYK | 0 | 0.13 | 0.75 | 0 |
| HSL | 49.63º | 1% | 0.63% | - |
| HSV(B) | 49.63º | 0.75% | 1% | - |
| XYZ | 68.29 | 73.87 | 15.51 | - |
| YUV | 213.86 | 43.43 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 222 | 64 | 0 | 0.13 | 0.75 | 0 | 49.63 | 1 | 0.63 |
| Hex | FF | DE | 40 | 0 | D | 4B | 0 | 32 | 64 | 3F |
| Octal | 377 | 336 | 100 | 0 | 15 | 113 | 0 | 62 | 144 | 77 |
| Binary | 11111111 | 11011110 | 1000000 | 0 | 1101 | 1001011 | 0 | 110010 | 1100100 | 111111 |
Color Harmonies of #FFDE40
Complementary color
Monochromatic Colors of #FFDE40
Black with #FFDE40
Text Example
Text Example
White with #FFDE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDE40; }
p { color: rgb(255,222,64); }
H1.HeaderClassName
{
color: #FFDE40;
}
.AnyTagClassName
{
color: #FFDE40;
}
</style>
background-color css
<style>
a { background-color: #FFDE40; }
a { background-color: rgb(255,222,64); }
div.DivClassName
{
background-color: #FFDE40;
}
.BgClassName
{
background-color: #FFDE40;
}
</style>
border-color css
<style>
span { border-color: #FFDE40; }
span { border-color: rgb(255,222,64); }
td.TdClassName
{
border-color: #FFDE40;
}
.TagClassName
{
border-color: #FFDE40;
}
</style>