Shades of Sweet Corn #FCDF76
Tints of Sweet Corn #FCDF76
RGB
CMYK
RGB Variations
Color information
#FCDF76 (or 0xFCDF76) is known color: Sweet Corn. HEX triplet: FC, DF and 76. RGB value is (252,223,118). Sum of RGB (Red+Green+Blue) = 252+223+118=593 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.50% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 118 (46.48% from 255 or 19.90% from 593); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF76 is #032089. Grayscale: #DCDCDC. Windows color (decimal): -204938 or 7790588. OLE color: 7790588.
HSL color Cylindrical-coordinate representation of color #FCDF76: hue angle of 47.01º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FCDF76 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 118 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.01 |
| HSL | 47.01º | 0.96% | 0.73% | - |
| HSV(B) | 47.01º | 0.53% | 0.99% | - |
| XYZ | 69.8 | 74.78 | 27.89 | - |
| YUV | 219.7 | 70.61 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 118 | 0 | 0.12 | 0.53 | 0.01 | 47.01 | 0.96 | 0.73 |
| Hex | FC | DF | 76 | 0 | C | 35 | 1 | 2F | 60 | 49 |
| Octal | 374 | 337 | 166 | 0 | 14 | 65 | 1 | 57 | 140 | 111 |
| Binary | 11111100 | 11011111 | 1110110 | 0 | 1100 | 110101 | 1 | 101111 | 1100000 | 1001001 |
Color Harmonies of #FCDF76
Complementary color
Monochromatic Colors of #FCDF76
Black with #FCDF76
Text Example
Text Example
White with #FCDF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF76; }
p { color: rgb(252,223,118); }
H1.HeaderClassName
{
color: #FCDF76;
}
.AnyTagClassName
{
color: #FCDF76;
}
</style>
background-color css
<style>
a { background-color: #FCDF76; }
a { background-color: rgb(252,223,118); }
div.DivClassName
{
background-color: #FCDF76;
}
.BgClassName
{
background-color: #FCDF76;
}
</style>
border-color css
<style>
span { border-color: #FCDF76; }
span { border-color: rgb(252,223,118); }
td.TdClassName
{
border-color: #FCDF76;
}
.TagClassName
{
border-color: #FCDF76;
}
</style>