Shades of Corn #FDEC64
Tints of Corn #FDEC64
RGB
CMYK
RGB Variations
Color information
#FDEC64 (or 0xFDEC64) is known color: Corn. HEX triplet: FD, EC and 64. RGB value is (253,236,100). Sum of RGB (Red+Green+Blue) = 253+236+100=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 100 (39.45% from 255 or 16.98% from 589); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEC64 is #02139B. Grayscale: #E2E2E2. Windows color (decimal): -136092 or 6614269. OLE color: 6614269.
HSL color Cylindrical-coordinate representation of color #FDEC64: hue angle of 53.33º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FDEC64 is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 100 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.01 |
| HSL | 53.33º | 0.97% | 0.69% | - |
| HSV(B) | 53.33º | 0.6% | 0.99% | - |
| XYZ | 72.8 | 81.79 | 24.01 | - |
| YUV | 225.58 | 57.13 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 100 | 0 | 0.07 | 0.60 | 0.01 | 53.33 | 0.97 | 0.69 |
| Hex | FD | EC | 64 | 0 | 7 | 3C | 1 | 35 | 61 | 45 |
| Octal | 375 | 354 | 144 | 0 | 7 | 74 | 1 | 65 | 141 | 105 |
| Binary | 11111101 | 11101100 | 1100100 | 0 | 111 | 111100 | 1 | 110101 | 1100001 | 1000101 |
Color Harmonies of #FDEC64
Complementary color
Monochromatic Colors of #FDEC64
Black with #FDEC64
Text Example
Text Example
White with #FDEC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEC64; }
p { color: rgb(253,236,100); }
H1.HeaderClassName
{
color: #FDEC64;
}
.AnyTagClassName
{
color: #FDEC64;
}
</style>
background-color css
<style>
a { background-color: #FDEC64; }
a { background-color: rgb(253,236,100); }
div.DivClassName
{
background-color: #FDEC64;
}
.BgClassName
{
background-color: #FDEC64;
}
</style>
border-color css
<style>
span { border-color: #FDEC64; }
span { border-color: rgb(253,236,100); }
td.TdClassName
{
border-color: #FDEC64;
}
.TagClassName
{
border-color: #FDEC64;
}
</style>