Shades of Sweet Corn #FCD96C
Tints of Sweet Corn #FCD96C
RGB
CMYK
RGB Variations
Color information
#FCD96C (or 0xFCD96C) is known color: Sweet Corn. HEX triplet: FC, D9 and 6C. RGB value is (252,217,108). Sum of RGB (Red+Green+Blue) = 252+217+108=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 217 (85.16% from 255 or 37.61% from 577); Blue value is 108 (42.58% from 255 or 18.72% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD96C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD96C is #032693. Grayscale: #D7D7D7. Windows color (decimal): -206484 or 7133692. OLE color: 7133692.
HSL color Cylindrical-coordinate representation of color #FCD96C: hue angle of 45.42º 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 #FCD96C is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 108 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.01 |
| HSL | 45.42º | 0.96% | 0.71% | - |
| HSV(B) | 45.42º | 0.57% | 0.99% | - |
| XYZ | 67.66 | 71.4 | 24.4 | - |
| YUV | 215.04 | 67.6 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 108 | 0 | 0.14 | 0.57 | 0.01 | 45.42 | 0.96 | 0.71 |
| Hex | FC | D9 | 6C | 0 | E | 39 | 1 | 2D | 60 | 47 |
| Octal | 374 | 331 | 154 | 0 | 16 | 71 | 1 | 55 | 140 | 107 |
| Binary | 11111100 | 11011001 | 1101100 | 0 | 1110 | 111001 | 1 | 101101 | 1100000 | 1000111 |
Color Harmonies of #FCD96C
Complementary color
Monochromatic Colors of #FCD96C
Black with #FCD96C
Text Example
Text Example
White with #FCD96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD96C; }
p { color: rgb(252,217,108); }
H1.HeaderClassName
{
color: #FCD96C;
}
.AnyTagClassName
{
color: #FCD96C;
}
</style>
background-color css
<style>
a { background-color: #FCD96C; }
a { background-color: rgb(252,217,108); }
div.DivClassName
{
background-color: #FCD96C;
}
.BgClassName
{
background-color: #FCD96C;
}
</style>
border-color css
<style>
span { border-color: #FCD96C; }
span { border-color: rgb(252,217,108); }
td.TdClassName
{
border-color: #FCD96C;
}
.TagClassName
{
border-color: #FCD96C;
}
</style>