Shades of Sweet Corn #F4D970
Tints of Sweet Corn #F4D970
RGB
CMYK
RGB Variations
Color information
#F4D970 (or 0xF4D970) is known color: Sweet Corn. HEX triplet: F4, D9 and 70. RGB value is (244,217,112). Sum of RGB (Red+Green+Blue) = 244+217+112=573 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.58% from 573); Green value is 217 (85.16% from 255 or 37.87% from 573); Blue value is 112 (44.14% from 255 or 19.55% from 573); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D970 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4D970 is #0B268F. Grayscale: #D5D5D5. Windows color (decimal): -730768 or 7395828. OLE color: 7395828.
HSL color Cylindrical-coordinate representation of color #F4D970: hue angle of 47.73º 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 #F4D970 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 217 | 112 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.04 |
| HSL | 47.73º | 0.86% | 0.7% | - |
| HSV(B) | 47.73º | 0.54% | 0.96% | - |
| XYZ | 65.05 | 70.03 | 25.42 | - |
| YUV | 213.1 | 70.95 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 217 | 112 | 0 | 0.11 | 0.54 | 0.04 | 47.73 | 0.86 | 0.7 |
| Hex | F4 | D9 | 70 | 0 | B | 36 | 4 | 30 | 56 | 46 |
| Octal | 364 | 331 | 160 | 0 | 13 | 66 | 4 | 60 | 126 | 106 |
| Binary | 11110100 | 11011001 | 1110000 | 0 | 1011 | 110110 | 100 | 110000 | 1010110 | 1000110 |
Color Harmonies of #F4D970
Complementary color
Monochromatic Colors of #F4D970
Black with #F4D970
Text Example
Text Example
White with #F4D970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D970; }
p { color: rgb(244,217,112); }
H1.HeaderClassName
{
color: #F4D970;
}
.AnyTagClassName
{
color: #F4D970;
}
</style>
background-color css
<style>
a { background-color: #F4D970; }
a { background-color: rgb(244,217,112); }
div.DivClassName
{
background-color: #F4D970;
}
.BgClassName
{
background-color: #F4D970;
}
</style>
border-color css
<style>
span { border-color: #F4D970; }
span { border-color: rgb(244,217,112); }
td.TdClassName
{
border-color: #F4D970;
}
.TagClassName
{
border-color: #F4D970;
}
</style>