Shades of Sweet Corn #F7DF76
Tints of Sweet Corn #F7DF76
RGB
CMYK
RGB Variations
Color information
#F7DF76 (or 0xF7DF76) is known color: Sweet Corn. HEX triplet: F7, DF and 76. RGB value is (247,223,118). Sum of RGB (Red+Green+Blue) = 247+223+118=588 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.01% from 588); Green value is 223 (87.5% from 255 or 37.93% from 588); Blue value is 118 (46.48% from 255 or 20.07% from 588); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DF76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7DF76 is #082089. Grayscale: #DADADA. Windows color (decimal): -532618 or 7790583. OLE color: 7790583.
HSL color Cylindrical-coordinate representation of color #F7DF76: hue angle of 48.84º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F7DF76 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 223 | 118 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.03 |
| HSL | 48.84º | 0.89% | 0.72% | - |
| HSV(B) | 48.84º | 0.52% | 0.97% | - |
| XYZ | 68.02 | 73.86 | 27.81 | - |
| YUV | 218.21 | 71.45 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 223 | 118 | 0 | 0.10 | 0.52 | 0.03 | 48.84 | 0.89 | 0.72 |
| Hex | F7 | DF | 76 | 0 | A | 34 | 3 | 31 | 59 | 48 |
| Octal | 367 | 337 | 166 | 0 | 12 | 64 | 3 | 61 | 131 | 110 |
| Binary | 11110111 | 11011111 | 1110110 | 0 | 1010 | 110100 | 11 | 110001 | 1011001 | 1001000 |
Color Harmonies of #F7DF76
Complementary color
Monochromatic Colors of #F7DF76
Black with #F7DF76
Text Example
Text Example
White with #F7DF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DF76; }
p { color: rgb(247,223,118); }
H1.HeaderClassName
{
color: #F7DF76;
}
.AnyTagClassName
{
color: #F7DF76;
}
</style>
background-color css
<style>
a { background-color: #F7DF76; }
a { background-color: rgb(247,223,118); }
div.DivClassName
{
background-color: #F7DF76;
}
.BgClassName
{
background-color: #F7DF76;
}
</style>
border-color css
<style>
span { border-color: #F7DF76; }
span { border-color: rgb(247,223,118); }
td.TdClassName
{
border-color: #F7DF76;
}
.TagClassName
{
border-color: #F7DF76;
}
</style>