Shades of Sweet Corn #F8DC72
Tints of Sweet Corn #F8DC72
RGB
CMYK
RGB Variations
Color information
#F8DC72 (or 0xF8DC72) is known color: Sweet Corn. HEX triplet: F8, DC and 72. RGB value is (248,220,114). Sum of RGB (Red+Green+Blue) = 248+220+114=582 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.61% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 114 (44.92% from 255 or 19.59% from 582); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8DC72 is #07238D. Grayscale: #D8D8D8. Windows color (decimal): -467854 or 7527672. OLE color: 7527672.
HSL color Cylindrical-coordinate representation of color #F8DC72: hue angle of 47.46º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F8DC72 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 220 | 114 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.03 |
| HSL | 47.46º | 0.91% | 0.71% | - |
| HSV(B) | 47.46º | 0.54% | 0.97% | - |
| XYZ | 67.34 | 72.36 | 26.34 | - |
| YUV | 216.29 | 70.28 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 220 | 114 | 0 | 0.11 | 0.54 | 0.03 | 47.46 | 0.91 | 0.71 |
| Hex | F8 | DC | 72 | 0 | B | 36 | 3 | 2F | 5B | 47 |
| Octal | 370 | 334 | 162 | 0 | 13 | 66 | 3 | 57 | 133 | 107 |
| Binary | 11111000 | 11011100 | 1110010 | 0 | 1011 | 110110 | 11 | 101111 | 1011011 | 1000111 |
Color Harmonies of #F8DC72
Complementary color
Monochromatic Colors of #F8DC72
Black with #F8DC72
Text Example
Text Example
White with #F8DC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DC72; }
p { color: rgb(248,220,114); }
H1.HeaderClassName
{
color: #F8DC72;
}
.AnyTagClassName
{
color: #F8DC72;
}
</style>
background-color css
<style>
a { background-color: #F8DC72; }
a { background-color: rgb(248,220,114); }
div.DivClassName
{
background-color: #F8DC72;
}
.BgClassName
{
background-color: #F8DC72;
}
</style>
border-color css
<style>
span { border-color: #F8DC72; }
span { border-color: rgb(248,220,114); }
td.TdClassName
{
border-color: #F8DC72;
}
.TagClassName
{
border-color: #F8DC72;
}
</style>