Shades of Corn #FCE566
Tints of Corn #FCE566
RGB
CMYK
RGB Variations
Color information
#FCE566 (or 0xFCE566) is known color: Corn. HEX triplet: FC, E5 and 66. RGB value is (252,229,102). Sum of RGB (Red+Green+Blue) = 252+229+102=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 229 (89.84% from 255 or 39.28% from 583); Blue value is 102 (40.23% from 255 or 17.50% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE566 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE566 is #031A99. Grayscale: #DDDDDD. Windows color (decimal): -203418 or 6743548. OLE color: 6743548.
HSL color Cylindrical-coordinate representation of color #FCE566: hue angle of 50.8º 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 #FCE566 is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 102 | - |
| CMYK | 0 | 0.09 | 0.60 | 0.01 |
| HSL | 50.8º | 0.96% | 0.69% | - |
| HSV(B) | 50.8º | 0.6% | 0.99% | - |
| XYZ | 70.56 | 77.69 | 23.85 | - |
| YUV | 221.4 | 60.62 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 102 | 0 | 0.09 | 0.60 | 0.01 | 50.8 | 0.96 | 0.69 |
| Hex | FC | E5 | 66 | 0 | 9 | 3C | 1 | 33 | 60 | 45 |
| Octal | 374 | 345 | 146 | 0 | 11 | 74 | 1 | 63 | 140 | 105 |
| Binary | 11111100 | 11100101 | 1100110 | 0 | 1001 | 111100 | 1 | 110011 | 1100000 | 1000101 |
Color Harmonies of #FCE566
Complementary color
Monochromatic Colors of #FCE566
Black with #FCE566
Text Example
Text Example
White with #FCE566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE566; }
p { color: rgb(252,229,102); }
H1.HeaderClassName
{
color: #FCE566;
}
.AnyTagClassName
{
color: #FCE566;
}
</style>
background-color css
<style>
a { background-color: #FCE566; }
a { background-color: rgb(252,229,102); }
div.DivClassName
{
background-color: #FCE566;
}
.BgClassName
{
background-color: #FCE566;
}
</style>
border-color css
<style>
span { border-color: #FCE566; }
span { border-color: rgb(252,229,102); }
td.TdClassName
{
border-color: #FCE566;
}
.TagClassName
{
border-color: #FCE566;
}
</style>