Shades of Sweet Corn #FCD96F
Tints of Sweet Corn #FCD96F
RGB
CMYK
RGB Variations
Color information
#FCD96F (or 0xFCD96F) is known color: Sweet Corn. HEX triplet: FC, D9 and 6F. RGB value is (252,217,111). Sum of RGB (Red+Green+Blue) = 252+217+111=580 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.45% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 111 (43.75% from 255 or 19.14% from 580); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD96F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD96F is #032690. Grayscale: #D7D7D7. Windows color (decimal): -206481 or 7330300. OLE color: 7330300.
HSL color Cylindrical-coordinate representation of color #FCD96F: hue angle of 45.11º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FCD96F is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 217 | 111 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.01 |
| HSL | 45.11º | 0.96% | 0.71% | - |
| HSV(B) | 45.11º | 0.56% | 0.99% | - |
| XYZ | 67.83 | 71.47 | 25.26 | - |
| YUV | 215.38 | 69.1 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 217 | 111 | 0 | 0.14 | 0.56 | 0.01 | 45.11 | 0.96 | 0.71 |
| Hex | FC | D9 | 6F | 0 | E | 38 | 1 | 2D | 60 | 47 |
| Octal | 374 | 331 | 157 | 0 | 16 | 70 | 1 | 55 | 140 | 107 |
| Binary | 11111100 | 11011001 | 1101111 | 0 | 1110 | 111000 | 1 | 101101 | 1100000 | 1000111 |
Color Harmonies of #FCD96F
Complementary color
Monochromatic Colors of #FCD96F
Black with #FCD96F
Text Example
Text Example
White with #FCD96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCD96F; }
p { color: rgb(252,217,111); }
H1.HeaderClassName
{
color: #FCD96F;
}
.AnyTagClassName
{
color: #FCD96F;
}
</style>
background-color css
<style>
a { background-color: #FCD96F; }
a { background-color: rgb(252,217,111); }
div.DivClassName
{
background-color: #FCD96F;
}
.BgClassName
{
background-color: #FCD96F;
}
</style>
border-color css
<style>
span { border-color: #FCD96F; }
span { border-color: rgb(252,217,111); }
td.TdClassName
{
border-color: #FCD96F;
}
.TagClassName
{
border-color: #FCD96F;
}
</style>