Shades of Sweet Corn #FCE57A
Tints of Sweet Corn #FCE57A
RGB
CMYK
RGB Variations
Color information
#FCE57A (or 0xFCE57A) is known color: Sweet Corn. HEX triplet: FC, E5 and 7A. RGB value is (252,229,122). Sum of RGB (Red+Green+Blue) = 252+229+122=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 229 (89.84% from 255 or 37.98% from 603); Blue value is 122 (48.05% from 255 or 20.23% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE57A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE57A is #031A85. Grayscale: #E0E0E0. Windows color (decimal): -203398 or 8054268. OLE color: 8054268.
HSL color Cylindrical-coordinate representation of color #FCE57A: hue angle of 49.38º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCE57A is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 122 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.01 |
| HSL | 49.38º | 0.96% | 0.73% | - |
| HSV(B) | 49.38º | 0.52% | 0.99% | - |
| XYZ | 71.68 | 78.14 | 29.72 | - |
| YUV | 223.68 | 70.62 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 122 | 0 | 0.09 | 0.52 | 0.01 | 49.38 | 0.96 | 0.73 |
| Hex | FC | E5 | 7A | 0 | 9 | 34 | 1 | 31 | 60 | 49 |
| Octal | 374 | 345 | 172 | 0 | 11 | 64 | 1 | 61 | 140 | 111 |
| Binary | 11111100 | 11100101 | 1111010 | 0 | 1001 | 110100 | 1 | 110001 | 1100000 | 1001001 |
Color Harmonies of #FCE57A
Complementary color
Monochromatic Colors of #FCE57A
Black with #FCE57A
Text Example
Text Example
White with #FCE57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE57A; }
p { color: rgb(252,229,122); }
H1.HeaderClassName
{
color: #FCE57A;
}
.AnyTagClassName
{
color: #FCE57A;
}
</style>
background-color css
<style>
a { background-color: #FCE57A; }
a { background-color: rgb(252,229,122); }
div.DivClassName
{
background-color: #FCE57A;
}
.BgClassName
{
background-color: #FCE57A;
}
</style>
border-color css
<style>
span { border-color: #FCE57A; }
span { border-color: rgb(252,229,122); }
td.TdClassName
{
border-color: #FCE57A;
}
.TagClassName
{
border-color: #FCE57A;
}
</style>