Shades of Corn #FDEC60
Tints of Corn #FDEC60
RGB
CMYK
RGB Variations
Color information
#FDEC60 (or 0xFDEC60) is known color: Corn. HEX triplet: FD, EC and 60. RGB value is (253,236,96). Sum of RGB (Red+Green+Blue) = 253+236+96=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 96 (37.89% from 255 or 16.41% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEC60 is #02139F. Grayscale: #E1E1E1. Windows color (decimal): -136096 or 6352125. OLE color: 6352125.
HSL color Cylindrical-coordinate representation of color #FDEC60: hue angle of 53.5º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDEC60 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 96 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.01 |
| HSL | 53.5º | 0.98% | 0.68% | - |
| HSV(B) | 53.5º | 0.62% | 0.99% | - |
| XYZ | 72.61 | 81.72 | 23.01 | - |
| YUV | 225.12 | 55.13 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 96 | 0 | 0.07 | 0.62 | 0.01 | 53.5 | 0.98 | 0.68 |
| Hex | FD | EC | 60 | 0 | 7 | 3E | 1 | 36 | 62 | 44 |
| Octal | 375 | 354 | 140 | 0 | 7 | 76 | 1 | 66 | 142 | 104 |
| Binary | 11111101 | 11101100 | 1100000 | 0 | 111 | 111110 | 1 | 110110 | 1100010 | 1000100 |
Color Harmonies of #FDEC60
Complementary color
Monochromatic Colors of #FDEC60
Black with #FDEC60
Text Example
Text Example
White with #FDEC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEC60; }
p { color: rgb(253,236,96); }
H1.HeaderClassName
{
color: #FDEC60;
}
.AnyTagClassName
{
color: #FDEC60;
}
</style>
background-color css
<style>
a { background-color: #FDEC60; }
a { background-color: rgb(253,236,96); }
div.DivClassName
{
background-color: #FDEC60;
}
.BgClassName
{
background-color: #FDEC60;
}
</style>
border-color css
<style>
span { border-color: #FDEC60; }
span { border-color: rgb(253,236,96); }
td.TdClassName
{
border-color: #FDEC60;
}
.TagClassName
{
border-color: #FDEC60;
}
</style>