Shades of Corn #FCE95A
Tints of Corn #FCE95A
RGB
CMYK
RGB Variations
Color information
#FCE95A (or 0xFCE95A) is known color: Corn. HEX triplet: FC, E9 and 5A. RGB value is (252,233,90). Sum of RGB (Red+Green+Blue) = 252+233+90=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 233 (91.41% from 255 or 40.52% from 575); Blue value is 90 (35.55% from 255 or 15.65% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE95A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE95A is #0316A5. Grayscale: #DEDEDE. Windows color (decimal): -202406 or 5958140. OLE color: 5958140.
HSL color Cylindrical-coordinate representation of color #FCE95A: hue angle of 52.96º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FCE95A is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 90 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.01 |
| HSL | 52.96º | 0.96% | 0.67% | - |
| HSV(B) | 52.96º | 0.64% | 0.99% | - |
| XYZ | 71.13 | 79.71 | 21.31 | - |
| YUV | 222.38 | 53.29 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 90 | 0 | 0.08 | 0.64 | 0.01 | 52.96 | 0.96 | 0.67 |
| Hex | FC | E9 | 5A | 0 | 8 | 40 | 1 | 35 | 60 | 43 |
| Octal | 374 | 351 | 132 | 0 | 10 | 100 | 1 | 65 | 140 | 103 |
| Binary | 11111100 | 11101001 | 1011010 | 0 | 1000 | 1000000 | 1 | 110101 | 1100000 | 1000011 |
Color Harmonies of #FCE95A
Complementary color
Monochromatic Colors of #FCE95A
Black with #FCE95A
Text Example
Text Example
White with #FCE95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE95A; }
p { color: rgb(252,233,90); }
H1.HeaderClassName
{
color: #FCE95A;
}
.AnyTagClassName
{
color: #FCE95A;
}
</style>
background-color css
<style>
a { background-color: #FCE95A; }
a { background-color: rgb(252,233,90); }
div.DivClassName
{
background-color: #FCE95A;
}
.BgClassName
{
background-color: #FCE95A;
}
</style>
border-color css
<style>
span { border-color: #FCE95A; }
span { border-color: rgb(252,233,90); }
td.TdClassName
{
border-color: #FCE95A;
}
.TagClassName
{
border-color: #FCE95A;
}
</style>