Shades of Sweet Corn #FCE678
Tints of Sweet Corn #FCE678
RGB
CMYK
RGB Variations
Color information
#FCE678 (or 0xFCE678) is known color: Sweet Corn. HEX triplet: FC, E6 and 78. RGB value is (252,230,120). Sum of RGB (Red+Green+Blue) = 252+230+120=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 230 (90.23% from 255 or 38.21% from 602); Blue value is 120 (47.27% from 255 or 19.93% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE678 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE678 is #031987. Grayscale: #E0E0E0. Windows color (decimal): -203144 or 7923452. OLE color: 7923452.
HSL color Cylindrical-coordinate representation of color #FCE678: hue angle of 50º 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 #FCE678 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 120 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.01 |
| HSL | 50º | 0.96% | 0.73% | - |
| HSV(B) | 50º | 0.52% | 0.99% | - |
| XYZ | 71.83 | 78.65 | 29.16 | - |
| YUV | 224.04 | 69.29 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 120 | 0 | 0.09 | 0.52 | 0.01 | 50 | 0.96 | 0.73 |
| Hex | FC | E6 | 78 | 0 | 9 | 34 | 1 | 32 | 60 | 49 |
| Octal | 374 | 346 | 170 | 0 | 11 | 64 | 1 | 62 | 140 | 111 |
| Binary | 11111100 | 11100110 | 1111000 | 0 | 1001 | 110100 | 1 | 110010 | 1100000 | 1001001 |
Color Harmonies of #FCE678
Complementary color
Monochromatic Colors of #FCE678
Black with #FCE678
Text Example
Text Example
White with #FCE678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE678; }
p { color: rgb(252,230,120); }
H1.HeaderClassName
{
color: #FCE678;
}
.AnyTagClassName
{
color: #FCE678;
}
</style>
background-color css
<style>
a { background-color: #FCE678; }
a { background-color: rgb(252,230,120); }
div.DivClassName
{
background-color: #FCE678;
}
.BgClassName
{
background-color: #FCE678;
}
</style>
border-color css
<style>
span { border-color: #FCE678; }
span { border-color: rgb(252,230,120); }
td.TdClassName
{
border-color: #FCE678;
}
.TagClassName
{
border-color: #FCE678;
}
</style>