Shades of Sweet Corn #FCE16C
Tints of Sweet Corn #FCE16C
RGB
CMYK
RGB Variations
Color information
#FCE16C (or 0xFCE16C) is known color: Sweet Corn. HEX triplet: FC, E1 and 6C. RGB value is (252,225,108). Sum of RGB (Red+Green+Blue) = 252+225+108=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 108 (42.58% from 255 or 18.46% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE16C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE16C is #031E93. Grayscale: #DCDCDC. Windows color (decimal): -204436 or 7135740. OLE color: 7135740.
HSL color Cylindrical-coordinate representation of color #FCE16C: hue angle of 48.75º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FCE16C is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 108 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.01 |
| HSL | 48.75º | 0.96% | 0.71% | - |
| HSV(B) | 48.75º | 0.57% | 0.99% | - |
| XYZ | 69.78 | 75.63 | 25.11 | - |
| YUV | 219.74 | 64.95 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 108 | 0 | 0.11 | 0.57 | 0.01 | 48.75 | 0.96 | 0.71 |
| Hex | FC | E1 | 6C | 0 | B | 39 | 1 | 31 | 60 | 47 |
| Octal | 374 | 341 | 154 | 0 | 13 | 71 | 1 | 61 | 140 | 107 |
| Binary | 11111100 | 11100001 | 1101100 | 0 | 1011 | 111001 | 1 | 110001 | 1100000 | 1000111 |
Color Harmonies of #FCE16C
Complementary color
Monochromatic Colors of #FCE16C
Black with #FCE16C
Text Example
Text Example
White with #FCE16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE16C; }
p { color: rgb(252,225,108); }
H1.HeaderClassName
{
color: #FCE16C;
}
.AnyTagClassName
{
color: #FCE16C;
}
</style>
background-color css
<style>
a { background-color: #FCE16C; }
a { background-color: rgb(252,225,108); }
div.DivClassName
{
background-color: #FCE16C;
}
.BgClassName
{
background-color: #FCE16C;
}
</style>
border-color css
<style>
span { border-color: #FCE16C; }
span { border-color: rgb(252,225,108); }
td.TdClassName
{
border-color: #FCE16C;
}
.TagClassName
{
border-color: #FCE16C;
}
</style>