Shades of Sweet Corn #F6DB75
Tints of Sweet Corn #F6DB75
RGB
CMYK
RGB Variations
Color information
#F6DB75 (or 0xF6DB75) is known color: Sweet Corn. HEX triplet: F6, DB and 75. RGB value is (246,219,117). Sum of RGB (Red+Green+Blue) = 246+219+117=582 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.27% from 582); Green value is 219 (85.94% from 255 or 37.63% from 582); Blue value is 117 (46.09% from 255 or 20.10% from 582); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DB75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6DB75 is #09248A. Grayscale: #D7D7D7. Windows color (decimal): -599179 or 7724022. OLE color: 7724022.
HSL color Cylindrical-coordinate representation of color #F6DB75: hue angle of 47.44º 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 #F6DB75 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 117 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.04 |
| HSL | 47.44º | 0.88% | 0.71% | - |
| HSV(B) | 47.44º | 0.52% | 0.96% | - |
| XYZ | 66.55 | 71.54 | 27.13 | - |
| YUV | 215.45 | 72.45 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 117 | 0 | 0.11 | 0.52 | 0.04 | 47.44 | 0.88 | 0.71 |
| Hex | F6 | DB | 75 | 0 | B | 34 | 4 | 2F | 58 | 47 |
| Octal | 366 | 333 | 165 | 0 | 13 | 64 | 4 | 57 | 130 | 107 |
| Binary | 11110110 | 11011011 | 1110101 | 0 | 1011 | 110100 | 100 | 101111 | 1011000 | 1000111 |
Color Harmonies of #F6DB75
Complementary color
Monochromatic Colors of #F6DB75
Black with #F6DB75
Text Example
Text Example
White with #F6DB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DB75; }
p { color: rgb(246,219,117); }
H1.HeaderClassName
{
color: #F6DB75;
}
.AnyTagClassName
{
color: #F6DB75;
}
</style>
background-color css
<style>
a { background-color: #F6DB75; }
a { background-color: rgb(246,219,117); }
div.DivClassName
{
background-color: #F6DB75;
}
.BgClassName
{
background-color: #F6DB75;
}
</style>
border-color css
<style>
span { border-color: #F6DB75; }
span { border-color: rgb(246,219,117); }
td.TdClassName
{
border-color: #F6DB75;
}
.TagClassName
{
border-color: #F6DB75;
}
</style>