Shades of Corn #FCEB68
Tints of Corn #FCEB68
RGB
CMYK
RGB Variations
Color information
#FCEB68 (or 0xFCEB68) is known color: Corn. HEX triplet: FC, EB and 68. RGB value is (252,235,104). Sum of RGB (Red+Green+Blue) = 252+235+104=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 235 (92.19% from 255 or 39.76% from 591); Blue value is 104 (41.02% from 255 or 17.60% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEB68 is #031497. Grayscale: #E1E1E1. Windows color (decimal): -201880 or 6876156. OLE color: 6876156.
HSL color Cylindrical-coordinate representation of color #FCEB68: hue angle of 53.11º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FCEB68 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 104 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.01 |
| HSL | 53.11º | 0.96% | 0.7% | - |
| HSV(B) | 53.11º | 0.59% | 0.99% | - |
| XYZ | 72.35 | 81.11 | 24.94 | - |
| YUV | 225.15 | 59.63 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 104 | 0 | 0.07 | 0.59 | 0.01 | 53.11 | 0.96 | 0.7 |
| Hex | FC | EB | 68 | 0 | 7 | 3B | 1 | 35 | 60 | 46 |
| Octal | 374 | 353 | 150 | 0 | 7 | 73 | 1 | 65 | 140 | 106 |
| Binary | 11111100 | 11101011 | 1101000 | 0 | 111 | 111011 | 1 | 110101 | 1100000 | 1000110 |
Color Harmonies of #FCEB68
Complementary color
Monochromatic Colors of #FCEB68
Black with #FCEB68
Text Example
Text Example
White with #FCEB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEB68; }
p { color: rgb(252,235,104); }
H1.HeaderClassName
{
color: #FCEB68;
}
.AnyTagClassName
{
color: #FCEB68;
}
</style>
background-color css
<style>
a { background-color: #FCEB68; }
a { background-color: rgb(252,235,104); }
div.DivClassName
{
background-color: #FCEB68;
}
.BgClassName
{
background-color: #FCEB68;
}
</style>
border-color css
<style>
span { border-color: #FCEB68; }
span { border-color: rgb(252,235,104); }
td.TdClassName
{
border-color: #FCEB68;
}
.TagClassName
{
border-color: #FCEB68;
}
</style>