Shades of Sweet Corn #FCDF77
Tints of Sweet Corn #FCDF77
RGB
CMYK
RGB Variations
Color information
#FCDF77 (or 0xFCDF77) is known color: Sweet Corn. HEX triplet: FC, DF and 77. RGB value is (252,223,119). Sum of RGB (Red+Green+Blue) = 252+223+119=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 119 (46.88% from 255 or 20.03% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF77 is #032088. Grayscale: #DCDCDC. Windows color (decimal): -204937 or 7856124. OLE color: 7856124.
HSL color Cylindrical-coordinate representation of color #FCDF77: hue angle of 46.92º 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 #FCDF77 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 119 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.01 |
| HSL | 46.92º | 0.96% | 0.73% | - |
| HSV(B) | 46.92º | 0.53% | 0.99% | - |
| XYZ | 69.86 | 74.8 | 28.21 | - |
| YUV | 219.82 | 71.11 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 119 | 0 | 0.12 | 0.53 | 0.01 | 46.92 | 0.96 | 0.73 |
| Hex | FC | DF | 77 | 0 | C | 35 | 1 | 2F | 60 | 49 |
| Octal | 374 | 337 | 167 | 0 | 14 | 65 | 1 | 57 | 140 | 111 |
| Binary | 11111100 | 11011111 | 1110111 | 0 | 1100 | 110101 | 1 | 101111 | 1100000 | 1001001 |
Color Harmonies of #FCDF77
Complementary color
Monochromatic Colors of #FCDF77
Black with #FCDF77
Text Example
Text Example
White with #FCDF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF77; }
p { color: rgb(252,223,119); }
H1.HeaderClassName
{
color: #FCDF77;
}
.AnyTagClassName
{
color: #FCDF77;
}
</style>
background-color css
<style>
a { background-color: #FCDF77; }
a { background-color: rgb(252,223,119); }
div.DivClassName
{
background-color: #FCDF77;
}
.BgClassName
{
background-color: #FCDF77;
}
</style>
border-color css
<style>
span { border-color: #FCDF77; }
span { border-color: rgb(252,223,119); }
td.TdClassName
{
border-color: #FCDF77;
}
.TagClassName
{
border-color: #FCDF77;
}
</style>