Shades of Corn #FCEB63
Tints of Corn #FCEB63
RGB
CMYK
RGB Variations
Color information
#FCEB63 (or 0xFCEB63) is known color: Corn. HEX triplet: FC, EB and 63. RGB value is (252,235,99). Sum of RGB (Red+Green+Blue) = 252+235+99=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 235 (92.19% from 255 or 40.10% from 586); Blue value is 99 (39.06% from 255 or 16.89% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB63 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEB63 is #03149C. Grayscale: #E1E1E1. Windows color (decimal): -201885 or 6548476. OLE color: 6548476.
HSL color Cylindrical-coordinate representation of color #FCEB63: hue angle of 53.33º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FCEB63 is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 99 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.01 |
| HSL | 53.33º | 0.96% | 0.69% | - |
| HSV(B) | 53.33º | 0.61% | 0.99% | - |
| XYZ | 72.11 | 81.01 | 23.64 | - |
| YUV | 224.58 | 57.13 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 99 | 0 | 0.07 | 0.61 | 0.01 | 53.33 | 0.96 | 0.69 |
| Hex | FC | EB | 63 | 0 | 7 | 3D | 1 | 35 | 60 | 45 |
| Octal | 374 | 353 | 143 | 0 | 7 | 75 | 1 | 65 | 140 | 105 |
| Binary | 11111100 | 11101011 | 1100011 | 0 | 111 | 111101 | 1 | 110101 | 1100000 | 1000101 |
Color Harmonies of #FCEB63
Complementary color
Monochromatic Colors of #FCEB63
Black with #FCEB63
Text Example
Text Example
White with #FCEB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEB63; }
p { color: rgb(252,235,99); }
H1.HeaderClassName
{
color: #FCEB63;
}
.AnyTagClassName
{
color: #FCEB63;
}
</style>
background-color css
<style>
a { background-color: #FCEB63; }
a { background-color: rgb(252,235,99); }
div.DivClassName
{
background-color: #FCEB63;
}
.BgClassName
{
background-color: #FCEB63;
}
</style>
border-color css
<style>
span { border-color: #FCEB63; }
span { border-color: rgb(252,235,99); }
td.TdClassName
{
border-color: #FCEB63;
}
.TagClassName
{
border-color: #FCEB63;
}
</style>