Shades of Sweet Corn #FDE47E
Tints of Sweet Corn #FDE47E
RGB
CMYK
RGB Variations
Color information
#FDE47E (or 0xFDE47E) is known color: Sweet Corn. HEX triplet: FD, E4 and 7E. RGB value is (253,228,126). Sum of RGB (Red+Green+Blue) = 253+228+126=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 126 (49.61% from 255 or 20.76% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE47E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDE47E is #021B81. Grayscale: #E0E0E0. Windows color (decimal): -138114 or 8316157. OLE color: 8316157.
HSL color Cylindrical-coordinate representation of color #FDE47E: hue angle of 48.19º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDE47E is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 126 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.01 |
| HSL | 48.19º | 0.97% | 0.74% | - |
| HSV(B) | 48.19º | 0.5% | 0.99% | - |
| XYZ | 72.02 | 77.88 | 30.97 | - |
| YUV | 223.85 | 72.78 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 126 | 0 | 0.10 | 0.50 | 0.01 | 48.19 | 0.97 | 0.74 |
| Hex | FD | E4 | 7E | 0 | A | 32 | 1 | 30 | 61 | 4A |
| Octal | 375 | 344 | 176 | 0 | 12 | 62 | 1 | 60 | 141 | 112 |
| Binary | 11111101 | 11100100 | 1111110 | 0 | 1010 | 110010 | 1 | 110000 | 1100001 | 1001010 |
Color Harmonies of #FDE47E
Complementary color
Monochromatic Colors of #FDE47E
Black with #FDE47E
Text Example
Text Example
White with #FDE47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE47E; }
p { color: rgb(253,228,126); }
H1.HeaderClassName
{
color: #FDE47E;
}
.AnyTagClassName
{
color: #FDE47E;
}
</style>
background-color css
<style>
a { background-color: #FDE47E; }
a { background-color: rgb(253,228,126); }
div.DivClassName
{
background-color: #FDE47E;
}
.BgClassName
{
background-color: #FDE47E;
}
</style>
border-color css
<style>
span { border-color: #FDE47E; }
span { border-color: rgb(253,228,126); }
td.TdClassName
{
border-color: #FDE47E;
}
.TagClassName
{
border-color: #FDE47E;
}
</style>