Shades of Sweet Corn #F8D972
Tints of Sweet Corn #F8D972
RGB
CMYK
RGB Variations
Color information
#F8D972 (or 0xF8D972) is known color: Sweet Corn. HEX triplet: F8, D9 and 72. RGB value is (248,217,114). Sum of RGB (Red+Green+Blue) = 248+217+114=579 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.83% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 114 (44.92% from 255 or 19.69% from 579); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D972 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D972 is #07268D. Grayscale: #D6D6D6. Windows color (decimal): -468622 or 7526904. OLE color: 7526904.
HSL color Cylindrical-coordinate representation of color #F8D972: hue angle of 46.12º 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 #F8D972 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 217 | 114 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.03 |
| HSL | 46.12º | 0.91% | 0.71% | - |
| HSV(B) | 46.12º | 0.54% | 0.97% | - |
| XYZ | 66.56 | 70.8 | 26.08 | - |
| YUV | 214.53 | 71.27 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 217 | 114 | 0 | 0.12 | 0.54 | 0.03 | 46.12 | 0.91 | 0.71 |
| Hex | F8 | D9 | 72 | 0 | C | 36 | 3 | 2E | 5B | 47 |
| Octal | 370 | 331 | 162 | 0 | 14 | 66 | 3 | 56 | 133 | 107 |
| Binary | 11111000 | 11011001 | 1110010 | 0 | 1100 | 110110 | 11 | 101110 | 1011011 | 1000111 |
Color Harmonies of #F8D972
Complementary color
Monochromatic Colors of #F8D972
Black with #F8D972
Text Example
Text Example
White with #F8D972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D972; }
p { color: rgb(248,217,114); }
H1.HeaderClassName
{
color: #F8D972;
}
.AnyTagClassName
{
color: #F8D972;
}
</style>
background-color css
<style>
a { background-color: #F8D972; }
a { background-color: rgb(248,217,114); }
div.DivClassName
{
background-color: #F8D972;
}
.BgClassName
{
background-color: #F8D972;
}
</style>
border-color css
<style>
span { border-color: #F8D972; }
span { border-color: rgb(248,217,114); }
td.TdClassName
{
border-color: #F8D972;
}
.TagClassName
{
border-color: #F8D972;
}
</style>