Shades of Sweet Corn #F8DB70
Tints of Sweet Corn #F8DB70
RGB
CMYK
RGB Variations
Color information
#F8DB70 (or 0xF8DB70) is known color: Sweet Corn. HEX triplet: F8, DB and 70. RGB value is (248,219,112). Sum of RGB (Red+Green+Blue) = 248+219+112=579 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.83% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 112 (44.14% from 255 or 19.34% from 579); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DB70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DB70 is #07248F. Grayscale: #D7D7D7. Windows color (decimal): -468112 or 7396344. OLE color: 7396344.
HSL color Cylindrical-coordinate representation of color #F8DB70: hue angle of 47.21º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F8DB70 is Cyan = 0, Magento = 0.12, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 219 | 112 | - |
| CMYK | 0 | 0.12 | 0.55 | 0.03 |
| HSL | 47.21º | 0.91% | 0.71% | - |
| HSV(B) | 47.21º | 0.55% | 0.97% | - |
| XYZ | 66.97 | 71.79 | 25.66 | - |
| YUV | 215.47 | 69.61 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 219 | 112 | 0 | 0.12 | 0.55 | 0.03 | 47.21 | 0.91 | 0.71 |
| Hex | F8 | DB | 70 | 0 | C | 37 | 3 | 2F | 5B | 47 |
| Octal | 370 | 333 | 160 | 0 | 14 | 67 | 3 | 57 | 133 | 107 |
| Binary | 11111000 | 11011011 | 1110000 | 0 | 1100 | 110111 | 11 | 101111 | 1011011 | 1000111 |
Color Harmonies of #F8DB70
Complementary color
Monochromatic Colors of #F8DB70
Black with #F8DB70
Text Example
Text Example
White with #F8DB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DB70; }
p { color: rgb(248,219,112); }
H1.HeaderClassName
{
color: #F8DB70;
}
.AnyTagClassName
{
color: #F8DB70;
}
</style>
background-color css
<style>
a { background-color: #F8DB70; }
a { background-color: rgb(248,219,112); }
div.DivClassName
{
background-color: #F8DB70;
}
.BgClassName
{
background-color: #F8DB70;
}
</style>
border-color css
<style>
span { border-color: #F8DB70; }
span { border-color: rgb(248,219,112); }
td.TdClassName
{
border-color: #F8DB70;
}
.TagClassName
{
border-color: #F8DB70;
}
</style>