Shades of Sweet Corn #F0DA72
Tints of Sweet Corn #F0DA72
RGB
CMYK
RGB Variations
Color information
#F0DA72 (or 0xF0DA72) is known color: Sweet Corn. HEX triplet: F0, DA and 72. RGB value is (240,218,114). Sum of RGB (Red+Green+Blue) = 240+218+114=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 218 (85.55% from 255 or 38.11% from 572); Blue value is 114 (44.92% from 255 or 19.93% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DA72 is #0F258D. Grayscale: #D5D5D5. Windows color (decimal): -992654 or 7527152. OLE color: 7527152.
HSL color Cylindrical-coordinate representation of color #F0DA72: hue angle of 49.52º 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 #F0DA72 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 114 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.06 |
| HSL | 49.52º | 0.81% | 0.69% | - |
| HSV(B) | 49.52º | 0.53% | 0.94% | - |
| XYZ | 64.04 | 69.88 | 26.03 | - |
| YUV | 212.72 | 72.29 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 114 | 0 | 0.09 | 0.52 | 0.06 | 49.52 | 0.81 | 0.69 |
| Hex | F0 | DA | 72 | 0 | 9 | 34 | 6 | 32 | 51 | 45 |
| Octal | 360 | 332 | 162 | 0 | 11 | 64 | 6 | 62 | 121 | 105 |
| Binary | 11110000 | 11011010 | 1110010 | 0 | 1001 | 110100 | 110 | 110010 | 1010001 | 1000101 |
Color Harmonies of #F0DA72
Complementary color
Monochromatic Colors of #F0DA72
Black with #F0DA72
Text Example
Text Example
White with #F0DA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DA72; }
p { color: rgb(240,218,114); }
H1.HeaderClassName
{
color: #F0DA72;
}
.AnyTagClassName
{
color: #F0DA72;
}
</style>
background-color css
<style>
a { background-color: #F0DA72; }
a { background-color: rgb(240,218,114); }
div.DivClassName
{
background-color: #F0DA72;
}
.BgClassName
{
background-color: #F0DA72;
}
</style>
border-color css
<style>
span { border-color: #F0DA72; }
span { border-color: rgb(240,218,114); }
td.TdClassName
{
border-color: #F0DA72;
}
.TagClassName
{
border-color: #F0DA72;
}
</style>