Shades of Sweet Corn #FCE06C
Tints of Sweet Corn #FCE06C
RGB
CMYK
RGB Variations
Color information
#FCE06C (or 0xFCE06C) is known color: Sweet Corn. HEX triplet: FC, E0 and 6C. RGB value is (252,224,108). Sum of RGB (Red+Green+Blue) = 252+224+108=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 224 (87.89% from 255 or 38.36% from 584); Blue value is 108 (42.58% from 255 or 18.49% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE06C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE06C is #031F93. Grayscale: #DBDBDB. Windows color (decimal): -204692 or 7135484. OLE color: 7135484.
HSL color Cylindrical-coordinate representation of color #FCE06C: hue angle of 48.33º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FCE06C is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 108 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.01 |
| HSL | 48.33º | 0.96% | 0.71% | - |
| HSV(B) | 48.33º | 0.57% | 0.99% | - |
| XYZ | 69.51 | 75.09 | 25.02 | - |
| YUV | 219.15 | 65.28 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 108 | 0 | 0.11 | 0.57 | 0.01 | 48.33 | 0.96 | 0.71 |
| Hex | FC | E0 | 6C | 0 | B | 39 | 1 | 30 | 60 | 47 |
| Octal | 374 | 340 | 154 | 0 | 13 | 71 | 1 | 60 | 140 | 107 |
| Binary | 11111100 | 11100000 | 1101100 | 0 | 1011 | 111001 | 1 | 110000 | 1100000 | 1000111 |
Color Harmonies of #FCE06C
Complementary color
Monochromatic Colors of #FCE06C
Black with #FCE06C
Text Example
Text Example
White with #FCE06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE06C; }
p { color: rgb(252,224,108); }
H1.HeaderClassName
{
color: #FCE06C;
}
.AnyTagClassName
{
color: #FCE06C;
}
</style>
background-color css
<style>
a { background-color: #FCE06C; }
a { background-color: rgb(252,224,108); }
div.DivClassName
{
background-color: #FCE06C;
}
.BgClassName
{
background-color: #FCE06C;
}
</style>
border-color css
<style>
span { border-color: #FCE06C; }
span { border-color: rgb(252,224,108); }
td.TdClassName
{
border-color: #FCE06C;
}
.TagClassName
{
border-color: #FCE06C;
}
</style>