Shades of Sweet Corn #FCE56E
Tints of Sweet Corn #FCE56E
RGB
CMYK
RGB Variations
Color information
#FCE56E (or 0xFCE56E) is known color: Sweet Corn. HEX triplet: FC, E5 and 6E. RGB value is (252,229,110). Sum of RGB (Red+Green+Blue) = 252+229+110=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 229 (89.84% from 255 or 38.75% from 591); Blue value is 110 (43.36% from 255 or 18.61% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE56E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE56E is #031A91. Grayscale: #DEDEDE. Windows color (decimal): -203410 or 7267836. OLE color: 7267836.
HSL color Cylindrical-coordinate representation of color #FCE56E: hue angle of 50.28º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FCE56E is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 110 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.01 |
| HSL | 50.28º | 0.96% | 0.71% | - |
| HSV(B) | 50.28º | 0.56% | 0.99% | - |
| XYZ | 70.98 | 77.86 | 26.04 | - |
| YUV | 222.31 | 64.62 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 110 | 0 | 0.09 | 0.56 | 0.01 | 50.28 | 0.96 | 0.71 |
| Hex | FC | E5 | 6E | 0 | 9 | 38 | 1 | 32 | 60 | 47 |
| Octal | 374 | 345 | 156 | 0 | 11 | 70 | 1 | 62 | 140 | 107 |
| Binary | 11111100 | 11100101 | 1101110 | 0 | 1001 | 111000 | 1 | 110010 | 1100000 | 1000111 |
Color Harmonies of #FCE56E
Complementary color
Monochromatic Colors of #FCE56E
Black with #FCE56E
Text Example
Text Example
White with #FCE56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE56E; }
p { color: rgb(252,229,110); }
H1.HeaderClassName
{
color: #FCE56E;
}
.AnyTagClassName
{
color: #FCE56E;
}
</style>
background-color css
<style>
a { background-color: #FCE56E; }
a { background-color: rgb(252,229,110); }
div.DivClassName
{
background-color: #FCE56E;
}
.BgClassName
{
background-color: #FCE56E;
}
</style>
border-color css
<style>
span { border-color: #FCE56E; }
span { border-color: rgb(252,229,110); }
td.TdClassName
{
border-color: #FCE56E;
}
.TagClassName
{
border-color: #FCE56E;
}
</style>