Shades of Gorse #FDE824
Tints of Gorse #FDE824
RGB
CMYK
RGB Variations
Color information
#FDE824 (or 0xFDE824) is known color: Gorse. HEX triplet: FD, E8 and 24. RGB value is (253,232,36). Sum of RGB (Red+Green+Blue) = 253+232+36=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 232 (91.02% from 255 or 44.53% from 521); Blue value is 36 (14.45% from 255 or 6.91% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE824 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDE824 is #0217DB. Grayscale: #D8D8D8. Windows color (decimal): -137180 or 2418941. OLE color: 2418941.
HSL color Cylindrical-coordinate representation of color #FDE824: hue angle of 54.19º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FDE824 is Cyan = 0, Magento = 0.08, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 232 | 36 | - |
| CMYK | 0 | 0.08 | 0.86 | 0.01 |
| HSL | 54.19º | 0.98% | 0.57% | - |
| HSV(B) | 54.19º | 0.86% | 0.99% | - |
| XYZ | 69.68 | 78.72 | 13.19 | - |
| YUV | 215.94 | 26.46 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 232 | 36 | 0 | 0.08 | 0.86 | 0.01 | 54.19 | 0.98 | 0.57 |
| Hex | FD | E8 | 24 | 0 | 8 | 56 | 1 | 36 | 62 | 39 |
| Octal | 375 | 350 | 44 | 0 | 10 | 126 | 1 | 66 | 142 | 71 |
| Binary | 11111101 | 11101000 | 100100 | 0 | 1000 | 1010110 | 1 | 110110 | 1100010 | 111001 |
Color Harmonies of #FDE824
Complementary color
Monochromatic Colors of #FDE824
Black with #FDE824
Text Example
Text Example
White with #FDE824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE824; }
p { color: rgb(253,232,36); }
H1.HeaderClassName
{
color: #FDE824;
}
.AnyTagClassName
{
color: #FDE824;
}
</style>
background-color css
<style>
a { background-color: #FDE824; }
a { background-color: rgb(253,232,36); }
div.DivClassName
{
background-color: #FDE824;
}
.BgClassName
{
background-color: #FDE824;
}
</style>
border-color css
<style>
span { border-color: #FDE824; }
span { border-color: rgb(253,232,36); }
td.TdClassName
{
border-color: #FDE824;
}
.TagClassName
{
border-color: #FDE824;
}
</style>