Shades of Corn #FCE960
Tints of Corn #FCE960
RGB
CMYK
RGB Variations
Color information
#FCE960 (or 0xFCE960) is known color: Corn. HEX triplet: FC, E9 and 60. RGB value is (252,233,96). Sum of RGB (Red+Green+Blue) = 252+233+96=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 233 (91.41% from 255 or 40.10% from 581); Blue value is 96 (37.89% from 255 or 16.52% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE960 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE960 is #03169F. Grayscale: #DFDFDF. Windows color (decimal): -202400 or 6351356. OLE color: 6351356.
HSL color Cylindrical-coordinate representation of color #FCE960: hue angle of 52.69º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FCE960 is Cyan = 0, Magento = 0.08, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 96 | - |
| CMYK | 0 | 0.08 | 0.62 | 0.01 |
| HSL | 52.69º | 0.96% | 0.68% | - |
| HSV(B) | 52.69º | 0.62% | 0.99% | - |
| XYZ | 71.4 | 79.82 | 22.71 | - |
| YUV | 223.06 | 56.29 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 96 | 0 | 0.08 | 0.62 | 0.01 | 52.69 | 0.96 | 0.68 |
| Hex | FC | E9 | 60 | 0 | 8 | 3E | 1 | 35 | 60 | 44 |
| Octal | 374 | 351 | 140 | 0 | 10 | 76 | 1 | 65 | 140 | 104 |
| Binary | 11111100 | 11101001 | 1100000 | 0 | 1000 | 111110 | 1 | 110101 | 1100000 | 1000100 |
Color Harmonies of #FCE960
Complementary color
Monochromatic Colors of #FCE960
Black with #FCE960
Text Example
Text Example
White with #FCE960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE960; }
p { color: rgb(252,233,96); }
H1.HeaderClassName
{
color: #FCE960;
}
.AnyTagClassName
{
color: #FCE960;
}
</style>
background-color css
<style>
a { background-color: #FCE960; }
a { background-color: rgb(252,233,96); }
div.DivClassName
{
background-color: #FCE960;
}
.BgClassName
{
background-color: #FCE960;
}
</style>
border-color css
<style>
span { border-color: #FCE960; }
span { border-color: rgb(252,233,96); }
td.TdClassName
{
border-color: #FCE960;
}
.TagClassName
{
border-color: #FCE960;
}
</style>