Shades of Sweet Corn #F8D770
Tints of Sweet Corn #F8D770
RGB
CMYK
RGB Variations
Color information
#F8D770 (or 0xF8D770) is known color: Sweet Corn. HEX triplet: F8, D7 and 70. RGB value is (248,215,112). Sum of RGB (Red+Green+Blue) = 248+215+112=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 215 (84.38% from 255 or 37.39% from 575); Blue value is 112 (44.14% from 255 or 19.48% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D770 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D770 is #07288F. Grayscale: #D5D5D5. Windows color (decimal): -469136 or 7395320. OLE color: 7395320.
HSL color Cylindrical-coordinate representation of color #F8D770: hue angle of 45.44º 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 #F8D770 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 215 | 112 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.03 |
| HSL | 45.44º | 0.91% | 0.71% | - |
| HSV(B) | 45.44º | 0.55% | 0.97% | - |
| XYZ | 65.94 | 69.73 | 25.31 | - |
| YUV | 213.13 | 70.93 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 215 | 112 | 0 | 0.13 | 0.55 | 0.03 | 45.44 | 0.91 | 0.71 |
| Hex | F8 | D7 | 70 | 0 | D | 37 | 3 | 2D | 5B | 47 |
| Octal | 370 | 327 | 160 | 0 | 15 | 67 | 3 | 55 | 133 | 107 |
| Binary | 11111000 | 11010111 | 1110000 | 0 | 1101 | 110111 | 11 | 101101 | 1011011 | 1000111 |
Color Harmonies of #F8D770
Complementary color
Monochromatic Colors of #F8D770
Black with #F8D770
Text Example
Text Example
White with #F8D770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D770; }
p { color: rgb(248,215,112); }
H1.HeaderClassName
{
color: #F8D770;
}
.AnyTagClassName
{
color: #F8D770;
}
</style>
background-color css
<style>
a { background-color: #F8D770; }
a { background-color: rgb(248,215,112); }
div.DivClassName
{
background-color: #F8D770;
}
.BgClassName
{
background-color: #F8D770;
}
</style>
border-color css
<style>
span { border-color: #F8D770; }
span { border-color: rgb(248,215,112); }
td.TdClassName
{
border-color: #F8D770;
}
.TagClassName
{
border-color: #F8D770;
}
</style>