Shades of Sweet Corn #FCE980
Tints of Sweet Corn #FCE980
RGB
CMYK
RGB Variations
Color information
#FCE980 (or 0xFCE980) is known color: Sweet Corn. HEX triplet: FC, E9 and 80. RGB value is (252,233,128). Sum of RGB (Red+Green+Blue) = 252+233+128=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 233 (91.41% from 255 or 38.01% from 613); Blue value is 128 (50.39% from 255 or 20.88% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE980 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE980 is #03167F. Grayscale: #E3E3E3. Windows color (decimal): -202368 or 8448508. OLE color: 8448508.
HSL color Cylindrical-coordinate representation of color #FCE980: hue angle of 50.81º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FCE980 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 128 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.01 |
| HSL | 50.81º | 0.95% | 0.75% | - |
| HSV(B) | 50.81º | 0.49% | 0.99% | - |
| XYZ | 73.18 | 80.53 | 32.11 | - |
| YUV | 226.71 | 72.29 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 128 | 0 | 0.08 | 0.49 | 0.01 | 50.81 | 0.95 | 0.75 |
| Hex | FC | E9 | 80 | 0 | 8 | 31 | 1 | 33 | 5F | 4B |
| Octal | 374 | 351 | 200 | 0 | 10 | 61 | 1 | 63 | 137 | 113 |
| Binary | 11111100 | 11101001 | 10000000 | 0 | 1000 | 110001 | 1 | 110011 | 1011111 | 1001011 |
Color Harmonies of #FCE980
Complementary color
Monochromatic Colors of #FCE980
Black with #FCE980
Text Example
Text Example
White with #FCE980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE980; }
p { color: rgb(252,233,128); }
H1.HeaderClassName
{
color: #FCE980;
}
.AnyTagClassName
{
color: #FCE980;
}
</style>
background-color css
<style>
a { background-color: #FCE980; }
a { background-color: rgb(252,233,128); }
div.DivClassName
{
background-color: #FCE980;
}
.BgClassName
{
background-color: #FCE980;
}
</style>
border-color css
<style>
span { border-color: #FCE980; }
span { border-color: rgb(252,233,128); }
td.TdClassName
{
border-color: #FCE980;
}
.TagClassName
{
border-color: #FCE980;
}
</style>