Shades of Sweet Corn #FCE56F
Tints of Sweet Corn #FCE56F
RGB
CMYK
RGB Variations
Color information
#FCE56F (or 0xFCE56F) is known color: Sweet Corn. HEX triplet: FC, E5 and 6F. RGB value is (252,229,111). Sum of RGB (Red+Green+Blue) = 252+229+111=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 229 (89.84% from 255 or 38.68% from 592); Blue value is 111 (43.75% from 255 or 18.75% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE56F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE56F is #031A90. Grayscale: #DEDEDE. Windows color (decimal): -203409 or 7333372. OLE color: 7333372.
HSL color Cylindrical-coordinate representation of color #FCE56F: hue angle of 50.21º 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 #FCE56F is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 111 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.01 |
| HSL | 50.21º | 0.96% | 0.71% | - |
| HSV(B) | 50.21º | 0.56% | 0.99% | - |
| XYZ | 71.03 | 77.88 | 26.33 | - |
| YUV | 222.43 | 65.12 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 111 | 0 | 0.09 | 0.56 | 0.01 | 50.21 | 0.96 | 0.71 |
| Hex | FC | E5 | 6F | 0 | 9 | 38 | 1 | 32 | 60 | 47 |
| Octal | 374 | 345 | 157 | 0 | 11 | 70 | 1 | 62 | 140 | 107 |
| Binary | 11111100 | 11100101 | 1101111 | 0 | 1001 | 111000 | 1 | 110010 | 1100000 | 1000111 |
Color Harmonies of #FCE56F
Complementary color
Monochromatic Colors of #FCE56F
Black with #FCE56F
Text Example
Text Example
White with #FCE56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE56F; }
p { color: rgb(252,229,111); }
H1.HeaderClassName
{
color: #FCE56F;
}
.AnyTagClassName
{
color: #FCE56F;
}
</style>
background-color css
<style>
a { background-color: #FCE56F; }
a { background-color: rgb(252,229,111); }
div.DivClassName
{
background-color: #FCE56F;
}
.BgClassName
{
background-color: #FCE56F;
}
</style>
border-color css
<style>
span { border-color: #FCE56F; }
span { border-color: rgb(252,229,111); }
td.TdClassName
{
border-color: #FCE56F;
}
.TagClassName
{
border-color: #FCE56F;
}
</style>