Shades of Sweet Corn #FCE883
Tints of Sweet Corn #FCE883
RGB
CMYK
RGB Variations
Color information
#FCE883 (or 0xFCE883) is known color: Sweet Corn. HEX triplet: FC, E8 and 83. RGB value is (252,232,131). Sum of RGB (Red+Green+Blue) = 252+232+131=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 232 (91.02% from 255 or 37.72% from 615); Blue value is 131 (51.56% from 255 or 21.30% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE883 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE883 is #03177C. Grayscale: #E2E2E2. Windows color (decimal): -202621 or 8644860. OLE color: 8644860.
HSL color Cylindrical-coordinate representation of color #FCE883: hue angle of 50.08º 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 #FCE883 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 131 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.01 |
| HSL | 50.08º | 0.95% | 0.75% | - |
| HSV(B) | 50.08º | 0.48% | 0.99% | - |
| XYZ | 73.1 | 80.05 | 33.07 | - |
| YUV | 226.47 | 74.13 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 131 | 0 | 0.08 | 0.48 | 0.01 | 50.08 | 0.95 | 0.75 |
| Hex | FC | E8 | 83 | 0 | 8 | 30 | 1 | 32 | 5F | 4B |
| Octal | 374 | 350 | 203 | 0 | 10 | 60 | 1 | 62 | 137 | 113 |
| Binary | 11111100 | 11101000 | 10000011 | 0 | 1000 | 110000 | 1 | 110010 | 1011111 | 1001011 |
Color Harmonies of #FCE883
Complementary color
Monochromatic Colors of #FCE883
Black with #FCE883
Text Example
Text Example
White with #FCE883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE883; }
p { color: rgb(252,232,131); }
H1.HeaderClassName
{
color: #FCE883;
}
.AnyTagClassName
{
color: #FCE883;
}
</style>
background-color css
<style>
a { background-color: #FCE883; }
a { background-color: rgb(252,232,131); }
div.DivClassName
{
background-color: #FCE883;
}
.BgClassName
{
background-color: #FCE883;
}
</style>
border-color css
<style>
span { border-color: #FCE883; }
span { border-color: rgb(252,232,131); }
td.TdClassName
{
border-color: #FCE883;
}
.TagClassName
{
border-color: #FCE883;
}
</style>