Shades of Corn #FDEC5C
Tints of Corn #FDEC5C
RGB
CMYK
RGB Variations
Color information
#FDEC5C (or 0xFDEC5C) is known color: Corn. HEX triplet: FD, EC and 5C. RGB value is (253,236,92). Sum of RGB (Red+Green+Blue) = 253+236+92=581 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.55% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 92 (36.33% from 255 or 15.83% from 581); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEC5C is #0213A3. Grayscale: #E1E1E1. Windows color (decimal): -136100 or 6089981. OLE color: 6089981.
HSL color Cylindrical-coordinate representation of color #FDEC5C: hue angle of 53.66º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDEC5C is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 92 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.01 |
| HSL | 53.66º | 0.98% | 0.68% | - |
| HSV(B) | 53.66º | 0.64% | 0.99% | - |
| XYZ | 72.44 | 81.65 | 22.07 | - |
| YUV | 224.67 | 53.13 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 92 | 0 | 0.07 | 0.64 | 0.01 | 53.66 | 0.98 | 0.68 |
| Hex | FD | EC | 5C | 0 | 7 | 40 | 1 | 36 | 62 | 44 |
| Octal | 375 | 354 | 134 | 0 | 7 | 100 | 1 | 66 | 142 | 104 |
| Binary | 11111101 | 11101100 | 1011100 | 0 | 111 | 1000000 | 1 | 110110 | 1100010 | 1000100 |
Color Harmonies of #FDEC5C
Complementary color
Monochromatic Colors of #FDEC5C
Black with #FDEC5C
Text Example
Text Example
White with #FDEC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEC5C; }
p { color: rgb(253,236,92); }
H1.HeaderClassName
{
color: #FDEC5C;
}
.AnyTagClassName
{
color: #FDEC5C;
}
</style>
background-color css
<style>
a { background-color: #FDEC5C; }
a { background-color: rgb(253,236,92); }
div.DivClassName
{
background-color: #FDEC5C;
}
.BgClassName
{
background-color: #FDEC5C;
}
</style>
border-color css
<style>
span { border-color: #FDEC5C; }
span { border-color: rgb(253,236,92); }
td.TdClassName
{
border-color: #FDEC5C;
}
.TagClassName
{
border-color: #FDEC5C;
}
</style>