Shades of Sweet Corn #F7D970
Tints of Sweet Corn #F7D970
RGB
CMYK
RGB Variations
Color information
#F7D970 (or 0xF7D970) is known color: Sweet Corn. HEX triplet: F7, D9 and 70. RGB value is (247,217,112). Sum of RGB (Red+Green+Blue) = 247+217+112=576 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.88% from 576); Green value is 217 (85.16% from 255 or 37.67% from 576); Blue value is 112 (44.14% from 255 or 19.44% from 576); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D970 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7D970 is #08268F. Grayscale: #D6D6D6. Windows color (decimal): -534160 or 7395831. OLE color: 7395831.
HSL color Cylindrical-coordinate representation of color #F7D970: hue angle of 46.67º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F7D970 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 217 | 112 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.03 |
| HSL | 46.67º | 0.89% | 0.7% | - |
| HSV(B) | 46.67º | 0.55% | 0.97% | - |
| XYZ | 66.1 | 70.57 | 25.47 | - |
| YUV | 214 | 70.44 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 217 | 112 | 0 | 0.12 | 0.55 | 0.03 | 46.67 | 0.89 | 0.7 |
| Hex | F7 | D9 | 70 | 0 | C | 37 | 3 | 2F | 59 | 46 |
| Octal | 367 | 331 | 160 | 0 | 14 | 67 | 3 | 57 | 131 | 106 |
| Binary | 11110111 | 11011001 | 1110000 | 0 | 1100 | 110111 | 11 | 101111 | 1011001 | 1000110 |
Color Harmonies of #F7D970
Complementary color
Monochromatic Colors of #F7D970
Black with #F7D970
Text Example
Text Example
White with #F7D970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D970; }
p { color: rgb(247,217,112); }
H1.HeaderClassName
{
color: #F7D970;
}
.AnyTagClassName
{
color: #F7D970;
}
</style>
background-color css
<style>
a { background-color: #F7D970; }
a { background-color: rgb(247,217,112); }
div.DivClassName
{
background-color: #F7D970;
}
.BgClassName
{
background-color: #F7D970;
}
</style>
border-color css
<style>
span { border-color: #F7D970; }
span { border-color: rgb(247,217,112); }
td.TdClassName
{
border-color: #F7D970;
}
.TagClassName
{
border-color: #F7D970;
}
</style>