Shades of Sweet Corn #FCE57E
Tints of Sweet Corn #FCE57E
RGB
CMYK
RGB Variations
Color information
#FCE57E (or 0xFCE57E) is known color: Sweet Corn. HEX triplet: FC, E5 and 7E. RGB value is (252,229,126). Sum of RGB (Red+Green+Blue) = 252+229+126=607 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.52% from 607); Green value is 229 (89.84% from 255 or 37.73% from 607); Blue value is 126 (49.61% from 255 or 20.76% from 607); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE57E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE57E is #031A81. Grayscale: #E0E0E0. Windows color (decimal): -203394 or 8316412. OLE color: 8316412.
HSL color Cylindrical-coordinate representation of color #FCE57E: hue angle of 49.05º 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 #FCE57E is Cyan = 0, Magento = 0.09, Yellow = 0.5 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 126 | - |
| CMYK | 0 | 0.09 | 0.5 | 0.01 |
| HSL | 49.05º | 0.95% | 0.74% | - |
| HSV(B) | 49.05º | 0.5% | 0.99% | - |
| XYZ | 71.93 | 78.24 | 31.05 | - |
| YUV | 224.14 | 72.62 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 126 | 0 | 0.09 | 0.5 | 0.01 | 49.05 | 0.95 | 0.74 |
| Hex | FC | E5 | 7E | 0 | 9 | 32 | 1 | 31 | 5F | 4A |
| Octal | 374 | 345 | 176 | 0 | 11 | 62 | 1 | 61 | 137 | 112 |
| Binary | 11111100 | 11100101 | 1111110 | 0 | 1001 | 110010 | 1 | 110001 | 1011111 | 1001010 |
Color Harmonies of #FCE57E
Complementary color
Monochromatic Colors of #FCE57E
Black with #FCE57E
Text Example
Text Example
White with #FCE57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE57E; }
p { color: rgb(252,229,126); }
H1.HeaderClassName
{
color: #FCE57E;
}
.AnyTagClassName
{
color: #FCE57E;
}
</style>
background-color css
<style>
a { background-color: #FCE57E; }
a { background-color: rgb(252,229,126); }
div.DivClassName
{
background-color: #FCE57E;
}
.BgClassName
{
background-color: #FCE57E;
}
</style>
border-color css
<style>
span { border-color: #FCE57E; }
span { border-color: rgb(252,229,126); }
td.TdClassName
{
border-color: #FCE57E;
}
.TagClassName
{
border-color: #FCE57E;
}
</style>