Shades of Sweet Corn #FCDD79
Tints of Sweet Corn #FCDD79
RGB
CMYK
RGB Variations
Color information
#FCDD79 (or 0xFCDD79) is known color: Sweet Corn. HEX triplet: FC, DD and 79. RGB value is (252,221,121). Sum of RGB (Red+Green+Blue) = 252+221+121=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 121 (47.66% from 255 or 20.37% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDD79 is #032286. Grayscale: #DBDBDB. Windows color (decimal): -205447 or 7986684. OLE color: 7986684.
HSL color Cylindrical-coordinate representation of color #FCDD79: hue angle of 45.8º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCDD79 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 121 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.01 |
| HSL | 45.8º | 0.96% | 0.73% | - |
| HSV(B) | 45.8º | 0.52% | 0.99% | - |
| XYZ | 69.45 | 73.79 | 28.67 | - |
| YUV | 218.87 | 72.77 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 121 | 0 | 0.12 | 0.52 | 0.01 | 45.8 | 0.96 | 0.73 |
| Hex | FC | DD | 79 | 0 | C | 34 | 1 | 2E | 60 | 49 |
| Octal | 374 | 335 | 171 | 0 | 14 | 64 | 1 | 56 | 140 | 111 |
| Binary | 11111100 | 11011101 | 1111001 | 0 | 1100 | 110100 | 1 | 101110 | 1100000 | 1001001 |
Color Harmonies of #FCDD79
Complementary color
Monochromatic Colors of #FCDD79
Black with #FCDD79
Text Example
Text Example
White with #FCDD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD79; }
p { color: rgb(252,221,121); }
H1.HeaderClassName
{
color: #FCDD79;
}
.AnyTagClassName
{
color: #FCDD79;
}
</style>
background-color css
<style>
a { background-color: #FCDD79; }
a { background-color: rgb(252,221,121); }
div.DivClassName
{
background-color: #FCDD79;
}
.BgClassName
{
background-color: #FCDD79;
}
</style>
border-color css
<style>
span { border-color: #FCDD79; }
span { border-color: rgb(252,221,121); }
td.TdClassName
{
border-color: #FCDD79;
}
.TagClassName
{
border-color: #FCDD79;
}
</style>