Shades of Sweet Corn #FCE16A
Tints of Sweet Corn #FCE16A
RGB
CMYK
RGB Variations
Color information
#FCE16A (or 0xFCE16A) is known color: Sweet Corn. HEX triplet: FC, E1 and 6A. RGB value is (252,225,106). Sum of RGB (Red+Green+Blue) = 252+225+106=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 225 (88.28% from 255 or 38.59% from 583); Blue value is 106 (41.80% from 255 or 18.18% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE16A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE16A is #031E95. Grayscale: #DCDCDC. Windows color (decimal): -204438 or 7004668. OLE color: 7004668.
HSL color Cylindrical-coordinate representation of color #FCE16A: hue angle of 48.9º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FCE16A is Cyan = 0, Magento = 0.11, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 106 | - |
| CMYK | 0 | 0.11 | 0.58 | 0.01 |
| HSL | 48.9º | 0.96% | 0.7% | - |
| HSV(B) | 48.9º | 0.58% | 0.99% | - |
| XYZ | 69.67 | 75.59 | 24.55 | - |
| YUV | 219.51 | 63.95 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 106 | 0 | 0.11 | 0.58 | 0.01 | 48.9 | 0.96 | 0.7 |
| Hex | FC | E1 | 6A | 0 | B | 3A | 1 | 31 | 60 | 46 |
| Octal | 374 | 341 | 152 | 0 | 13 | 72 | 1 | 61 | 140 | 106 |
| Binary | 11111100 | 11100001 | 1101010 | 0 | 1011 | 111010 | 1 | 110001 | 1100000 | 1000110 |
Color Harmonies of #FCE16A
Complementary color
Monochromatic Colors of #FCE16A
Black with #FCE16A
Text Example
Text Example
White with #FCE16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE16A; }
p { color: rgb(252,225,106); }
H1.HeaderClassName
{
color: #FCE16A;
}
.AnyTagClassName
{
color: #FCE16A;
}
</style>
background-color css
<style>
a { background-color: #FCE16A; }
a { background-color: rgb(252,225,106); }
div.DivClassName
{
background-color: #FCE16A;
}
.BgClassName
{
background-color: #FCE16A;
}
</style>
border-color css
<style>
span { border-color: #FCE16A; }
span { border-color: rgb(252,225,106); }
td.TdClassName
{
border-color: #FCE16A;
}
.TagClassName
{
border-color: #FCE16A;
}
</style>