Shades of Sweet Corn #F8DB76
Tints of Sweet Corn #F8DB76
RGB
CMYK
RGB Variations
Color information
#F8DB76 (or 0xF8DB76) is known color: Sweet Corn. HEX triplet: F8, DB and 76. RGB value is (248,219,118). Sum of RGB (Red+Green+Blue) = 248+219+118=585 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.39% from 585); Green value is 219 (85.94% from 255 or 37.44% from 585); Blue value is 118 (46.48% from 255 or 20.17% from 585); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DB76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DB76 is #072489. Grayscale: #D8D8D8. Windows color (decimal): -468106 or 7789560. OLE color: 7789560.
HSL color Cylindrical-coordinate representation of color #F8DB76: hue angle of 46.62º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F8DB76 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 118 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.03 |
| HSL | 46.62º | 0.9% | 0.72% | - |
| HSV(B) | 46.62º | 0.52% | 0.97% | - |
| XYZ | 67.31 | 71.93 | 27.48 | - |
| YUV | 216.16 | 72.61 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 118 | 0 | 0.12 | 0.52 | 0.03 | 46.62 | 0.9 | 0.72 |
| Hex | F8 | DB | 76 | 0 | C | 34 | 3 | 2F | 5A | 48 |
| Octal | 370 | 333 | 166 | 0 | 14 | 64 | 3 | 57 | 132 | 110 |
| Binary | 11111000 | 11011011 | 1110110 | 0 | 1100 | 110100 | 11 | 101111 | 1011010 | 1001000 |
Color Harmonies of #F8DB76
Complementary color
Monochromatic Colors of #F8DB76
Black with #F8DB76
Text Example
Text Example
White with #F8DB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DB76; }
p { color: rgb(248,219,118); }
H1.HeaderClassName
{
color: #F8DB76;
}
.AnyTagClassName
{
color: #F8DB76;
}
</style>
background-color css
<style>
a { background-color: #F8DB76; }
a { background-color: rgb(248,219,118); }
div.DivClassName
{
background-color: #F8DB76;
}
.BgClassName
{
background-color: #F8DB76;
}
</style>
border-color css
<style>
span { border-color: #F8DB76; }
span { border-color: rgb(248,219,118); }
td.TdClassName
{
border-color: #F8DB76;
}
.TagClassName
{
border-color: #F8DB76;
}
</style>