Shades of Corn #FCE363
Tints of Corn #FCE363
RGB
CMYK
RGB Variations
Color information
#FCE363 (or 0xFCE363) is known color: Corn. HEX triplet: FC, E3 and 63. RGB value is (252,227,99). Sum of RGB (Red+Green+Blue) = 252+227+99=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 227 (89.06% from 255 or 39.27% from 578); Blue value is 99 (39.06% from 255 or 17.13% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE363 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE363 is #031C9C. Grayscale: #DCDCDC. Windows color (decimal): -203933 or 6546428. OLE color: 6546428.
HSL color Cylindrical-coordinate representation of color #FCE363: hue angle of 50.2º 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 #FCE363 is Cyan = 0, Magento = 0.10, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 99 | - |
| CMYK | 0 | 0.10 | 0.61 | 0.01 |
| HSL | 50.2º | 0.96% | 0.69% | - |
| HSV(B) | 50.2º | 0.61% | 0.99% | - |
| XYZ | 69.87 | 76.53 | 22.89 | - |
| YUV | 219.88 | 59.78 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 99 | 0 | 0.10 | 0.61 | 0.01 | 50.2 | 0.96 | 0.69 |
| Hex | FC | E3 | 63 | 0 | A | 3D | 1 | 32 | 60 | 45 |
| Octal | 374 | 343 | 143 | 0 | 12 | 75 | 1 | 62 | 140 | 105 |
| Binary | 11111100 | 11100011 | 1100011 | 0 | 1010 | 111101 | 1 | 110010 | 1100000 | 1000101 |
Color Harmonies of #FCE363
Complementary color
Monochromatic Colors of #FCE363
Black with #FCE363
Text Example
Text Example
White with #FCE363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE363; }
p { color: rgb(252,227,99); }
H1.HeaderClassName
{
color: #FCE363;
}
.AnyTagClassName
{
color: #FCE363;
}
</style>
background-color css
<style>
a { background-color: #FCE363; }
a { background-color: rgb(252,227,99); }
div.DivClassName
{
background-color: #FCE363;
}
.BgClassName
{
background-color: #FCE363;
}
</style>
border-color css
<style>
span { border-color: #FCE363; }
span { border-color: rgb(252,227,99); }
td.TdClassName
{
border-color: #FCE363;
}
.TagClassName
{
border-color: #FCE363;
}
</style>