Shades of Sweet Corn #FCE56B
Tints of Sweet Corn #FCE56B
RGB
CMYK
RGB Variations
Color information
#FCE56B (or 0xFCE56B) is known color: Sweet Corn. HEX triplet: FC, E5 and 6B. RGB value is (252,229,107). Sum of RGB (Red+Green+Blue) = 252+229+107=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 229 (89.84% from 255 or 38.95% from 588); Blue value is 107 (42.19% from 255 or 18.20% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE56B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE56B is #031A94. Grayscale: #DEDEDE. Windows color (decimal): -203413 or 7071228. OLE color: 7071228.
HSL color Cylindrical-coordinate representation of color #FCE56B: hue angle of 50.48º 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 #FCE56B is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 107 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.01 |
| HSL | 50.48º | 0.96% | 0.7% | - |
| HSV(B) | 50.48º | 0.58% | 0.99% | - |
| XYZ | 70.82 | 77.8 | 25.19 | - |
| YUV | 221.97 | 63.12 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 107 | 0 | 0.09 | 0.58 | 0.01 | 50.48 | 0.96 | 0.7 |
| Hex | FC | E5 | 6B | 0 | 9 | 3A | 1 | 32 | 60 | 46 |
| Octal | 374 | 345 | 153 | 0 | 11 | 72 | 1 | 62 | 140 | 106 |
| Binary | 11111100 | 11100101 | 1101011 | 0 | 1001 | 111010 | 1 | 110010 | 1100000 | 1000110 |
Color Harmonies of #FCE56B
Complementary color
Monochromatic Colors of #FCE56B
Black with #FCE56B
Text Example
Text Example
White with #FCE56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE56B; }
p { color: rgb(252,229,107); }
H1.HeaderClassName
{
color: #FCE56B;
}
.AnyTagClassName
{
color: #FCE56B;
}
</style>
background-color css
<style>
a { background-color: #FCE56B; }
a { background-color: rgb(252,229,107); }
div.DivClassName
{
background-color: #FCE56B;
}
.BgClassName
{
background-color: #FCE56B;
}
</style>
border-color css
<style>
span { border-color: #FCE56B; }
span { border-color: rgb(252,229,107); }
td.TdClassName
{
border-color: #FCE56B;
}
.TagClassName
{
border-color: #FCE56B;
}
</style>