Shades of Sweet Corn #FCE379
Tints of Sweet Corn #FCE379
RGB
CMYK
RGB Variations
Color information
#FCE379 (or 0xFCE379) is known color: Sweet Corn. HEX triplet: FC, E3 and 79. RGB value is (252,227,121). Sum of RGB (Red+Green+Blue) = 252+227+121=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 227 (89.06% from 255 or 37.83% from 600); Blue value is 121 (47.66% from 255 or 20.17% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE379 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE379 is #031C86. Grayscale: #DEDEDE. Windows color (decimal): -203911 or 7988220. OLE color: 7988220.
HSL color Cylindrical-coordinate representation of color #FCE379: hue angle of 48.55º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCE379 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 121 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.01 |
| HSL | 48.55º | 0.96% | 0.73% | - |
| HSV(B) | 48.55º | 0.52% | 0.99% | - |
| XYZ | 71.07 | 77.01 | 29.21 | - |
| YUV | 222.39 | 70.78 | 149.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 121 | 0 | 0.10 | 0.52 | 0.01 | 48.55 | 0.96 | 0.73 |
| Hex | FC | E3 | 79 | 0 | A | 34 | 1 | 31 | 60 | 49 |
| Octal | 374 | 343 | 171 | 0 | 12 | 64 | 1 | 61 | 140 | 111 |
| Binary | 11111100 | 11100011 | 1111001 | 0 | 1010 | 110100 | 1 | 110001 | 1100000 | 1001001 |
Color Harmonies of #FCE379
Complementary color
Monochromatic Colors of #FCE379
Black with #FCE379
Text Example
Text Example
White with #FCE379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE379; }
p { color: rgb(252,227,121); }
H1.HeaderClassName
{
color: #FCE379;
}
.AnyTagClassName
{
color: #FCE379;
}
</style>
background-color css
<style>
a { background-color: #FCE379; }
a { background-color: rgb(252,227,121); }
div.DivClassName
{
background-color: #FCE379;
}
.BgClassName
{
background-color: #FCE379;
}
</style>
border-color css
<style>
span { border-color: #FCE379; }
span { border-color: rgb(252,227,121); }
td.TdClassName
{
border-color: #FCE379;
}
.TagClassName
{
border-color: #FCE379;
}
</style>