Shades of Sweet Corn #F8DC70
Tints of Sweet Corn #F8DC70
RGB
CMYK
RGB Variations
Color information
#F8DC70 (or 0xF8DC70) is known color: Sweet Corn. HEX triplet: F8, DC and 70. RGB value is (248,220,112). Sum of RGB (Red+Green+Blue) = 248+220+112=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 112 (44.14% from 255 or 19.31% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DC70 is #07238F. Grayscale: #D8D8D8. Windows color (decimal): -467856 or 7396600. OLE color: 7396600.
HSL color Cylindrical-coordinate representation of color #F8DC70: hue angle of 47.65º 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 #F8DC70 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 220 | 112 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.03 |
| HSL | 47.65º | 0.91% | 0.71% | - |
| HSV(B) | 47.65º | 0.55% | 0.97% | - |
| XYZ | 67.23 | 72.31 | 25.74 | - |
| YUV | 216.06 | 69.28 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 220 | 112 | 0 | 0.11 | 0.55 | 0.03 | 47.65 | 0.91 | 0.71 |
| Hex | F8 | DC | 70 | 0 | B | 37 | 3 | 30 | 5B | 47 |
| Octal | 370 | 334 | 160 | 0 | 13 | 67 | 3 | 60 | 133 | 107 |
| Binary | 11111000 | 11011100 | 1110000 | 0 | 1011 | 110111 | 11 | 110000 | 1011011 | 1000111 |
Color Harmonies of #F8DC70
Complementary color
Monochromatic Colors of #F8DC70
Black with #F8DC70
Text Example
Text Example
White with #F8DC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DC70; }
p { color: rgb(248,220,112); }
H1.HeaderClassName
{
color: #F8DC70;
}
.AnyTagClassName
{
color: #F8DC70;
}
</style>
background-color css
<style>
a { background-color: #F8DC70; }
a { background-color: rgb(248,220,112); }
div.DivClassName
{
background-color: #F8DC70;
}
.BgClassName
{
background-color: #F8DC70;
}
</style>
border-color css
<style>
span { border-color: #F8DC70; }
span { border-color: rgb(248,220,112); }
td.TdClassName
{
border-color: #F8DC70;
}
.TagClassName
{
border-color: #F8DC70;
}
</style>