Shades of Sweet Corn #FDE47C
Tints of Sweet Corn #FDE47C
RGB
CMYK
RGB Variations
Color information
#FDE47C (or 0xFDE47C) is known color: Sweet Corn. HEX triplet: FD, E4 and 7C. RGB value is (253,228,124). Sum of RGB (Red+Green+Blue) = 253+228+124=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 124 (48.83% from 255 or 20.50% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE47C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE47C is #021B83. Grayscale: #E0E0E0. Windows color (decimal): -138116 or 8185085. OLE color: 8185085.
HSL color Cylindrical-coordinate representation of color #FDE47C: hue angle of 48.37º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FDE47C is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 124 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.01 |
| HSL | 48.37º | 0.97% | 0.74% | - |
| HSV(B) | 48.37º | 0.51% | 0.99% | - |
| XYZ | 71.89 | 77.82 | 30.3 | - |
| YUV | 223.62 | 71.78 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 124 | 0 | 0.10 | 0.51 | 0.01 | 48.37 | 0.97 | 0.74 |
| Hex | FD | E4 | 7C | 0 | A | 33 | 1 | 30 | 61 | 4A |
| Octal | 375 | 344 | 174 | 0 | 12 | 63 | 1 | 60 | 141 | 112 |
| Binary | 11111101 | 11100100 | 1111100 | 0 | 1010 | 110011 | 1 | 110000 | 1100001 | 1001010 |
Color Harmonies of #FDE47C
Complementary color
Monochromatic Colors of #FDE47C
Black with #FDE47C
Text Example
Text Example
White with #FDE47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE47C; }
p { color: rgb(253,228,124); }
H1.HeaderClassName
{
color: #FDE47C;
}
.AnyTagClassName
{
color: #FDE47C;
}
</style>
background-color css
<style>
a { background-color: #FDE47C; }
a { background-color: rgb(253,228,124); }
div.DivClassName
{
background-color: #FDE47C;
}
.BgClassName
{
background-color: #FDE47C;
}
</style>
border-color css
<style>
span { border-color: #FDE47C; }
span { border-color: rgb(253,228,124); }
td.TdClassName
{
border-color: #FDE47C;
}
.TagClassName
{
border-color: #FDE47C;
}
</style>