Shades of Sweet Corn #F0DD73
Tints of Sweet Corn #F0DD73
RGB
CMYK
RGB Variations
Color information
#F0DD73 (or 0xF0DD73) is known color: Sweet Corn. HEX triplet: F0, DD and 73. RGB value is (240,221,115). Sum of RGB (Red+Green+Blue) = 240+221+115=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 115 (45.31% from 255 or 19.97% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DD73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DD73 is #0F228C. Grayscale: #D7D7D7. Windows color (decimal): -991885 or 7593456. OLE color: 7593456.
HSL color Cylindrical-coordinate representation of color #F0DD73: hue angle of 50.88º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F0DD73 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 221 | 115 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.06 |
| HSL | 50.88º | 0.81% | 0.7% | - |
| HSV(B) | 50.88º | 0.52% | 0.94% | - |
| XYZ | 64.89 | 71.48 | 26.6 | - |
| YUV | 214.6 | 71.79 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 115 | 0 | 0.08 | 0.52 | 0.06 | 50.88 | 0.81 | 0.7 |
| Hex | F0 | DD | 73 | 0 | 8 | 34 | 6 | 33 | 51 | 46 |
| Octal | 360 | 335 | 163 | 0 | 10 | 64 | 6 | 63 | 121 | 106 |
| Binary | 11110000 | 11011101 | 1110011 | 0 | 1000 | 110100 | 110 | 110011 | 1010001 | 1000110 |
Color Harmonies of #F0DD73
Complementary color
Monochromatic Colors of #F0DD73
Black with #F0DD73
Text Example
Text Example
White with #F0DD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DD73; }
p { color: rgb(240,221,115); }
H1.HeaderClassName
{
color: #F0DD73;
}
.AnyTagClassName
{
color: #F0DD73;
}
</style>
background-color css
<style>
a { background-color: #F0DD73; }
a { background-color: rgb(240,221,115); }
div.DivClassName
{
background-color: #F0DD73;
}
.BgClassName
{
background-color: #F0DD73;
}
</style>
border-color css
<style>
span { border-color: #F0DD73; }
span { border-color: rgb(240,221,115); }
td.TdClassName
{
border-color: #F0DD73;
}
.TagClassName
{
border-color: #F0DD73;
}
</style>