Shades of Sweet Corn #FCE17D
Tints of Sweet Corn #FCE17D
RGB
CMYK
RGB Variations
Color information
#FCE17D (or 0xFCE17D) is known color: Sweet Corn. HEX triplet: FC, E1 and 7D. RGB value is (252,225,125). Sum of RGB (Red+Green+Blue) = 252+225+125=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 225 (88.28% from 255 or 37.38% from 602); Blue value is 125 (49.22% from 255 or 20.76% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE17D is #031E82. Grayscale: #DEDEDE. Windows color (decimal): -204419 or 8249852. OLE color: 8249852.
HSL color Cylindrical-coordinate representation of color #FCE17D: hue angle of 47.24º 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 #FCE17D is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 125 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.01 |
| HSL | 47.24º | 0.95% | 0.74% | - |
| HSV(B) | 47.24º | 0.5% | 0.99% | - |
| XYZ | 70.77 | 76.03 | 30.35 | - |
| YUV | 221.67 | 73.45 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 125 | 0 | 0.11 | 0.50 | 0.01 | 47.24 | 0.95 | 0.74 |
| Hex | FC | E1 | 7D | 0 | B | 32 | 1 | 2F | 5F | 4A |
| Octal | 374 | 341 | 175 | 0 | 13 | 62 | 1 | 57 | 137 | 112 |
| Binary | 11111100 | 11100001 | 1111101 | 0 | 1011 | 110010 | 1 | 101111 | 1011111 | 1001010 |
Color Harmonies of #FCE17D
Complementary color
Monochromatic Colors of #FCE17D
Black with #FCE17D
Text Example
Text Example
White with #FCE17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE17D; }
p { color: rgb(252,225,125); }
H1.HeaderClassName
{
color: #FCE17D;
}
.AnyTagClassName
{
color: #FCE17D;
}
</style>
background-color css
<style>
a { background-color: #FCE17D; }
a { background-color: rgb(252,225,125); }
div.DivClassName
{
background-color: #FCE17D;
}
.BgClassName
{
background-color: #FCE17D;
}
</style>
border-color css
<style>
span { border-color: #FCE17D; }
span { border-color: rgb(252,225,125); }
td.TdClassName
{
border-color: #FCE17D;
}
.TagClassName
{
border-color: #FCE17D;
}
</style>