Shades of Sweet Corn #F8DB78
Tints of Sweet Corn #F8DB78
RGB
CMYK
RGB Variations
Color information
#F8DB78 (or 0xF8DB78) is known color: Sweet Corn. HEX triplet: F8, DB and 78. RGB value is (248,219,120). Sum of RGB (Red+Green+Blue) = 248+219+120=587 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.25% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 120 (47.27% from 255 or 20.44% from 587); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DB78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DB78 is #072487. Grayscale: #D8D8D8. Windows color (decimal): -468104 or 7920632. OLE color: 7920632.
HSL color Cylindrical-coordinate representation of color #F8DB78: hue angle of 46.41º 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 #F8DB78 is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 120 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.03 |
| HSL | 46.41º | 0.9% | 0.72% | - |
| HSV(B) | 46.41º | 0.52% | 0.97% | - |
| XYZ | 67.43 | 71.98 | 28.11 | - |
| YUV | 216.39 | 73.61 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 120 | 0 | 0.12 | 0.52 | 0.03 | 46.41 | 0.9 | 0.72 |
| Hex | F8 | DB | 78 | 0 | C | 34 | 3 | 2E | 5A | 48 |
| Octal | 370 | 333 | 170 | 0 | 14 | 64 | 3 | 56 | 132 | 110 |
| Binary | 11111000 | 11011011 | 1111000 | 0 | 1100 | 110100 | 11 | 101110 | 1011010 | 1001000 |
Color Harmonies of #F8DB78
Complementary color
Monochromatic Colors of #F8DB78
Black with #F8DB78
Text Example
Text Example
White with #F8DB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DB78; }
p { color: rgb(248,219,120); }
H1.HeaderClassName
{
color: #F8DB78;
}
.AnyTagClassName
{
color: #F8DB78;
}
</style>
background-color css
<style>
a { background-color: #F8DB78; }
a { background-color: rgb(248,219,120); }
div.DivClassName
{
background-color: #F8DB78;
}
.BgClassName
{
background-color: #F8DB78;
}
</style>
border-color css
<style>
span { border-color: #F8DB78; }
span { border-color: rgb(248,219,120); }
td.TdClassName
{
border-color: #F8DB78;
}
.TagClassName
{
border-color: #F8DB78;
}
</style>