Shades of Sweet Corn #F8D974
Tints of Sweet Corn #F8D974
RGB
CMYK
RGB Variations
Color information
#F8D974 (or 0xF8D974) is known color: Sweet Corn. HEX triplet: F8, D9 and 74. RGB value is (248,217,116). Sum of RGB (Red+Green+Blue) = 248+217+116=581 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.69% from 581); Green value is 217 (85.16% from 255 or 37.35% from 581); Blue value is 116 (45.70% from 255 or 19.97% from 581); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D974 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D974 is #07268B. Grayscale: #D7D7D7. Windows color (decimal): -468620 or 7657976. OLE color: 7657976.
HSL color Cylindrical-coordinate representation of color #F8D974: hue angle of 45.91º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F8D974 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 217 | 116 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.03 |
| HSL | 45.91º | 0.9% | 0.71% | - |
| HSV(B) | 45.91º | 0.53% | 0.97% | - |
| XYZ | 66.68 | 70.84 | 26.68 | - |
| YUV | 214.76 | 72.27 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 217 | 116 | 0 | 0.12 | 0.53 | 0.03 | 45.91 | 0.9 | 0.71 |
| Hex | F8 | D9 | 74 | 0 | C | 35 | 3 | 2E | 5A | 47 |
| Octal | 370 | 331 | 164 | 0 | 14 | 65 | 3 | 56 | 132 | 107 |
| Binary | 11111000 | 11011001 | 1110100 | 0 | 1100 | 110101 | 11 | 101110 | 1011010 | 1000111 |
Color Harmonies of #F8D974
Complementary color
Monochromatic Colors of #F8D974
Black with #F8D974
Text Example
Text Example
White with #F8D974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D974; }
p { color: rgb(248,217,116); }
H1.HeaderClassName
{
color: #F8D974;
}
.AnyTagClassName
{
color: #F8D974;
}
</style>
background-color css
<style>
a { background-color: #F8D974; }
a { background-color: rgb(248,217,116); }
div.DivClassName
{
background-color: #F8D974;
}
.BgClassName
{
background-color: #F8D974;
}
</style>
border-color css
<style>
span { border-color: #F8D974; }
span { border-color: rgb(248,217,116); }
td.TdClassName
{
border-color: #F8D974;
}
.TagClassName
{
border-color: #F8D974;
}
</style>