Shades of Sweet Corn #FCE07C
Tints of Sweet Corn #FCE07C
RGB
CMYK
RGB Variations
Color information
#FCE07C (or 0xFCE07C) is known color: Sweet Corn. HEX triplet: FC, E0 and 7C. RGB value is (252,224,124). Sum of RGB (Red+Green+Blue) = 252+224+124=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 124 (48.83% from 255 or 20.67% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE07C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE07C is #031F83. Grayscale: #DDDDDD. Windows color (decimal): -204676 or 8184060. OLE color: 8184060.
HSL color Cylindrical-coordinate representation of color #FCE07C: hue angle of 46.88º degrees, saturation: 0.96, 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 #FCE07C is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 124 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.01 |
| HSL | 46.88º | 0.96% | 0.74% | - |
| HSV(B) | 46.88º | 0.51% | 0.99% | - |
| XYZ | 70.44 | 75.46 | 29.92 | - |
| YUV | 220.97 | 73.28 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 124 | 0 | 0.11 | 0.51 | 0.01 | 46.88 | 0.96 | 0.74 |
| Hex | FC | E0 | 7C | 0 | B | 33 | 1 | 2F | 60 | 4A |
| Octal | 374 | 340 | 174 | 0 | 13 | 63 | 1 | 57 | 140 | 112 |
| Binary | 11111100 | 11100000 | 1111100 | 0 | 1011 | 110011 | 1 | 101111 | 1100000 | 1001010 |
Color Harmonies of #FCE07C
Complementary color
Monochromatic Colors of #FCE07C
Black with #FCE07C
Text Example
Text Example
White with #FCE07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE07C; }
p { color: rgb(252,224,124); }
H1.HeaderClassName
{
color: #FCE07C;
}
.AnyTagClassName
{
color: #FCE07C;
}
</style>
background-color css
<style>
a { background-color: #FCE07C; }
a { background-color: rgb(252,224,124); }
div.DivClassName
{
background-color: #FCE07C;
}
.BgClassName
{
background-color: #FCE07C;
}
</style>
border-color css
<style>
span { border-color: #FCE07C; }
span { border-color: rgb(252,224,124); }
td.TdClassName
{
border-color: #FCE07C;
}
.TagClassName
{
border-color: #FCE07C;
}
</style>