Shades of Sweet Corn #F6DB69
Tints of Sweet Corn #F6DB69
RGB
CMYK
RGB Variations
Color information
#F6DB69 (or 0xF6DB69) is known color: Sweet Corn. HEX triplet: F6, DB and 69. RGB value is (246,219,105). Sum of RGB (Red+Green+Blue) = 246+219+105=570 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.16% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 105 (41.41% from 255 or 18.42% from 570); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DB69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6DB69 is #092496. Grayscale: #D6D6D6. Windows color (decimal): -599191 or 6937590. OLE color: 6937590.
HSL color Cylindrical-coordinate representation of color #F6DB69: hue angle of 48.51º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F6DB69 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 105 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.04 |
| HSL | 48.51º | 0.89% | 0.69% | - |
| HSV(B) | 48.51º | 0.57% | 0.96% | - |
| XYZ | 65.89 | 71.28 | 23.65 | - |
| YUV | 214.08 | 66.45 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 105 | 0 | 0.11 | 0.57 | 0.04 | 48.51 | 0.89 | 0.69 |
| Hex | F6 | DB | 69 | 0 | B | 39 | 4 | 31 | 59 | 45 |
| Octal | 366 | 333 | 151 | 0 | 13 | 71 | 4 | 61 | 131 | 105 |
| Binary | 11110110 | 11011011 | 1101001 | 0 | 1011 | 111001 | 100 | 110001 | 1011001 | 1000101 |
Color Harmonies of #F6DB69
Complementary color
Monochromatic Colors of #F6DB69
Black with #F6DB69
Text Example
Text Example
White with #F6DB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DB69; }
p { color: rgb(246,219,105); }
H1.HeaderClassName
{
color: #F6DB69;
}
.AnyTagClassName
{
color: #F6DB69;
}
</style>
background-color css
<style>
a { background-color: #F6DB69; }
a { background-color: rgb(246,219,105); }
div.DivClassName
{
background-color: #F6DB69;
}
.BgClassName
{
background-color: #F6DB69;
}
</style>
border-color css
<style>
span { border-color: #F6DB69; }
span { border-color: rgb(246,219,105); }
td.TdClassName
{
border-color: #F6DB69;
}
.TagClassName
{
border-color: #F6DB69;
}
</style>