Shades of Sweet Corn #FCE983
Tints of Sweet Corn #FCE983
RGB
CMYK
RGB Variations
Color information
#FCE983 (or 0xFCE983) is known color: Sweet Corn. HEX triplet: FC, E9 and 83. RGB value is (252,233,131). Sum of RGB (Red+Green+Blue) = 252+233+131=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 233 (91.41% from 255 or 37.82% from 616); Blue value is 131 (51.56% from 255 or 21.27% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE983 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE983 is #03167C. Grayscale: #E3E3E3. Windows color (decimal): -202365 or 8645116. OLE color: 8645116.
HSL color Cylindrical-coordinate representation of color #FCE983: hue angle of 50.58º 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 #FCE983 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 131 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.01 |
| HSL | 50.58º | 0.95% | 0.75% | - |
| HSV(B) | 50.58º | 0.48% | 0.99% | - |
| XYZ | 73.38 | 80.61 | 33.16 | - |
| YUV | 227.05 | 73.79 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 131 | 0 | 0.08 | 0.48 | 0.01 | 50.58 | 0.95 | 0.75 |
| Hex | FC | E9 | 83 | 0 | 8 | 30 | 1 | 33 | 5F | 4B |
| Octal | 374 | 351 | 203 | 0 | 10 | 60 | 1 | 63 | 137 | 113 |
| Binary | 11111100 | 11101001 | 10000011 | 0 | 1000 | 110000 | 1 | 110011 | 1011111 | 1001011 |
Color Harmonies of #FCE983
Complementary color
Monochromatic Colors of #FCE983
Black with #FCE983
Text Example
Text Example
White with #FCE983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE983; }
p { color: rgb(252,233,131); }
H1.HeaderClassName
{
color: #FCE983;
}
.AnyTagClassName
{
color: #FCE983;
}
</style>
background-color css
<style>
a { background-color: #FCE983; }
a { background-color: rgb(252,233,131); }
div.DivClassName
{
background-color: #FCE983;
}
.BgClassName
{
background-color: #FCE983;
}
</style>
border-color css
<style>
span { border-color: #FCE983; }
span { border-color: rgb(252,233,131); }
td.TdClassName
{
border-color: #FCE983;
}
.TagClassName
{
border-color: #FCE983;
}
</style>