Shades of Sweet Corn #FCE575
Tints of Sweet Corn #FCE575
RGB
CMYK
RGB Variations
Color information
#FCE575 (or 0xFCE575) is known color: Sweet Corn. HEX triplet: FC, E5 and 75. RGB value is (252,229,117). Sum of RGB (Red+Green+Blue) = 252+229+117=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 229 (89.84% from 255 or 38.29% from 598); Blue value is 117 (46.09% from 255 or 19.57% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE575 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE575 is #031A8A. Grayscale: #DFDFDF. Windows color (decimal): -203403 or 7726588. OLE color: 7726588.
HSL color Cylindrical-coordinate representation of color #FCE575: hue angle of 49.78º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FCE575 is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 117 | - |
| CMYK | 0 | 0.09 | 0.54 | 0.01 |
| HSL | 49.78º | 0.96% | 0.72% | - |
| HSV(B) | 49.78º | 0.54% | 0.99% | - |
| XYZ | 71.38 | 78.02 | 28.13 | - |
| YUV | 223.11 | 68.12 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 117 | 0 | 0.09 | 0.54 | 0.01 | 49.78 | 0.96 | 0.72 |
| Hex | FC | E5 | 75 | 0 | 9 | 36 | 1 | 32 | 60 | 48 |
| Octal | 374 | 345 | 165 | 0 | 11 | 66 | 1 | 62 | 140 | 110 |
| Binary | 11111100 | 11100101 | 1110101 | 0 | 1001 | 110110 | 1 | 110010 | 1100000 | 1001000 |
Color Harmonies of #FCE575
Complementary color
Monochromatic Colors of #FCE575
Black with #FCE575
Text Example
Text Example
White with #FCE575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE575; }
p { color: rgb(252,229,117); }
H1.HeaderClassName
{
color: #FCE575;
}
.AnyTagClassName
{
color: #FCE575;
}
</style>
background-color css
<style>
a { background-color: #FCE575; }
a { background-color: rgb(252,229,117); }
div.DivClassName
{
background-color: #FCE575;
}
.BgClassName
{
background-color: #FCE575;
}
</style>
border-color css
<style>
span { border-color: #FCE575; }
span { border-color: rgb(252,229,117); }
td.TdClassName
{
border-color: #FCE575;
}
.TagClassName
{
border-color: #FCE575;
}
</style>