Shades of Sweet Corn #F4DC70
Tints of Sweet Corn #F4DC70
RGB
CMYK
RGB Variations
Color information
#F4DC70 (or 0xF4DC70) is known color: Sweet Corn. HEX triplet: F4, DC and 70. RGB value is (244,220,112). Sum of RGB (Red+Green+Blue) = 244+220+112=576 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.36% from 576); Green value is 220 (86.33% from 255 or 38.19% from 576); Blue value is 112 (44.14% from 255 or 19.44% from 576); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DC70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4DC70 is #0B238F. Grayscale: #D7D7D7. Windows color (decimal): -730000 or 7396596. OLE color: 7396596.
HSL color Cylindrical-coordinate representation of color #F4DC70: hue angle of 49.09º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F4DC70 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 220 | 112 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.04 |
| HSL | 49.09º | 0.86% | 0.7% | - |
| HSV(B) | 49.09º | 0.54% | 0.96% | - |
| XYZ | 65.83 | 71.59 | 25.68 | - |
| YUV | 214.86 | 69.95 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 220 | 112 | 0 | 0.10 | 0.54 | 0.04 | 49.09 | 0.86 | 0.7 |
| Hex | F4 | DC | 70 | 0 | A | 36 | 4 | 31 | 56 | 46 |
| Octal | 364 | 334 | 160 | 0 | 12 | 66 | 4 | 61 | 126 | 106 |
| Binary | 11110100 | 11011100 | 1110000 | 0 | 1010 | 110110 | 100 | 110001 | 1010110 | 1000110 |
Color Harmonies of #F4DC70
Complementary color
Monochromatic Colors of #F4DC70
Black with #F4DC70
Text Example
Text Example
White with #F4DC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DC70; }
p { color: rgb(244,220,112); }
H1.HeaderClassName
{
color: #F4DC70;
}
.AnyTagClassName
{
color: #F4DC70;
}
</style>
background-color css
<style>
a { background-color: #F4DC70; }
a { background-color: rgb(244,220,112); }
div.DivClassName
{
background-color: #F4DC70;
}
.BgClassName
{
background-color: #F4DC70;
}
</style>
border-color css
<style>
span { border-color: #F4DC70; }
span { border-color: rgb(244,220,112); }
td.TdClassName
{
border-color: #F4DC70;
}
.TagClassName
{
border-color: #F4DC70;
}
</style>