Shades of Sweet Corn #FCE27E
Tints of Sweet Corn #FCE27E
RGB
CMYK
RGB Variations
Color information
#FCE27E (or 0xFCE27E) is known color: Sweet Corn. HEX triplet: FC, E2 and 7E. RGB value is (252,226,126). Sum of RGB (Red+Green+Blue) = 252+226+126=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 226 (88.67% from 255 or 37.42% from 604); Blue value is 126 (49.61% from 255 or 20.86% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE27E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE27E is #031D81. Grayscale: #DEDEDE. Windows color (decimal): -204162 or 8315644. OLE color: 8315644.
HSL color Cylindrical-coordinate representation of color #FCE27E: hue angle of 47.62º 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 #FCE27E is Cyan = 0, Magento = 0.10, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 126 | - |
| CMYK | 0 | 0.10 | 0.5 | 0.01 |
| HSL | 47.62º | 0.95% | 0.74% | - |
| HSV(B) | 47.62º | 0.5% | 0.99% | - |
| XYZ | 71.11 | 76.59 | 30.78 | - |
| YUV | 222.37 | 73.61 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 126 | 0 | 0.10 | 0.5 | 0.01 | 47.62 | 0.95 | 0.74 |
| Hex | FC | E2 | 7E | 0 | A | 32 | 1 | 30 | 5F | 4A |
| Octal | 374 | 342 | 176 | 0 | 12 | 62 | 1 | 60 | 137 | 112 |
| Binary | 11111100 | 11100010 | 1111110 | 0 | 1010 | 110010 | 1 | 110000 | 1011111 | 1001010 |
Color Harmonies of #FCE27E
Complementary color
Monochromatic Colors of #FCE27E
Black with #FCE27E
Text Example
Text Example
White with #FCE27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE27E; }
p { color: rgb(252,226,126); }
H1.HeaderClassName
{
color: #FCE27E;
}
.AnyTagClassName
{
color: #FCE27E;
}
</style>
background-color css
<style>
a { background-color: #FCE27E; }
a { background-color: rgb(252,226,126); }
div.DivClassName
{
background-color: #FCE27E;
}
.BgClassName
{
background-color: #FCE27E;
}
</style>
border-color css
<style>
span { border-color: #FCE27E; }
span { border-color: rgb(252,226,126); }
td.TdClassName
{
border-color: #FCE27E;
}
.TagClassName
{
border-color: #FCE27E;
}
</style>