Shades of Corn #FDEC57
Tints of Corn #FDEC57
RGB
CMYK
RGB Variations
Color information
#FDEC57 (or 0xFDEC57) is known color: Corn. HEX triplet: FD, EC and 57. RGB value is (253,236,87). Sum of RGB (Red+Green+Blue) = 253+236+87=576 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.92% from 576); Green value is 236 (92.58% from 255 or 40.97% from 576); Blue value is 87 (34.38% from 255 or 15.10% from 576); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC57 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDEC57 is #0213A8. Grayscale: #E0E0E0. Windows color (decimal): -136105 or 5762301. OLE color: 5762301.
HSL color Cylindrical-coordinate representation of color #FDEC57: hue angle of 53.86º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDEC57 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 87 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.01 |
| HSL | 53.86º | 0.98% | 0.67% | - |
| HSV(B) | 53.86º | 0.66% | 0.99% | - |
| XYZ | 72.22 | 81.56 | 20.95 | - |
| YUV | 224.1 | 50.63 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 87 | 0 | 0.07 | 0.66 | 0.01 | 53.86 | 0.98 | 0.67 |
| Hex | FD | EC | 57 | 0 | 7 | 42 | 1 | 36 | 62 | 43 |
| Octal | 375 | 354 | 127 | 0 | 7 | 102 | 1 | 66 | 142 | 103 |
| Binary | 11111101 | 11101100 | 1010111 | 0 | 111 | 1000010 | 1 | 110110 | 1100010 | 1000011 |
Color Harmonies of #FDEC57
Complementary color
Monochromatic Colors of #FDEC57
Black with #FDEC57
Text Example
Text Example
White with #FDEC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEC57; }
p { color: rgb(253,236,87); }
H1.HeaderClassName
{
color: #FDEC57;
}
.AnyTagClassName
{
color: #FDEC57;
}
</style>
background-color css
<style>
a { background-color: #FDEC57; }
a { background-color: rgb(253,236,87); }
div.DivClassName
{
background-color: #FDEC57;
}
.BgClassName
{
background-color: #FDEC57;
}
</style>
border-color css
<style>
span { border-color: #FDEC57; }
span { border-color: rgb(253,236,87); }
td.TdClassName
{
border-color: #FDEC57;
}
.TagClassName
{
border-color: #FDEC57;
}
</style>