Shades of Sweet Corn #F0D970
Tints of Sweet Corn #F0D970
RGB
CMYK
RGB Variations
Color information
#F0D970 (or 0xF0D970) is known color: Sweet Corn. HEX triplet: F0, D9 and 70. RGB value is (240,217,112). Sum of RGB (Red+Green+Blue) = 240+217+112=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 217 (85.16% from 255 or 38.14% from 569); Blue value is 112 (44.14% from 255 or 19.68% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D970 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D970 is #0F268F. Grayscale: #D4D4D4. Windows color (decimal): -992912 or 7395824. OLE color: 7395824.
HSL color Cylindrical-coordinate representation of color #F0D970: hue angle of 49.22º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F0D970 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 217 | 112 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.06 |
| HSL | 49.22º | 0.81% | 0.69% | - |
| HSV(B) | 49.22º | 0.53% | 0.94% | - |
| XYZ | 63.67 | 69.32 | 25.35 | - |
| YUV | 211.91 | 71.62 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 217 | 112 | 0 | 0.10 | 0.53 | 0.06 | 49.22 | 0.81 | 0.69 |
| Hex | F0 | D9 | 70 | 0 | A | 35 | 6 | 31 | 51 | 45 |
| Octal | 360 | 331 | 160 | 0 | 12 | 65 | 6 | 61 | 121 | 105 |
| Binary | 11110000 | 11011001 | 1110000 | 0 | 1010 | 110101 | 110 | 110001 | 1010001 | 1000101 |
Color Harmonies of #F0D970
Complementary color
Monochromatic Colors of #F0D970
Black with #F0D970
Text Example
Text Example
White with #F0D970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D970; }
p { color: rgb(240,217,112); }
H1.HeaderClassName
{
color: #F0D970;
}
.AnyTagClassName
{
color: #F0D970;
}
</style>
background-color css
<style>
a { background-color: #F0D970; }
a { background-color: rgb(240,217,112); }
div.DivClassName
{
background-color: #F0D970;
}
.BgClassName
{
background-color: #F0D970;
}
</style>
border-color css
<style>
span { border-color: #F0D970; }
span { border-color: rgb(240,217,112); }
td.TdClassName
{
border-color: #F0D970;
}
.TagClassName
{
border-color: #F0D970;
}
</style>