Shades of Sweet Corn #FCDF6C
Tints of Sweet Corn #FCDF6C
RGB
CMYK
RGB Variations
Color information
#FCDF6C (or 0xFCDF6C) is known color: Sweet Corn. HEX triplet: FC, DF and 6C. RGB value is (252,223,108). Sum of RGB (Red+Green+Blue) = 252+223+108=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 223 (87.5% from 255 or 38.25% from 583); Blue value is 108 (42.58% from 255 or 18.52% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF6C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDF6C is #032093. Grayscale: #DBDBDB. Windows color (decimal): -204948 or 7135228. OLE color: 7135228.
HSL color Cylindrical-coordinate representation of color #FCDF6C: hue angle of 47.92º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FCDF6C is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 108 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.01 |
| HSL | 47.92º | 0.96% | 0.71% | - |
| HSV(B) | 47.92º | 0.57% | 0.99% | - |
| XYZ | 69.24 | 74.55 | 24.93 | - |
| YUV | 218.56 | 65.61 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 108 | 0 | 0.12 | 0.57 | 0.01 | 47.92 | 0.96 | 0.71 |
| Hex | FC | DF | 6C | 0 | C | 39 | 1 | 30 | 60 | 47 |
| Octal | 374 | 337 | 154 | 0 | 14 | 71 | 1 | 60 | 140 | 107 |
| Binary | 11111100 | 11011111 | 1101100 | 0 | 1100 | 111001 | 1 | 110000 | 1100000 | 1000111 |
Color Harmonies of #FCDF6C
Complementary color
Monochromatic Colors of #FCDF6C
Black with #FCDF6C
Text Example
Text Example
White with #FCDF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF6C; }
p { color: rgb(252,223,108); }
H1.HeaderClassName
{
color: #FCDF6C;
}
.AnyTagClassName
{
color: #FCDF6C;
}
</style>
background-color css
<style>
a { background-color: #FCDF6C; }
a { background-color: rgb(252,223,108); }
div.DivClassName
{
background-color: #FCDF6C;
}
.BgClassName
{
background-color: #FCDF6C;
}
</style>
border-color css
<style>
span { border-color: #FCDF6C; }
span { border-color: rgb(252,223,108); }
td.TdClassName
{
border-color: #FCDF6C;
}
.TagClassName
{
border-color: #FCDF6C;
}
</style>