Shades of Sweet Corn #F0DA70
Tints of Sweet Corn #F0DA70
RGB
CMYK
RGB Variations
Color information
#F0DA70 (or 0xF0DA70) is known color: Sweet Corn. HEX triplet: F0, DA and 70. RGB value is (240,218,112). Sum of RGB (Red+Green+Blue) = 240+218+112=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 218 (85.55% from 255 or 38.25% from 570); Blue value is 112 (44.14% from 255 or 19.65% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DA70 is #0F258F. Grayscale: #D4D4D4. Windows color (decimal): -992656 or 7396080. OLE color: 7396080.
HSL color Cylindrical-coordinate representation of color #F0DA70: hue angle of 49.69º 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 #F0DA70 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 112 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.06 |
| HSL | 49.69º | 0.81% | 0.69% | - |
| HSV(B) | 49.69º | 0.53% | 0.94% | - |
| XYZ | 63.93 | 69.84 | 25.44 | - |
| YUV | 212.49 | 71.29 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 112 | 0 | 0.09 | 0.53 | 0.06 | 49.69 | 0.81 | 0.69 |
| Hex | F0 | DA | 70 | 0 | 9 | 35 | 6 | 32 | 51 | 45 |
| Octal | 360 | 332 | 160 | 0 | 11 | 65 | 6 | 62 | 121 | 105 |
| Binary | 11110000 | 11011010 | 1110000 | 0 | 1001 | 110101 | 110 | 110010 | 1010001 | 1000101 |
Color Harmonies of #F0DA70
Complementary color
Monochromatic Colors of #F0DA70
Black with #F0DA70
Text Example
Text Example
White with #F0DA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DA70; }
p { color: rgb(240,218,112); }
H1.HeaderClassName
{
color: #F0DA70;
}
.AnyTagClassName
{
color: #F0DA70;
}
</style>
background-color css
<style>
a { background-color: #F0DA70; }
a { background-color: rgb(240,218,112); }
div.DivClassName
{
background-color: #F0DA70;
}
.BgClassName
{
background-color: #F0DA70;
}
</style>
border-color css
<style>
span { border-color: #F0DA70; }
span { border-color: rgb(240,218,112); }
td.TdClassName
{
border-color: #F0DA70;
}
.TagClassName
{
border-color: #F0DA70;
}
</style>