Shades of Sweet Corn #FCDC77
Tints of Sweet Corn #FCDC77
RGB
CMYK
RGB Variations
Color information
#FCDC77 (or 0xFCDC77) is known color: Sweet Corn. HEX triplet: FC, DC and 77. RGB value is (252,220,119). Sum of RGB (Red+Green+Blue) = 252+220+119=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 220 (86.33% from 255 or 37.23% from 591); Blue value is 119 (46.88% from 255 or 20.14% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC77 is #032388. Grayscale: #DADADA. Windows color (decimal): -205705 or 7855356. OLE color: 7855356.
HSL color Cylindrical-coordinate representation of color #FCDC77: hue angle of 45.56º 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 #FCDC77 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 119 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.01 |
| HSL | 45.56º | 0.96% | 0.73% | - |
| HSV(B) | 45.56º | 0.53% | 0.99% | - |
| XYZ | 69.07 | 73.21 | 27.94 | - |
| YUV | 218.05 | 72.1 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 119 | 0 | 0.13 | 0.53 | 0.01 | 45.56 | 0.96 | 0.73 |
| Hex | FC | DC | 77 | 0 | D | 35 | 1 | 2E | 60 | 49 |
| Octal | 374 | 334 | 167 | 0 | 15 | 65 | 1 | 56 | 140 | 111 |
| Binary | 11111100 | 11011100 | 1110111 | 0 | 1101 | 110101 | 1 | 101110 | 1100000 | 1001001 |
Color Harmonies of #FCDC77
Complementary color
Monochromatic Colors of #FCDC77
Black with #FCDC77
Text Example
Text Example
White with #FCDC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC77; }
p { color: rgb(252,220,119); }
H1.HeaderClassName
{
color: #FCDC77;
}
.AnyTagClassName
{
color: #FCDC77;
}
</style>
background-color css
<style>
a { background-color: #FCDC77; }
a { background-color: rgb(252,220,119); }
div.DivClassName
{
background-color: #FCDC77;
}
.BgClassName
{
background-color: #FCDC77;
}
</style>
border-color css
<style>
span { border-color: #FCDC77; }
span { border-color: rgb(252,220,119); }
td.TdClassName
{
border-color: #FCDC77;
}
.TagClassName
{
border-color: #FCDC77;
}
</style>