Shades of Sweet Corn #FCDD77
Tints of Sweet Corn #FCDD77
RGB
CMYK
RGB Variations
Color information
#FCDD77 (or 0xFCDD77) is known color: Sweet Corn. HEX triplet: FC, DD and 77. RGB value is (252,221,119). Sum of RGB (Red+Green+Blue) = 252+221+119=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 119 (46.88% from 255 or 20.10% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDD77 is #032288. Grayscale: #DBDBDB. Windows color (decimal): -205449 or 7855612. OLE color: 7855612.
HSL color Cylindrical-coordinate representation of color #FCDD77: hue angle of 46.02º 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 #FCDD77 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 119 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.01 |
| HSL | 46.02º | 0.96% | 0.73% | - |
| HSV(B) | 46.02º | 0.53% | 0.99% | - |
| XYZ | 69.33 | 73.74 | 28.03 | - |
| YUV | 218.64 | 71.77 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 119 | 0 | 0.12 | 0.53 | 0.01 | 46.02 | 0.96 | 0.73 |
| Hex | FC | DD | 77 | 0 | C | 35 | 1 | 2E | 60 | 49 |
| Octal | 374 | 335 | 167 | 0 | 14 | 65 | 1 | 56 | 140 | 111 |
| Binary | 11111100 | 11011101 | 1110111 | 0 | 1100 | 110101 | 1 | 101110 | 1100000 | 1001001 |
Color Harmonies of #FCDD77
Complementary color
Monochromatic Colors of #FCDD77
Black with #FCDD77
Text Example
Text Example
White with #FCDD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD77; }
p { color: rgb(252,221,119); }
H1.HeaderClassName
{
color: #FCDD77;
}
.AnyTagClassName
{
color: #FCDD77;
}
</style>
background-color css
<style>
a { background-color: #FCDD77; }
a { background-color: rgb(252,221,119); }
div.DivClassName
{
background-color: #FCDD77;
}
.BgClassName
{
background-color: #FCDD77;
}
</style>
border-color css
<style>
span { border-color: #FCDD77; }
span { border-color: rgb(252,221,119); }
td.TdClassName
{
border-color: #FCDD77;
}
.TagClassName
{
border-color: #FCDD77;
}
</style>