Shades of Sweet Corn #F7DA70
Tints of Sweet Corn #F7DA70
RGB
CMYK
RGB Variations
Color information
#F7DA70 (or 0xF7DA70) is known color: Sweet Corn. HEX triplet: F7, DA and 70. RGB value is (247,218,112). Sum of RGB (Red+Green+Blue) = 247+218+112=577 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.81% from 577); Green value is 218 (85.55% from 255 or 37.78% from 577); Blue value is 112 (44.14% from 255 or 19.41% from 577); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DA70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7DA70 is #08258F. Grayscale: #D7D7D7. Windows color (decimal): -533904 or 7396087. OLE color: 7396087.
HSL color Cylindrical-coordinate representation of color #F7DA70: hue angle of 47.11º 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 #F7DA70 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 218 | 112 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.03 |
| HSL | 47.11º | 0.89% | 0.7% | - |
| HSV(B) | 47.11º | 0.55% | 0.97% | - |
| XYZ | 66.35 | 71.09 | 25.55 | - |
| YUV | 214.59 | 70.11 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 218 | 112 | 0 | 0.12 | 0.55 | 0.03 | 47.11 | 0.89 | 0.7 |
| Hex | F7 | DA | 70 | 0 | C | 37 | 3 | 2F | 59 | 46 |
| Octal | 367 | 332 | 160 | 0 | 14 | 67 | 3 | 57 | 131 | 106 |
| Binary | 11110111 | 11011010 | 1110000 | 0 | 1100 | 110111 | 11 | 101111 | 1011001 | 1000110 |
Color Harmonies of #F7DA70
Complementary color
Monochromatic Colors of #F7DA70
Black with #F7DA70
Text Example
Text Example
White with #F7DA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DA70; }
p { color: rgb(247,218,112); }
H1.HeaderClassName
{
color: #F7DA70;
}
.AnyTagClassName
{
color: #F7DA70;
}
</style>
background-color css
<style>
a { background-color: #F7DA70; }
a { background-color: rgb(247,218,112); }
div.DivClassName
{
background-color: #F7DA70;
}
.BgClassName
{
background-color: #F7DA70;
}
</style>
border-color css
<style>
span { border-color: #F7DA70; }
span { border-color: rgb(247,218,112); }
td.TdClassName
{
border-color: #F7DA70;
}
.TagClassName
{
border-color: #F7DA70;
}
</style>