Shades of Sweet Corn #FCE07E
Tints of Sweet Corn #FCE07E
RGB
CMYK
RGB Variations
Color information
#FCE07E (or 0xFCE07E) is known color: Sweet Corn. HEX triplet: FC, E0 and 7E. RGB value is (252,224,126). Sum of RGB (Red+Green+Blue) = 252+224+126=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 224 (87.89% from 255 or 37.21% from 602); Blue value is 126 (49.61% from 255 or 20.93% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE07E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE07E is #031F81. Grayscale: #DDDDDD. Windows color (decimal): -204674 or 8315132. OLE color: 8315132.
HSL color Cylindrical-coordinate representation of color #FCE07E: hue angle of 46.67º 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 #FCE07E is Cyan = 0, Magento = 0.11, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 126 | - |
| CMYK | 0 | 0.11 | 0.5 | 0.01 |
| HSL | 46.67º | 0.95% | 0.74% | - |
| HSV(B) | 46.67º | 0.5% | 0.99% | - |
| XYZ | 70.57 | 75.51 | 30.59 | - |
| YUV | 221.2 | 74.28 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 126 | 0 | 0.11 | 0.5 | 0.01 | 46.67 | 0.95 | 0.74 |
| Hex | FC | E0 | 7E | 0 | B | 32 | 1 | 2F | 5F | 4A |
| Octal | 374 | 340 | 176 | 0 | 13 | 62 | 1 | 57 | 137 | 112 |
| Binary | 11111100 | 11100000 | 1111110 | 0 | 1011 | 110010 | 1 | 101111 | 1011111 | 1001010 |
Color Harmonies of #FCE07E
Complementary color
Monochromatic Colors of #FCE07E
Black with #FCE07E
Text Example
Text Example
White with #FCE07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE07E; }
p { color: rgb(252,224,126); }
H1.HeaderClassName
{
color: #FCE07E;
}
.AnyTagClassName
{
color: #FCE07E;
}
</style>
background-color css
<style>
a { background-color: #FCE07E; }
a { background-color: rgb(252,224,126); }
div.DivClassName
{
background-color: #FCE07E;
}
.BgClassName
{
background-color: #FCE07E;
}
</style>
border-color css
<style>
span { border-color: #FCE07E; }
span { border-color: rgb(252,224,126); }
td.TdClassName
{
border-color: #FCE07E;
}
.TagClassName
{
border-color: #FCE07E;
}
</style>