Shades of Sweet Corn #F8DB6F
Tints of Sweet Corn #F8DB6F
RGB
CMYK
RGB Variations
Color information
#F8DB6F (or 0xF8DB6F) is known color: Sweet Corn. HEX triplet: F8, DB and 6F. RGB value is (248,219,111). Sum of RGB (Red+Green+Blue) = 248+219+111=578 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.91% from 578); Green value is 219 (85.94% from 255 or 37.89% from 578); Blue value is 111 (43.75% from 255 or 19.20% from 578); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DB6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DB6F is #072490. Grayscale: #D7D7D7. Windows color (decimal): -468113 or 7330808. OLE color: 7330808.
HSL color Cylindrical-coordinate representation of color #F8DB6F: hue angle of 47.3º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F8DB6F is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 111 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.03 |
| HSL | 47.3º | 0.91% | 0.7% | - |
| HSV(B) | 47.3º | 0.55% | 0.97% | - |
| XYZ | 66.91 | 71.77 | 25.36 | - |
| YUV | 215.36 | 69.11 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 111 | 0 | 0.12 | 0.55 | 0.03 | 47.3 | 0.91 | 0.7 |
| Hex | F8 | DB | 6F | 0 | C | 37 | 3 | 2F | 5B | 46 |
| Octal | 370 | 333 | 157 | 0 | 14 | 67 | 3 | 57 | 133 | 106 |
| Binary | 11111000 | 11011011 | 1101111 | 0 | 1100 | 110111 | 11 | 101111 | 1011011 | 1000110 |
Color Harmonies of #F8DB6F
Complementary color
Monochromatic Colors of #F8DB6F
Black with #F8DB6F
Text Example
Text Example
White with #F8DB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DB6F; }
p { color: rgb(248,219,111); }
H1.HeaderClassName
{
color: #F8DB6F;
}
.AnyTagClassName
{
color: #F8DB6F;
}
</style>
background-color css
<style>
a { background-color: #F8DB6F; }
a { background-color: rgb(248,219,111); }
div.DivClassName
{
background-color: #F8DB6F;
}
.BgClassName
{
background-color: #F8DB6F;
}
</style>
border-color css
<style>
span { border-color: #F8DB6F; }
span { border-color: rgb(248,219,111); }
td.TdClassName
{
border-color: #F8DB6F;
}
.TagClassName
{
border-color: #F8DB6F;
}
</style>