Shades of Sweet Corn #F8DB6E
Tints of Sweet Corn #F8DB6E
RGB
CMYK
RGB Variations
Color information
#F8DB6E (or 0xF8DB6E) is known color: Sweet Corn. HEX triplet: F8, DB and 6E. RGB value is (248,219,110). Sum of RGB (Red+Green+Blue) = 248+219+110=577 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.98% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 110 (43.36% from 255 or 19.06% from 577); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DB6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DB6E is #072491. Grayscale: #D7D7D7. Windows color (decimal): -468114 or 7265272. OLE color: 7265272.
HSL color Cylindrical-coordinate representation of color #F8DB6E: hue angle of 47.39º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F8DB6E is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 110 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.03 |
| HSL | 47.39º | 0.91% | 0.7% | - |
| HSV(B) | 47.39º | 0.56% | 0.97% | - |
| XYZ | 66.86 | 71.75 | 25.08 | - |
| YUV | 215.25 | 68.61 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 110 | 0 | 0.12 | 0.56 | 0.03 | 47.39 | 0.91 | 0.7 |
| Hex | F8 | DB | 6E | 0 | C | 38 | 3 | 2F | 5B | 46 |
| Octal | 370 | 333 | 156 | 0 | 14 | 70 | 3 | 57 | 133 | 106 |
| Binary | 11111000 | 11011011 | 1101110 | 0 | 1100 | 111000 | 11 | 101111 | 1011011 | 1000110 |
Color Harmonies of #F8DB6E
Complementary color
Monochromatic Colors of #F8DB6E
Black with #F8DB6E
Text Example
Text Example
White with #F8DB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DB6E; }
p { color: rgb(248,219,110); }
H1.HeaderClassName
{
color: #F8DB6E;
}
.AnyTagClassName
{
color: #F8DB6E;
}
</style>
background-color css
<style>
a { background-color: #F8DB6E; }
a { background-color: rgb(248,219,110); }
div.DivClassName
{
background-color: #F8DB6E;
}
.BgClassName
{
background-color: #F8DB6E;
}
</style>
border-color css
<style>
span { border-color: #F8DB6E; }
span { border-color: rgb(248,219,110); }
td.TdClassName
{
border-color: #F8DB6E;
}
.TagClassName
{
border-color: #F8DB6E;
}
</style>