Shades of Sweet Corn #F0D972
Tints of Sweet Corn #F0D972
RGB
CMYK
RGB Variations
Color information
#F0D972 (or 0xF0D972) is known color: Sweet Corn. HEX triplet: F0, D9 and 72. RGB value is (240,217,114). Sum of RGB (Red+Green+Blue) = 240+217+114=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 217 (85.16% from 255 or 38.00% from 571); Blue value is 114 (44.92% from 255 or 19.96% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D972 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D972 is #0F268D. Grayscale: #D4D4D4. Windows color (decimal): -992910 or 7526896. OLE color: 7526896.
HSL color Cylindrical-coordinate representation of color #F0D972: hue angle of 49.05º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0D972 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 217 | 114 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.06 |
| HSL | 49.05º | 0.81% | 0.69% | - |
| HSV(B) | 49.05º | 0.53% | 0.94% | - |
| XYZ | 63.79 | 69.37 | 25.95 | - |
| YUV | 212.14 | 72.62 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 217 | 114 | 0 | 0.10 | 0.52 | 0.06 | 49.05 | 0.81 | 0.69 |
| Hex | F0 | D9 | 72 | 0 | A | 34 | 6 | 31 | 51 | 45 |
| Octal | 360 | 331 | 162 | 0 | 12 | 64 | 6 | 61 | 121 | 105 |
| Binary | 11110000 | 11011001 | 1110010 | 0 | 1010 | 110100 | 110 | 110001 | 1010001 | 1000101 |
Color Harmonies of #F0D972
Complementary color
Monochromatic Colors of #F0D972
Black with #F0D972
Text Example
Text Example
White with #F0D972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D972; }
p { color: rgb(240,217,114); }
H1.HeaderClassName
{
color: #F0D972;
}
.AnyTagClassName
{
color: #F0D972;
}
</style>
background-color css
<style>
a { background-color: #F0D972; }
a { background-color: rgb(240,217,114); }
div.DivClassName
{
background-color: #F0D972;
}
.BgClassName
{
background-color: #F0D972;
}
</style>
border-color css
<style>
span { border-color: #F0D972; }
span { border-color: rgb(240,217,114); }
td.TdClassName
{
border-color: #F0D972;
}
.TagClassName
{
border-color: #F0D972;
}
</style>