Shades of Gorse #FDE828
Tints of Gorse #FDE828
RGB
CMYK
RGB Variations
Color information
#FDE828 (or 0xFDE828) is known color: Gorse. HEX triplet: FD, E8 and 28. RGB value is (253,232,40). Sum of RGB (Red+Green+Blue) = 253+232+40=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 232 (91.02% from 255 or 44.19% from 525); Blue value is 40 (16.02% from 255 or 7.62% from 525); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE828 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDE828 is #0217D7. Grayscale: #D9D9D9. Windows color (decimal): -137176 or 2681085. OLE color: 2681085.
HSL color Cylindrical-coordinate representation of color #FDE828: hue angle of 54.08º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FDE828 is Cyan = 0, Magento = 0.08, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 232 | 40 | - |
| CMYK | 0 | 0.08 | 0.84 | 0.01 |
| HSL | 54.08º | 0.98% | 0.57% | - |
| HSV(B) | 54.08º | 0.84% | 0.99% | - |
| XYZ | 69.75 | 78.75 | 13.53 | - |
| YUV | 216.39 | 28.46 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 232 | 40 | 0 | 0.08 | 0.84 | 0.01 | 54.08 | 0.98 | 0.57 |
| Hex | FD | E8 | 28 | 0 | 8 | 54 | 1 | 36 | 62 | 39 |
| Octal | 375 | 350 | 50 | 0 | 10 | 124 | 1 | 66 | 142 | 71 |
| Binary | 11111101 | 11101000 | 101000 | 0 | 1000 | 1010100 | 1 | 110110 | 1100010 | 111001 |
Color Harmonies of #FDE828
Complementary color
Monochromatic Colors of #FDE828
Black with #FDE828
Text Example
Text Example
White with #FDE828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE828; }
p { color: rgb(253,232,40); }
H1.HeaderClassName
{
color: #FDE828;
}
.AnyTagClassName
{
color: #FDE828;
}
</style>
background-color css
<style>
a { background-color: #FDE828; }
a { background-color: rgb(253,232,40); }
div.DivClassName
{
background-color: #FDE828;
}
.BgClassName
{
background-color: #FDE828;
}
</style>
border-color css
<style>
span { border-color: #FDE828; }
span { border-color: rgb(253,232,40); }
td.TdClassName
{
border-color: #FDE828;
}
.TagClassName
{
border-color: #FDE828;
}
</style>