Shades of Sweet Corn #F0DB70
Tints of Sweet Corn #F0DB70
RGB
CMYK
RGB Variations
Color information
#F0DB70 (or 0xF0DB70) is known color: Sweet Corn. HEX triplet: F0, DB and 70. RGB value is (240,219,112). Sum of RGB (Red+Green+Blue) = 240+219+112=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 112 (44.14% from 255 or 19.61% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DB70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DB70 is #0F248F. Grayscale: #D5D5D5. Windows color (decimal): -992400 or 7396336. OLE color: 7396336.
HSL color Cylindrical-coordinate representation of color #F0DB70: hue angle of 50.16º 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 #F0DB70 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 219 | 112 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.06 |
| HSL | 50.16º | 0.81% | 0.69% | - |
| HSV(B) | 50.16º | 0.53% | 0.94% | - |
| XYZ | 64.19 | 70.36 | 25.53 | - |
| YUV | 213.08 | 70.96 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 112 | 0 | 0.09 | 0.53 | 0.06 | 50.16 | 0.81 | 0.69 |
| Hex | F0 | DB | 70 | 0 | 9 | 35 | 6 | 32 | 51 | 45 |
| Octal | 360 | 333 | 160 | 0 | 11 | 65 | 6 | 62 | 121 | 105 |
| Binary | 11110000 | 11011011 | 1110000 | 0 | 1001 | 110101 | 110 | 110010 | 1010001 | 1000101 |
Color Harmonies of #F0DB70
Complementary color
Monochromatic Colors of #F0DB70
Black with #F0DB70
Text Example
Text Example
White with #F0DB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DB70; }
p { color: rgb(240,219,112); }
H1.HeaderClassName
{
color: #F0DB70;
}
.AnyTagClassName
{
color: #F0DB70;
}
</style>
background-color css
<style>
a { background-color: #F0DB70; }
a { background-color: rgb(240,219,112); }
div.DivClassName
{
background-color: #F0DB70;
}
.BgClassName
{
background-color: #F0DB70;
}
</style>
border-color css
<style>
span { border-color: #F0DB70; }
span { border-color: rgb(240,219,112); }
td.TdClassName
{
border-color: #F0DB70;
}
.TagClassName
{
border-color: #F0DB70;
}
</style>