Shades of Corn #FCE965
Tints of Corn #FCE965
RGB
CMYK
RGB Variations
Color information
#FCE965 (or 0xFCE965) is known color: Corn. HEX triplet: FC, E9 and 65. RGB value is (252,233,101). Sum of RGB (Red+Green+Blue) = 252+233+101=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 233 (91.41% from 255 or 39.76% from 586); Blue value is 101 (39.84% from 255 or 17.24% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE965 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE965 is #03169A. Grayscale: #E0E0E0. Windows color (decimal): -202395 or 6679036. OLE color: 6679036.
HSL color Cylindrical-coordinate representation of color #FCE965: hue angle of 52.45º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCE965 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 101 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.01 |
| HSL | 52.45º | 0.96% | 0.69% | - |
| HSV(B) | 52.45º | 0.6% | 0.99% | - |
| XYZ | 71.63 | 79.91 | 23.96 | - |
| YUV | 223.63 | 58.79 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 101 | 0 | 0.08 | 0.60 | 0.01 | 52.45 | 0.96 | 0.69 |
| Hex | FC | E9 | 65 | 0 | 8 | 3C | 1 | 34 | 60 | 45 |
| Octal | 374 | 351 | 145 | 0 | 10 | 74 | 1 | 64 | 140 | 105 |
| Binary | 11111100 | 11101001 | 1100101 | 0 | 1000 | 111100 | 1 | 110100 | 1100000 | 1000101 |
Color Harmonies of #FCE965
Complementary color
Monochromatic Colors of #FCE965
Black with #FCE965
Text Example
Text Example
White with #FCE965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE965; }
p { color: rgb(252,233,101); }
H1.HeaderClassName
{
color: #FCE965;
}
.AnyTagClassName
{
color: #FCE965;
}
</style>
background-color css
<style>
a { background-color: #FCE965; }
a { background-color: rgb(252,233,101); }
div.DivClassName
{
background-color: #FCE965;
}
.BgClassName
{
background-color: #FCE965;
}
</style>
border-color css
<style>
span { border-color: #FCE965; }
span { border-color: rgb(252,233,101); }
td.TdClassName
{
border-color: #FCE965;
}
.TagClassName
{
border-color: #FCE965;
}
</style>