Shades of Sweet Corn #FCE378
Tints of Sweet Corn #FCE378
RGB
CMYK
RGB Variations
Color information
#FCE378 (or 0xFCE378) is known color: Sweet Corn. HEX triplet: FC, E3 and 78. RGB value is (252,227,120). Sum of RGB (Red+Green+Blue) = 252+227+120=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 227 (89.06% from 255 or 37.90% from 599); Blue value is 120 (47.27% from 255 or 20.03% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE378 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE378 is #031C87. Grayscale: #DEDEDE. Windows color (decimal): -203912 or 7922684. OLE color: 7922684.
HSL color Cylindrical-coordinate representation of color #FCE378: hue angle of 48.64º 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 #FCE378 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 120 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.01 |
| HSL | 48.64º | 0.96% | 0.73% | - |
| HSV(B) | 48.64º | 0.52% | 0.99% | - |
| XYZ | 71 | 76.99 | 28.89 | - |
| YUV | 222.28 | 70.28 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 120 | 0 | 0.10 | 0.52 | 0.01 | 48.64 | 0.96 | 0.73 |
| Hex | FC | E3 | 78 | 0 | A | 34 | 1 | 31 | 60 | 49 |
| Octal | 374 | 343 | 170 | 0 | 12 | 64 | 1 | 61 | 140 | 111 |
| Binary | 11111100 | 11100011 | 1111000 | 0 | 1010 | 110100 | 1 | 110001 | 1100000 | 1001001 |
Color Harmonies of #FCE378
Complementary color
Monochromatic Colors of #FCE378
Black with #FCE378
Text Example
Text Example
White with #FCE378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE378; }
p { color: rgb(252,227,120); }
H1.HeaderClassName
{
color: #FCE378;
}
.AnyTagClassName
{
color: #FCE378;
}
</style>
background-color css
<style>
a { background-color: #FCE378; }
a { background-color: rgb(252,227,120); }
div.DivClassName
{
background-color: #FCE378;
}
.BgClassName
{
background-color: #FCE378;
}
</style>
border-color css
<style>
span { border-color: #FCE378; }
span { border-color: rgb(252,227,120); }
td.TdClassName
{
border-color: #FCE378;
}
.TagClassName
{
border-color: #FCE378;
}
</style>