Shades of Sweet Corn #FCE680
Tints of Sweet Corn #FCE680
RGB
CMYK
RGB Variations
Color information
#FCE680 (or 0xFCE680) is known color: Sweet Corn. HEX triplet: FC, E6 and 80. RGB value is (252,230,128). Sum of RGB (Red+Green+Blue) = 252+230+128=610 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.31% from 610); Green value is 230 (90.23% from 255 or 37.70% from 610); Blue value is 128 (50.39% from 255 or 20.98% from 610); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE680 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE680 is #03197F. Grayscale: #E1E1E1. Windows color (decimal): -203136 or 8447740. OLE color: 8447740.
HSL color Cylindrical-coordinate representation of color #FCE680: hue angle of 49.35º 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 #FCE680 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 128 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.01 |
| HSL | 49.35º | 0.95% | 0.75% | - |
| HSV(B) | 49.35º | 0.49% | 0.99% | - |
| XYZ | 72.34 | 78.85 | 31.83 | - |
| YUV | 224.95 | 73.29 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 128 | 0 | 0.09 | 0.49 | 0.01 | 49.35 | 0.95 | 0.75 |
| Hex | FC | E6 | 80 | 0 | 9 | 31 | 1 | 31 | 5F | 4B |
| Octal | 374 | 346 | 200 | 0 | 11 | 61 | 1 | 61 | 137 | 113 |
| Binary | 11111100 | 11100110 | 10000000 | 0 | 1001 | 110001 | 1 | 110001 | 1011111 | 1001011 |
Color Harmonies of #FCE680
Complementary color
Monochromatic Colors of #FCE680
Black with #FCE680
Text Example
Text Example
White with #FCE680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE680; }
p { color: rgb(252,230,128); }
H1.HeaderClassName
{
color: #FCE680;
}
.AnyTagClassName
{
color: #FCE680;
}
</style>
background-color css
<style>
a { background-color: #FCE680; }
a { background-color: rgb(252,230,128); }
div.DivClassName
{
background-color: #FCE680;
}
.BgClassName
{
background-color: #FCE680;
}
</style>
border-color css
<style>
span { border-color: #FCE680; }
span { border-color: rgb(252,230,128); }
td.TdClassName
{
border-color: #FCE680;
}
.TagClassName
{
border-color: #FCE680;
}
</style>