Shades of Corn #FDEC58
Tints of Corn #FDEC58
RGB
CMYK
RGB Variations
Color information
#FDEC58 (or 0xFDEC58) is known color: Corn. HEX triplet: FD, EC and 58. RGB value is (253,236,88). Sum of RGB (Red+Green+Blue) = 253+236+88=577 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.85% from 577); Green value is 236 (92.58% from 255 or 40.90% from 577); Blue value is 88 (34.77% from 255 or 15.25% from 577); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC58 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEC58 is #0213A7. Grayscale: #E0E0E0. Windows color (decimal): -136104 or 5827837. OLE color: 5827837.
HSL color Cylindrical-coordinate representation of color #FDEC58: hue angle of 53.82º 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 #FDEC58 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 88 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.01 |
| HSL | 53.82º | 0.98% | 0.67% | - |
| HSV(B) | 53.82º | 0.65% | 0.99% | - |
| XYZ | 72.26 | 81.58 | 21.17 | - |
| YUV | 224.21 | 51.13 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 88 | 0 | 0.07 | 0.65 | 0.01 | 53.82 | 0.98 | 0.67 |
| Hex | FD | EC | 58 | 0 | 7 | 41 | 1 | 36 | 62 | 43 |
| Octal | 375 | 354 | 130 | 0 | 7 | 101 | 1 | 66 | 142 | 103 |
| Binary | 11111101 | 11101100 | 1011000 | 0 | 111 | 1000001 | 1 | 110110 | 1100010 | 1000011 |
Color Harmonies of #FDEC58
Complementary color
Monochromatic Colors of #FDEC58
Black with #FDEC58
Text Example
Text Example
White with #FDEC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEC58; }
p { color: rgb(253,236,88); }
H1.HeaderClassName
{
color: #FDEC58;
}
.AnyTagClassName
{
color: #FDEC58;
}
</style>
background-color css
<style>
a { background-color: #FDEC58; }
a { background-color: rgb(253,236,88); }
div.DivClassName
{
background-color: #FDEC58;
}
.BgClassName
{
background-color: #FDEC58;
}
</style>
border-color css
<style>
span { border-color: #FDEC58; }
span { border-color: rgb(253,236,88); }
td.TdClassName
{
border-color: #FDEC58;
}
.TagClassName
{
border-color: #FDEC58;
}
</style>