Shades of Sweet Corn #F6DC73
Tints of Sweet Corn #F6DC73
RGB
CMYK
RGB Variations
Color information
#F6DC73 (or 0xF6DC73) is known color: Sweet Corn. HEX triplet: F6, DC and 73. RGB value is (246,220,115). Sum of RGB (Red+Green+Blue) = 246+220+115=581 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.34% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 115 (45.31% from 255 or 19.79% from 581); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6DC73 is #09238C. Grayscale: #D8D8D8. Windows color (decimal): -598925 or 7593206. OLE color: 7593206.
HSL color Cylindrical-coordinate representation of color #F6DC73: hue angle of 48.09º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F6DC73 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 220 | 115 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.04 |
| HSL | 48.09º | 0.88% | 0.71% | - |
| HSV(B) | 48.09º | 0.53% | 0.96% | - |
| XYZ | 66.69 | 72.02 | 26.61 | - |
| YUV | 215.8 | 71.11 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 220 | 115 | 0 | 0.11 | 0.53 | 0.04 | 48.09 | 0.88 | 0.71 |
| Hex | F6 | DC | 73 | 0 | B | 35 | 4 | 30 | 58 | 47 |
| Octal | 366 | 334 | 163 | 0 | 13 | 65 | 4 | 60 | 130 | 107 |
| Binary | 11110110 | 11011100 | 1110011 | 0 | 1011 | 110101 | 100 | 110000 | 1011000 | 1000111 |
Color Harmonies of #F6DC73
Complementary color
Monochromatic Colors of #F6DC73
Black with #F6DC73
Text Example
Text Example
White with #F6DC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DC73; }
p { color: rgb(246,220,115); }
H1.HeaderClassName
{
color: #F6DC73;
}
.AnyTagClassName
{
color: #F6DC73;
}
</style>
background-color css
<style>
a { background-color: #F6DC73; }
a { background-color: rgb(246,220,115); }
div.DivClassName
{
background-color: #F6DC73;
}
.BgClassName
{
background-color: #F6DC73;
}
</style>
border-color css
<style>
span { border-color: #F6DC73; }
span { border-color: rgb(246,220,115); }
td.TdClassName
{
border-color: #F6DC73;
}
.TagClassName
{
border-color: #F6DC73;
}
</style>