Shades of Sweet Corn #FCDF78
Tints of Sweet Corn #FCDF78
RGB
CMYK
RGB Variations
Color information
#FCDF78 (or 0xFCDF78) is known color: Sweet Corn. HEX triplet: FC, DF and 78. RGB value is (252,223,120). Sum of RGB (Red+Green+Blue) = 252+223+120=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 120 (47.27% from 255 or 20.17% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF78 is #032087. Grayscale: #DCDCDC. Windows color (decimal): -204936 or 7921660. OLE color: 7921660.
HSL color Cylindrical-coordinate representation of color #FCDF78: hue angle of 46.82º 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 #FCDF78 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 120 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.01 |
| HSL | 46.82º | 0.96% | 0.73% | - |
| HSV(B) | 46.82º | 0.52% | 0.99% | - |
| XYZ | 69.92 | 74.83 | 28.53 | - |
| YUV | 219.93 | 71.61 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 120 | 0 | 0.12 | 0.52 | 0.01 | 46.82 | 0.96 | 0.73 |
| Hex | FC | DF | 78 | 0 | C | 34 | 1 | 2F | 60 | 49 |
| Octal | 374 | 337 | 170 | 0 | 14 | 64 | 1 | 57 | 140 | 111 |
| Binary | 11111100 | 11011111 | 1111000 | 0 | 1100 | 110100 | 1 | 101111 | 1100000 | 1001001 |
Color Harmonies of #FCDF78
Complementary color
Monochromatic Colors of #FCDF78
Black with #FCDF78
Text Example
Text Example
White with #FCDF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF78; }
p { color: rgb(252,223,120); }
H1.HeaderClassName
{
color: #FCDF78;
}
.AnyTagClassName
{
color: #FCDF78;
}
</style>
background-color css
<style>
a { background-color: #FCDF78; }
a { background-color: rgb(252,223,120); }
div.DivClassName
{
background-color: #FCDF78;
}
.BgClassName
{
background-color: #FCDF78;
}
</style>
border-color css
<style>
span { border-color: #FCDF78; }
span { border-color: rgb(252,223,120); }
td.TdClassName
{
border-color: #FCDF78;
}
.TagClassName
{
border-color: #FCDF78;
}
</style>