Shades of Sweet Corn #FCDD72
Tints of Sweet Corn #FCDD72
RGB
CMYK
RGB Variations
Color information
#FCDD72 (or 0xFCDD72) is known color: Sweet Corn. HEX triplet: FC, DD and 72. RGB value is (252,221,114). Sum of RGB (Red+Green+Blue) = 252+221+114=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 114 (44.92% from 255 or 19.42% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDD72 is #03228D. Grayscale: #DADADA. Windows color (decimal): -205454 or 7527932. OLE color: 7527932.
HSL color Cylindrical-coordinate representation of color #FCDD72: hue angle of 46.52º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FCDD72 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 114 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.01 |
| HSL | 46.52º | 0.96% | 0.72% | - |
| HSV(B) | 46.52º | 0.55% | 0.99% | - |
| XYZ | 69.04 | 73.62 | 26.49 | - |
| YUV | 218.07 | 69.27 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 114 | 0 | 0.12 | 0.55 | 0.01 | 46.52 | 0.96 | 0.72 |
| Hex | FC | DD | 72 | 0 | C | 37 | 1 | 2F | 60 | 48 |
| Octal | 374 | 335 | 162 | 0 | 14 | 67 | 1 | 57 | 140 | 110 |
| Binary | 11111100 | 11011101 | 1110010 | 0 | 1100 | 110111 | 1 | 101111 | 1100000 | 1001000 |
Color Harmonies of #FCDD72
Complementary color
Monochromatic Colors of #FCDD72
Black with #FCDD72
Text Example
Text Example
White with #FCDD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD72; }
p { color: rgb(252,221,114); }
H1.HeaderClassName
{
color: #FCDD72;
}
.AnyTagClassName
{
color: #FCDD72;
}
</style>
background-color css
<style>
a { background-color: #FCDD72; }
a { background-color: rgb(252,221,114); }
div.DivClassName
{
background-color: #FCDD72;
}
.BgClassName
{
background-color: #FCDD72;
}
</style>
border-color css
<style>
span { border-color: #FCDD72; }
span { border-color: rgb(252,221,114); }
td.TdClassName
{
border-color: #FCDD72;
}
.TagClassName
{
border-color: #FCDD72;
}
</style>