Shades of Sweet Corn #F7DC72
Tints of Sweet Corn #F7DC72
RGB
CMYK
RGB Variations
Color information
#F7DC72 (or 0xF7DC72) is known color: Sweet Corn. HEX triplet: F7, DC and 72. RGB value is (247,220,114). Sum of RGB (Red+Green+Blue) = 247+220+114=581 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.51% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 114 (44.92% from 255 or 19.62% from 581); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DC72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7DC72 is #08238D. Grayscale: #D8D8D8. Windows color (decimal): -533390 or 7527671. OLE color: 7527671.
HSL color Cylindrical-coordinate representation of color #F7DC72: hue angle of 47.82º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F7DC72 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 220 | 114 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.03 |
| HSL | 47.82º | 0.89% | 0.71% | - |
| HSV(B) | 47.82º | 0.54% | 0.97% | - |
| XYZ | 66.99 | 72.18 | 26.32 | - |
| YUV | 215.99 | 70.45 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 220 | 114 | 0 | 0.11 | 0.54 | 0.03 | 47.82 | 0.89 | 0.71 |
| Hex | F7 | DC | 72 | 0 | B | 36 | 3 | 30 | 59 | 47 |
| Octal | 367 | 334 | 162 | 0 | 13 | 66 | 3 | 60 | 131 | 107 |
| Binary | 11110111 | 11011100 | 1110010 | 0 | 1011 | 110110 | 11 | 110000 | 1011001 | 1000111 |
Color Harmonies of #F7DC72
Complementary color
Monochromatic Colors of #F7DC72
Black with #F7DC72
Text Example
Text Example
White with #F7DC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DC72; }
p { color: rgb(247,220,114); }
H1.HeaderClassName
{
color: #F7DC72;
}
.AnyTagClassName
{
color: #F7DC72;
}
</style>
background-color css
<style>
a { background-color: #F7DC72; }
a { background-color: rgb(247,220,114); }
div.DivClassName
{
background-color: #F7DC72;
}
.BgClassName
{
background-color: #F7DC72;
}
</style>
border-color css
<style>
span { border-color: #F7DC72; }
span { border-color: rgb(247,220,114); }
td.TdClassName
{
border-color: #F7DC72;
}
.TagClassName
{
border-color: #F7DC72;
}
</style>