Shades of Sweet Corn #F7D96A
Tints of Sweet Corn #F7D96A
RGB
CMYK
RGB Variations
Color information
#F7D96A (or 0xF7D96A) is known color: Sweet Corn. HEX triplet: F7, D9 and 6A. RGB value is (247,217,106). Sum of RGB (Red+Green+Blue) = 247+217+106=570 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.33% from 570); Green value is 217 (85.16% from 255 or 38.07% from 570); Blue value is 106 (41.80% from 255 or 18.60% from 570); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D96A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7D96A is #082695. Grayscale: #D5D5D5. Windows color (decimal): -534166 or 7002615. OLE color: 7002615.
HSL color Cylindrical-coordinate representation of color #F7D96A: hue angle of 47.23º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F7D96A is Cyan = 0, Magento = 0.12, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 217 | 106 | - |
| CMYK | 0 | 0.12 | 0.57 | 0.03 |
| HSL | 47.23º | 0.9% | 0.69% | - |
| HSV(B) | 47.23º | 0.57% | 0.97% | - |
| XYZ | 65.77 | 70.44 | 23.77 | - |
| YUV | 213.32 | 67.44 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 217 | 106 | 0 | 0.12 | 0.57 | 0.03 | 47.23 | 0.9 | 0.69 |
| Hex | F7 | D9 | 6A | 0 | C | 39 | 3 | 2F | 5A | 45 |
| Octal | 367 | 331 | 152 | 0 | 14 | 71 | 3 | 57 | 132 | 105 |
| Binary | 11110111 | 11011001 | 1101010 | 0 | 1100 | 111001 | 11 | 101111 | 1011010 | 1000101 |
Color Harmonies of #F7D96A
Complementary color
Monochromatic Colors of #F7D96A
Black with #F7D96A
Text Example
Text Example
White with #F7D96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D96A; }
p { color: rgb(247,217,106); }
H1.HeaderClassName
{
color: #F7D96A;
}
.AnyTagClassName
{
color: #F7D96A;
}
</style>
background-color css
<style>
a { background-color: #F7D96A; }
a { background-color: rgb(247,217,106); }
div.DivClassName
{
background-color: #F7D96A;
}
.BgClassName
{
background-color: #F7D96A;
}
</style>
border-color css
<style>
span { border-color: #F7D96A; }
span { border-color: rgb(247,217,106); }
td.TdClassName
{
border-color: #F7D96A;
}
.TagClassName
{
border-color: #F7D96A;
}
</style>