Shades of Sweet Corn #FCE46C
Tints of Sweet Corn #FCE46C
RGB
CMYK
RGB Variations
Color information
#FCE46C (or 0xFCE46C) is known color: Sweet Corn. HEX triplet: FC, E4 and 6C. RGB value is (252,228,108). Sum of RGB (Red+Green+Blue) = 252+228+108=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 228 (89.45% from 255 or 38.78% from 588); Blue value is 108 (42.58% from 255 or 18.37% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE46C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE46C is #031B93. Grayscale: #DDDDDD. Windows color (decimal): -203668 or 7136508. OLE color: 7136508.
HSL color Cylindrical-coordinate representation of color #FCE46C: hue angle of 50º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FCE46C is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 108 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.01 |
| HSL | 50º | 0.96% | 0.71% | - |
| HSV(B) | 50º | 0.57% | 0.99% | - |
| XYZ | 70.6 | 77.26 | 25.38 | - |
| YUV | 221.5 | 63.95 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 108 | 0 | 0.10 | 0.57 | 0.01 | 50 | 0.96 | 0.71 |
| Hex | FC | E4 | 6C | 0 | A | 39 | 1 | 32 | 60 | 47 |
| Octal | 374 | 344 | 154 | 0 | 12 | 71 | 1 | 62 | 140 | 107 |
| Binary | 11111100 | 11100100 | 1101100 | 0 | 1010 | 111001 | 1 | 110010 | 1100000 | 1000111 |
Color Harmonies of #FCE46C
Complementary color
Monochromatic Colors of #FCE46C
Black with #FCE46C
Text Example
Text Example
White with #FCE46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE46C; }
p { color: rgb(252,228,108); }
H1.HeaderClassName
{
color: #FCE46C;
}
.AnyTagClassName
{
color: #FCE46C;
}
</style>
background-color css
<style>
a { background-color: #FCE46C; }
a { background-color: rgb(252,228,108); }
div.DivClassName
{
background-color: #FCE46C;
}
.BgClassName
{
background-color: #FCE46C;
}
</style>
border-color css
<style>
span { border-color: #FCE46C; }
span { border-color: rgb(252,228,108); }
td.TdClassName
{
border-color: #FCE46C;
}
.TagClassName
{
border-color: #FCE46C;
}
</style>