Shades of Sweet Corn #FCE682
Tints of Sweet Corn #FCE682
RGB
CMYK
RGB Variations
Color information
#FCE682 (or 0xFCE682) is known color: Sweet Corn. HEX triplet: FC, E6 and 82. RGB value is (252,230,130). Sum of RGB (Red+Green+Blue) = 252+230+130=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 230 (90.23% from 255 or 37.58% from 612); Blue value is 130 (51.17% from 255 or 21.24% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE682 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE682 is #03197D. Grayscale: #E1E1E1. Windows color (decimal): -203134 or 8578812. OLE color: 8578812.
HSL color Cylindrical-coordinate representation of color #FCE682: hue angle of 49.18º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FCE682 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 130 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.01 |
| HSL | 49.18º | 0.95% | 0.75% | - |
| HSV(B) | 49.18º | 0.48% | 0.99% | - |
| XYZ | 72.47 | 78.9 | 32.53 | - |
| YUV | 225.18 | 74.29 | 147.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 130 | 0 | 0.09 | 0.48 | 0.01 | 49.18 | 0.95 | 0.75 |
| Hex | FC | E6 | 82 | 0 | 9 | 30 | 1 | 31 | 5F | 4B |
| Octal | 374 | 346 | 202 | 0 | 11 | 60 | 1 | 61 | 137 | 113 |
| Binary | 11111100 | 11100110 | 10000010 | 0 | 1001 | 110000 | 1 | 110001 | 1011111 | 1001011 |
Color Harmonies of #FCE682
Complementary color
Monochromatic Colors of #FCE682
Black with #FCE682
Text Example
Text Example
White with #FCE682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE682; }
p { color: rgb(252,230,130); }
H1.HeaderClassName
{
color: #FCE682;
}
.AnyTagClassName
{
color: #FCE682;
}
</style>
background-color css
<style>
a { background-color: #FCE682; }
a { background-color: rgb(252,230,130); }
div.DivClassName
{
background-color: #FCE682;
}
.BgClassName
{
background-color: #FCE682;
}
</style>
border-color css
<style>
span { border-color: #FCE682; }
span { border-color: rgb(252,230,130); }
td.TdClassName
{
border-color: #FCE682;
}
.TagClassName
{
border-color: #FCE682;
}
</style>