Shades of Sweet Corn #FCDC78
Tints of Sweet Corn #FCDC78
RGB
CMYK
RGB Variations
Color information
#FCDC78 (or 0xFCDC78) is known color: Sweet Corn. HEX triplet: FC, DC and 78. RGB value is (252,220,120). Sum of RGB (Red+Green+Blue) = 252+220+120=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 120 (47.27% from 255 or 20.27% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC78 is #032387. Grayscale: #DADADA. Windows color (decimal): -205704 or 7920892. OLE color: 7920892.
HSL color Cylindrical-coordinate representation of color #FCDC78: hue angle of 45.45º 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 #FCDC78 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 120 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.01 |
| HSL | 45.45º | 0.96% | 0.73% | - |
| HSV(B) | 45.45º | 0.52% | 0.99% | - |
| XYZ | 69.13 | 73.24 | 28.26 | - |
| YUV | 218.17 | 72.6 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 120 | 0 | 0.13 | 0.52 | 0.01 | 45.45 | 0.96 | 0.73 |
| Hex | FC | DC | 78 | 0 | D | 34 | 1 | 2D | 60 | 49 |
| Octal | 374 | 334 | 170 | 0 | 15 | 64 | 1 | 55 | 140 | 111 |
| Binary | 11111100 | 11011100 | 1111000 | 0 | 1101 | 110100 | 1 | 101101 | 1100000 | 1001001 |
Color Harmonies of #FCDC78
Complementary color
Monochromatic Colors of #FCDC78
Black with #FCDC78
Text Example
Text Example
White with #FCDC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC78; }
p { color: rgb(252,220,120); }
H1.HeaderClassName
{
color: #FCDC78;
}
.AnyTagClassName
{
color: #FCDC78;
}
</style>
background-color css
<style>
a { background-color: #FCDC78; }
a { background-color: rgb(252,220,120); }
div.DivClassName
{
background-color: #FCDC78;
}
.BgClassName
{
background-color: #FCDC78;
}
</style>
border-color css
<style>
span { border-color: #FCDC78; }
span { border-color: rgb(252,220,120); }
td.TdClassName
{
border-color: #FCDC78;
}
.TagClassName
{
border-color: #FCDC78;
}
</style>