Shades of Corn #FCEA5C
Tints of Corn #FCEA5C
RGB
CMYK
RGB Variations
Color information
#FCEA5C (or 0xFCEA5C) is known color: Corn. HEX triplet: FC, EA and 5C. RGB value is (252,234,92). Sum of RGB (Red+Green+Blue) = 252+234+92=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 234 (91.80% from 255 or 40.48% from 578); Blue value is 92 (36.33% from 255 or 15.92% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA5C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEA5C is #0315A3. Grayscale: #DFDFDF. Windows color (decimal): -202148 or 6089468. OLE color: 6089468.
HSL color Cylindrical-coordinate representation of color #FCEA5C: hue angle of 53.25º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCEA5C is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 92 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.01 |
| HSL | 53.25º | 0.96% | 0.67% | - |
| HSV(B) | 53.25º | 0.63% | 0.99% | - |
| XYZ | 71.5 | 80.31 | 21.86 | - |
| YUV | 223.19 | 53.96 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 92 | 0 | 0.07 | 0.63 | 0.01 | 53.25 | 0.96 | 0.67 |
| Hex | FC | EA | 5C | 0 | 7 | 3F | 1 | 35 | 60 | 43 |
| Octal | 374 | 352 | 134 | 0 | 7 | 77 | 1 | 65 | 140 | 103 |
| Binary | 11111100 | 11101010 | 1011100 | 0 | 111 | 111111 | 1 | 110101 | 1100000 | 1000011 |
Color Harmonies of #FCEA5C
Complementary color
Monochromatic Colors of #FCEA5C
Black with #FCEA5C
Text Example
Text Example
White with #FCEA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEA5C; }
p { color: rgb(252,234,92); }
H1.HeaderClassName
{
color: #FCEA5C;
}
.AnyTagClassName
{
color: #FCEA5C;
}
</style>
background-color css
<style>
a { background-color: #FCEA5C; }
a { background-color: rgb(252,234,92); }
div.DivClassName
{
background-color: #FCEA5C;
}
.BgClassName
{
background-color: #FCEA5C;
}
</style>
border-color css
<style>
span { border-color: #FCEA5C; }
span { border-color: rgb(252,234,92); }
td.TdClassName
{
border-color: #FCEA5C;
}
.TagClassName
{
border-color: #FCEA5C;
}
</style>