Shades of Sweet Corn #F6DB76
Tints of Sweet Corn #F6DB76
RGB
CMYK
RGB Variations
Color information
#F6DB76 (or 0xF6DB76) is known color: Sweet Corn. HEX triplet: F6, DB and 76. RGB value is (246,219,118). Sum of RGB (Red+Green+Blue) = 246+219+118=583 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.20% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 118 (46.48% from 255 or 20.24% from 583); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DB76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6DB76 is #092489. Grayscale: #D7D7D7. Windows color (decimal): -599178 or 7789558. OLE color: 7789558.
HSL color Cylindrical-coordinate representation of color #F6DB76: hue angle of 47.34º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F6DB76 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 118 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.04 |
| HSL | 47.34º | 0.88% | 0.71% | - |
| HSV(B) | 47.34º | 0.52% | 0.96% | - |
| XYZ | 66.61 | 71.56 | 27.44 | - |
| YUV | 215.56 | 72.95 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 118 | 0 | 0.11 | 0.52 | 0.04 | 47.34 | 0.88 | 0.71 |
| Hex | F6 | DB | 76 | 0 | B | 34 | 4 | 2F | 58 | 47 |
| Octal | 366 | 333 | 166 | 0 | 13 | 64 | 4 | 57 | 130 | 107 |
| Binary | 11110110 | 11011011 | 1110110 | 0 | 1011 | 110100 | 100 | 101111 | 1011000 | 1000111 |
Color Harmonies of #F6DB76
Complementary color
Monochromatic Colors of #F6DB76
Black with #F6DB76
Text Example
Text Example
White with #F6DB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DB76; }
p { color: rgb(246,219,118); }
H1.HeaderClassName
{
color: #F6DB76;
}
.AnyTagClassName
{
color: #F6DB76;
}
</style>
background-color css
<style>
a { background-color: #F6DB76; }
a { background-color: rgb(246,219,118); }
div.DivClassName
{
background-color: #F6DB76;
}
.BgClassName
{
background-color: #F6DB76;
}
</style>
border-color css
<style>
span { border-color: #F6DB76; }
span { border-color: rgb(246,219,118); }
td.TdClassName
{
border-color: #F6DB76;
}
.TagClassName
{
border-color: #F6DB76;
}
</style>