Shades of Corn #FCEA57
Tints of Corn #FCEA57
RGB
CMYK
RGB Variations
Color information
#FCEA57 (or 0xFCEA57) is known color: Corn. HEX triplet: FC, EA and 57. RGB value is (252,234,87). Sum of RGB (Red+Green+Blue) = 252+234+87=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 234 (91.80% from 255 or 40.84% from 573); Blue value is 87 (34.38% from 255 or 15.18% from 573); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA57 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEA57 is #0315A8. Grayscale: #DFDFDF. Windows color (decimal): -202153 or 5761788. OLE color: 5761788.
HSL color Cylindrical-coordinate representation of color #FCEA57: hue angle of 53.45º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FCEA57 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 87 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.01 |
| HSL | 53.45º | 0.96% | 0.66% | - |
| HSV(B) | 53.45º | 0.65% | 0.99% | - |
| XYZ | 71.29 | 80.23 | 20.75 | - |
| YUV | 222.62 | 51.46 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 87 | 0 | 0.07 | 0.65 | 0.01 | 53.45 | 0.96 | 0.66 |
| Hex | FC | EA | 57 | 0 | 7 | 41 | 1 | 35 | 60 | 42 |
| Octal | 374 | 352 | 127 | 0 | 7 | 101 | 1 | 65 | 140 | 102 |
| Binary | 11111100 | 11101010 | 1010111 | 0 | 111 | 1000001 | 1 | 110101 | 1100000 | 1000010 |
Color Harmonies of #FCEA57
Complementary color
Monochromatic Colors of #FCEA57
Black with #FCEA57
Text Example
Text Example
White with #FCEA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEA57; }
p { color: rgb(252,234,87); }
H1.HeaderClassName
{
color: #FCEA57;
}
.AnyTagClassName
{
color: #FCEA57;
}
</style>
background-color css
<style>
a { background-color: #FCEA57; }
a { background-color: rgb(252,234,87); }
div.DivClassName
{
background-color: #FCEA57;
}
.BgClassName
{
background-color: #FCEA57;
}
</style>
border-color css
<style>
span { border-color: #FCEA57; }
span { border-color: rgb(252,234,87); }
td.TdClassName
{
border-color: #FCEA57;
}
.TagClassName
{
border-color: #FCEA57;
}
</style>