Shades of Sweet Corn #FCE07D
Tints of Sweet Corn #FCE07D
RGB
CMYK
RGB Variations
Color information
#FCE07D (or 0xFCE07D) is known color: Sweet Corn. HEX triplet: FC, E0 and 7D. RGB value is (252,224,125). Sum of RGB (Red+Green+Blue) = 252+224+125=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 125 (49.22% from 255 or 20.80% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE07D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE07D is #031F82. Grayscale: #DDDDDD. Windows color (decimal): -204675 or 8249596. OLE color: 8249596.
HSL color Cylindrical-coordinate representation of color #FCE07D: hue angle of 46.77º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCE07D is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 125 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.01 |
| HSL | 46.77º | 0.95% | 0.74% | - |
| HSV(B) | 46.77º | 0.5% | 0.99% | - |
| XYZ | 70.5 | 75.49 | 30.26 | - |
| YUV | 221.09 | 73.78 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 125 | 0 | 0.11 | 0.50 | 0.01 | 46.77 | 0.95 | 0.74 |
| Hex | FC | E0 | 7D | 0 | B | 32 | 1 | 2F | 5F | 4A |
| Octal | 374 | 340 | 175 | 0 | 13 | 62 | 1 | 57 | 137 | 112 |
| Binary | 11111100 | 11100000 | 1111101 | 0 | 1011 | 110010 | 1 | 101111 | 1011111 | 1001010 |
Color Harmonies of #FCE07D
Complementary color
Monochromatic Colors of #FCE07D
Black with #FCE07D
Text Example
Text Example
White with #FCE07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE07D; }
p { color: rgb(252,224,125); }
H1.HeaderClassName
{
color: #FCE07D;
}
.AnyTagClassName
{
color: #FCE07D;
}
</style>
background-color css
<style>
a { background-color: #FCE07D; }
a { background-color: rgb(252,224,125); }
div.DivClassName
{
background-color: #FCE07D;
}
.BgClassName
{
background-color: #FCE07D;
}
</style>
border-color css
<style>
span { border-color: #FCE07D; }
span { border-color: rgb(252,224,125); }
td.TdClassName
{
border-color: #FCE07D;
}
.TagClassName
{
border-color: #FCE07D;
}
</style>