Shades of Sweet Corn #FCDC70
Tints of Sweet Corn #FCDC70
RGB
CMYK
RGB Variations
Color information
#FCDC70 (or 0xFCDC70) is known color: Sweet Corn. HEX triplet: FC, DC and 70. RGB value is (252,220,112). Sum of RGB (Red+Green+Blue) = 252+220+112=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 112 (44.14% from 255 or 19.18% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC70 is #03238F. Grayscale: #D9D9D9. Windows color (decimal): -205712 or 7396604. OLE color: 7396604.
HSL color Cylindrical-coordinate representation of color #FCDC70: hue angle of 46.29º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FCDC70 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 112 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.01 |
| HSL | 46.29º | 0.96% | 0.71% | - |
| HSV(B) | 46.29º | 0.56% | 0.99% | - |
| XYZ | 68.66 | 73.05 | 25.81 | - |
| YUV | 217.26 | 68.6 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 112 | 0 | 0.13 | 0.56 | 0.01 | 46.29 | 0.96 | 0.71 |
| Hex | FC | DC | 70 | 0 | D | 38 | 1 | 2E | 60 | 47 |
| Octal | 374 | 334 | 160 | 0 | 15 | 70 | 1 | 56 | 140 | 107 |
| Binary | 11111100 | 11011100 | 1110000 | 0 | 1101 | 111000 | 1 | 101110 | 1100000 | 1000111 |
Color Harmonies of #FCDC70
Complementary color
Monochromatic Colors of #FCDC70
Black with #FCDC70
Text Example
Text Example
White with #FCDC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC70; }
p { color: rgb(252,220,112); }
H1.HeaderClassName
{
color: #FCDC70;
}
.AnyTagClassName
{
color: #FCDC70;
}
</style>
background-color css
<style>
a { background-color: #FCDC70; }
a { background-color: rgb(252,220,112); }
div.DivClassName
{
background-color: #FCDC70;
}
.BgClassName
{
background-color: #FCDC70;
}
</style>
border-color css
<style>
span { border-color: #FCDC70; }
span { border-color: rgb(252,220,112); }
td.TdClassName
{
border-color: #FCDC70;
}
.TagClassName
{
border-color: #FCDC70;
}
</style>