Shades of Corn #FDE459
Tints of Corn #FDE459
RGB
CMYK
RGB Variations
Color information
#FDE459 (or 0xFDE459) is known color: Corn. HEX triplet: FD, E4 and 59. RGB value is (253,228,89). Sum of RGB (Red+Green+Blue) = 253+228+89=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 228 (89.45% from 255 or 40% from 570); Blue value is 89 (35.16% from 255 or 15.61% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE459 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE459 is #021BA6. Grayscale: #DCDCDC. Windows color (decimal): -138151 or 5891325. OLE color: 5891325.
HSL color Cylindrical-coordinate representation of color #FDE459: hue angle of 50.85º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FDE459 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 89 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.01 |
| HSL | 50.85º | 0.98% | 0.67% | - |
| HSV(B) | 50.85º | 0.65% | 0.99% | - |
| XYZ | 70.05 | 77.09 | 20.64 | - |
| YUV | 219.63 | 54.28 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 89 | 0 | 0.10 | 0.65 | 0.01 | 50.85 | 0.98 | 0.67 |
| Hex | FD | E4 | 59 | 0 | A | 41 | 1 | 33 | 62 | 43 |
| Octal | 375 | 344 | 131 | 0 | 12 | 101 | 1 | 63 | 142 | 103 |
| Binary | 11111101 | 11100100 | 1011001 | 0 | 1010 | 1000001 | 1 | 110011 | 1100010 | 1000011 |
Color Harmonies of #FDE459
Complementary color
Monochromatic Colors of #FDE459
Black with #FDE459
Text Example
Text Example
White with #FDE459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE459; }
p { color: rgb(253,228,89); }
H1.HeaderClassName
{
color: #FDE459;
}
.AnyTagClassName
{
color: #FDE459;
}
</style>
background-color css
<style>
a { background-color: #FDE459; }
a { background-color: rgb(253,228,89); }
div.DivClassName
{
background-color: #FDE459;
}
.BgClassName
{
background-color: #FDE459;
}
</style>
border-color css
<style>
span { border-color: #FDE459; }
span { border-color: rgb(253,228,89); }
td.TdClassName
{
border-color: #FDE459;
}
.TagClassName
{
border-color: #FDE459;
}
</style>