Shades of Corn #FCE95E
Tints of Corn #FCE95E
RGB
CMYK
RGB Variations
Color information
#FCE95E (or 0xFCE95E) is known color: Corn. HEX triplet: FC, E9 and 5E. RGB value is (252,233,94). Sum of RGB (Red+Green+Blue) = 252+233+94=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 233 (91.41% from 255 or 40.24% from 579); Blue value is 94 (37.11% from 255 or 16.23% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE95E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE95E is #0316A1. Grayscale: #DFDFDF. Windows color (decimal): -202402 or 6220284. OLE color: 6220284.
HSL color Cylindrical-coordinate representation of color #FCE95E: hue angle of 52.78º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCE95E is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 94 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.01 |
| HSL | 52.78º | 0.96% | 0.68% | - |
| HSV(B) | 52.78º | 0.63% | 0.99% | - |
| XYZ | 71.3 | 79.78 | 22.23 | - |
| YUV | 222.84 | 55.29 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 94 | 0 | 0.08 | 0.63 | 0.01 | 52.78 | 0.96 | 0.68 |
| Hex | FC | E9 | 5E | 0 | 8 | 3F | 1 | 35 | 60 | 44 |
| Octal | 374 | 351 | 136 | 0 | 10 | 77 | 1 | 65 | 140 | 104 |
| Binary | 11111100 | 11101001 | 1011110 | 0 | 1000 | 111111 | 1 | 110101 | 1100000 | 1000100 |
Color Harmonies of #FCE95E
Complementary color
Monochromatic Colors of #FCE95E
Black with #FCE95E
Text Example
Text Example
White with #FCE95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE95E; }
p { color: rgb(252,233,94); }
H1.HeaderClassName
{
color: #FCE95E;
}
.AnyTagClassName
{
color: #FCE95E;
}
</style>
background-color css
<style>
a { background-color: #FCE95E; }
a { background-color: rgb(252,233,94); }
div.DivClassName
{
background-color: #FCE95E;
}
.BgClassName
{
background-color: #FCE95E;
}
</style>
border-color css
<style>
span { border-color: #FCE95E; }
span { border-color: rgb(252,233,94); }
td.TdClassName
{
border-color: #FCE95E;
}
.TagClassName
{
border-color: #FCE95E;
}
</style>