Shades of Sweet Corn #FCE47E
Tints of Sweet Corn #FCE47E
RGB
CMYK
RGB Variations
Color information
#FCE47E (or 0xFCE47E) is known color: Sweet Corn. HEX triplet: FC, E4 and 7E. RGB value is (252,228,126). Sum of RGB (Red+Green+Blue) = 252+228+126=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 228 (89.45% from 255 or 37.62% from 606); Blue value is 126 (49.61% from 255 or 20.79% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE47E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE47E is #031B81. Grayscale: #DFDFDF. Windows color (decimal): -203650 or 8316156. OLE color: 8316156.
HSL color Cylindrical-coordinate representation of color #FCE47E: hue angle of 48.57º degrees, saturation: 0.95, 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 #FCE47E is Cyan = 0, Magento = 0.10, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 126 | - |
| CMYK | 0 | 0.10 | 0.5 | 0.01 |
| HSL | 48.57º | 0.95% | 0.74% | - |
| HSV(B) | 48.57º | 0.5% | 0.99% | - |
| XYZ | 71.65 | 77.69 | 30.96 | - |
| YUV | 223.55 | 72.95 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 126 | 0 | 0.10 | 0.5 | 0.01 | 48.57 | 0.95 | 0.74 |
| Hex | FC | E4 | 7E | 0 | A | 32 | 1 | 31 | 5F | 4A |
| Octal | 374 | 344 | 176 | 0 | 12 | 62 | 1 | 61 | 137 | 112 |
| Binary | 11111100 | 11100100 | 1111110 | 0 | 1010 | 110010 | 1 | 110001 | 1011111 | 1001010 |
Color Harmonies of #FCE47E
Complementary color
Monochromatic Colors of #FCE47E
Black with #FCE47E
Text Example
Text Example
White with #FCE47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE47E; }
p { color: rgb(252,228,126); }
H1.HeaderClassName
{
color: #FCE47E;
}
.AnyTagClassName
{
color: #FCE47E;
}
</style>
background-color css
<style>
a { background-color: #FCE47E; }
a { background-color: rgb(252,228,126); }
div.DivClassName
{
background-color: #FCE47E;
}
.BgClassName
{
background-color: #FCE47E;
}
</style>
border-color css
<style>
span { border-color: #FCE47E; }
span { border-color: rgb(252,228,126); }
td.TdClassName
{
border-color: #FCE47E;
}
.TagClassName
{
border-color: #FCE47E;
}
</style>