Shades of Corn #FDEC63
Tints of Corn #FDEC63
RGB
CMYK
RGB Variations
Color information
#FDEC63 (or 0xFDEC63) is known color: Corn. HEX triplet: FD, EC and 63. RGB value is (253,236,99). Sum of RGB (Red+Green+Blue) = 253+236+99=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 99 (39.06% from 255 or 16.84% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC63 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEC63 is #02139C. Grayscale: #E2E2E2. Windows color (decimal): -136093 or 6548733. OLE color: 6548733.
HSL color Cylindrical-coordinate representation of color #FDEC63: hue angle of 53.38º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FDEC63 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 99 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.01 |
| HSL | 53.38º | 0.97% | 0.69% | - |
| HSV(B) | 53.38º | 0.61% | 0.99% | - |
| XYZ | 72.76 | 81.77 | 23.75 | - |
| YUV | 225.47 | 56.63 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 99 | 0 | 0.07 | 0.61 | 0.01 | 53.38 | 0.97 | 0.69 |
| Hex | FD | EC | 63 | 0 | 7 | 3D | 1 | 35 | 61 | 45 |
| Octal | 375 | 354 | 143 | 0 | 7 | 75 | 1 | 65 | 141 | 105 |
| Binary | 11111101 | 11101100 | 1100011 | 0 | 111 | 111101 | 1 | 110101 | 1100001 | 1000101 |
Color Harmonies of #FDEC63
Complementary color
Monochromatic Colors of #FDEC63
Black with #FDEC63
Text Example
Text Example
White with #FDEC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEC63; }
p { color: rgb(253,236,99); }
H1.HeaderClassName
{
color: #FDEC63;
}
.AnyTagClassName
{
color: #FDEC63;
}
</style>
background-color css
<style>
a { background-color: #FDEC63; }
a { background-color: rgb(253,236,99); }
div.DivClassName
{
background-color: #FDEC63;
}
.BgClassName
{
background-color: #FDEC63;
}
</style>
border-color css
<style>
span { border-color: #FDEC63; }
span { border-color: rgb(253,236,99); }
td.TdClassName
{
border-color: #FDEC63;
}
.TagClassName
{
border-color: #FDEC63;
}
</style>