Shades of Sweet Corn #FCE17F
Tints of Sweet Corn #FCE17F
RGB
CMYK
RGB Variations
Color information
#FCE17F (or 0xFCE17F) is known color: Sweet Corn. HEX triplet: FC, E1 and 7F. RGB value is (252,225,127). Sum of RGB (Red+Green+Blue) = 252+225+127=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 225 (88.28% from 255 or 37.25% from 604); Blue value is 127 (50% from 255 or 21.03% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE17F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE17F is #031E80. Grayscale: #DEDEDE. Windows color (decimal): -204417 or 8380924. OLE color: 8380924.
HSL color Cylindrical-coordinate representation of color #FCE17F: hue angle of 47.04º 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 #FCE17F is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 127 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.01 |
| HSL | 47.04º | 0.95% | 0.74% | - |
| HSV(B) | 47.04º | 0.5% | 0.99% | - |
| XYZ | 70.9 | 76.08 | 31.03 | - |
| YUV | 221.9 | 74.45 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 127 | 0 | 0.11 | 0.50 | 0.01 | 47.04 | 0.95 | 0.74 |
| Hex | FC | E1 | 7F | 0 | B | 32 | 1 | 2F | 5F | 4A |
| Octal | 374 | 341 | 177 | 0 | 13 | 62 | 1 | 57 | 137 | 112 |
| Binary | 11111100 | 11100001 | 1111111 | 0 | 1011 | 110010 | 1 | 101111 | 1011111 | 1001010 |
Color Harmonies of #FCE17F
Complementary color
Monochromatic Colors of #FCE17F
Black with #FCE17F
Text Example
Text Example
White with #FCE17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE17F; }
p { color: rgb(252,225,127); }
H1.HeaderClassName
{
color: #FCE17F;
}
.AnyTagClassName
{
color: #FCE17F;
}
</style>
background-color css
<style>
a { background-color: #FCE17F; }
a { background-color: rgb(252,225,127); }
div.DivClassName
{
background-color: #FCE17F;
}
.BgClassName
{
background-color: #FCE17F;
}
</style>
border-color css
<style>
span { border-color: #FCE17F; }
span { border-color: rgb(252,225,127); }
td.TdClassName
{
border-color: #FCE17F;
}
.TagClassName
{
border-color: #FCE17F;
}
</style>