Shades of Sweet Corn #F4D770
Tints of Sweet Corn #F4D770
RGB
CMYK
RGB Variations
Color information
#F4D770 (or 0xF4D770) is known color: Sweet Corn. HEX triplet: F4, D7 and 70. RGB value is (244,215,112). Sum of RGB (Red+Green+Blue) = 244+215+112=571 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.73% from 571); Green value is 215 (84.38% from 255 or 37.65% from 571); Blue value is 112 (44.14% from 255 or 19.61% from 571); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D770 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D770 is #0B288F. Grayscale: #D4D4D4. Windows color (decimal): -731280 or 7395316. OLE color: 7395316.
HSL color Cylindrical-coordinate representation of color #F4D770: hue angle of 46.82º 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 #F4D770 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 215 | 112 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.04 |
| HSL | 46.82º | 0.86% | 0.7% | - |
| HSV(B) | 46.82º | 0.54% | 0.96% | - |
| XYZ | 64.53 | 69 | 25.25 | - |
| YUV | 211.93 | 71.61 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 215 | 112 | 0 | 0.12 | 0.54 | 0.04 | 46.82 | 0.86 | 0.7 |
| Hex | F4 | D7 | 70 | 0 | C | 36 | 4 | 2F | 56 | 46 |
| Octal | 364 | 327 | 160 | 0 | 14 | 66 | 4 | 57 | 126 | 106 |
| Binary | 11110100 | 11010111 | 1110000 | 0 | 1100 | 110110 | 100 | 101111 | 1010110 | 1000110 |
Color Harmonies of #F4D770
Complementary color
Monochromatic Colors of #F4D770
Black with #F4D770
Text Example
Text Example
White with #F4D770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D770; }
p { color: rgb(244,215,112); }
H1.HeaderClassName
{
color: #F4D770;
}
.AnyTagClassName
{
color: #F4D770;
}
</style>
background-color css
<style>
a { background-color: #F4D770; }
a { background-color: rgb(244,215,112); }
div.DivClassName
{
background-color: #F4D770;
}
.BgClassName
{
background-color: #F4D770;
}
</style>
border-color css
<style>
span { border-color: #F4D770; }
span { border-color: rgb(244,215,112); }
td.TdClassName
{
border-color: #F4D770;
}
.TagClassName
{
border-color: #F4D770;
}
</style>