Shades of Corn #FCE562
Tints of Corn #FCE562
RGB
CMYK
RGB Variations
Color information
#FCE562 (or 0xFCE562) is known color: Corn. HEX triplet: FC, E5 and 62. RGB value is (252,229,98). Sum of RGB (Red+Green+Blue) = 252+229+98=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 229 (89.84% from 255 or 39.55% from 579); Blue value is 98 (38.67% from 255 or 16.93% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE562 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE562 is #031A9D. Grayscale: #DDDDDD. Windows color (decimal): -203422 or 6481404. OLE color: 6481404.
HSL color Cylindrical-coordinate representation of color #FCE562: hue angle of 51.04º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FCE562 is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 98 | - |
| CMYK | 0 | 0.09 | 0.61 | 0.01 |
| HSL | 51.04º | 0.96% | 0.69% | - |
| HSV(B) | 51.04º | 0.61% | 0.99% | - |
| XYZ | 70.37 | 77.62 | 22.83 | - |
| YUV | 220.94 | 58.62 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 98 | 0 | 0.09 | 0.61 | 0.01 | 51.04 | 0.96 | 0.69 |
| Hex | FC | E5 | 62 | 0 | 9 | 3D | 1 | 33 | 60 | 45 |
| Octal | 374 | 345 | 142 | 0 | 11 | 75 | 1 | 63 | 140 | 105 |
| Binary | 11111100 | 11100101 | 1100010 | 0 | 1001 | 111101 | 1 | 110011 | 1100000 | 1000101 |
Color Harmonies of #FCE562
Complementary color
Monochromatic Colors of #FCE562
Black with #FCE562
Text Example
Text Example
White with #FCE562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE562; }
p { color: rgb(252,229,98); }
H1.HeaderClassName
{
color: #FCE562;
}
.AnyTagClassName
{
color: #FCE562;
}
</style>
background-color css
<style>
a { background-color: #FCE562; }
a { background-color: rgb(252,229,98); }
div.DivClassName
{
background-color: #FCE562;
}
.BgClassName
{
background-color: #FCE562;
}
</style>
border-color css
<style>
span { border-color: #FCE562; }
span { border-color: rgb(252,229,98); }
td.TdClassName
{
border-color: #FCE562;
}
.TagClassName
{
border-color: #FCE562;
}
</style>