Shades of Corn #FCE968
Tints of Corn #FCE968
RGB
CMYK
RGB Variations
Color information
#FCE968 (or 0xFCE968) is known color: Corn. HEX triplet: FC, E9 and 68. RGB value is (252,233,104). Sum of RGB (Red+Green+Blue) = 252+233+104=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 233 (91.41% from 255 or 39.56% from 589); Blue value is 104 (41.02% from 255 or 17.66% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE968 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE968 is #031697. Grayscale: #E0E0E0. Windows color (decimal): -202392 or 6875644. OLE color: 6875644.
HSL color Cylindrical-coordinate representation of color #FCE968: hue angle of 52.3º 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 #FCE968 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 104 | - |
| CMYK | 0 | 0.08 | 0.59 | 0.01 |
| HSL | 52.3º | 0.96% | 0.7% | - |
| HSV(B) | 52.3º | 0.59% | 0.99% | - |
| XYZ | 71.78 | 79.97 | 24.75 | - |
| YUV | 223.98 | 60.29 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 104 | 0 | 0.08 | 0.59 | 0.01 | 52.3 | 0.96 | 0.7 |
| Hex | FC | E9 | 68 | 0 | 8 | 3B | 1 | 34 | 60 | 46 |
| Octal | 374 | 351 | 150 | 0 | 10 | 73 | 1 | 64 | 140 | 106 |
| Binary | 11111100 | 11101001 | 1101000 | 0 | 1000 | 111011 | 1 | 110100 | 1100000 | 1000110 |
Color Harmonies of #FCE968
Complementary color
Monochromatic Colors of #FCE968
Black with #FCE968
Text Example
Text Example
White with #FCE968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE968; }
p { color: rgb(252,233,104); }
H1.HeaderClassName
{
color: #FCE968;
}
.AnyTagClassName
{
color: #FCE968;
}
</style>
background-color css
<style>
a { background-color: #FCE968; }
a { background-color: rgb(252,233,104); }
div.DivClassName
{
background-color: #FCE968;
}
.BgClassName
{
background-color: #FCE968;
}
</style>
border-color css
<style>
span { border-color: #FCE968; }
span { border-color: rgb(252,233,104); }
td.TdClassName
{
border-color: #FCE968;
}
.TagClassName
{
border-color: #FCE968;
}
</style>