Shades of Sweet Corn #F0DD6D
Tints of Sweet Corn #F0DD6D
RGB
CMYK
RGB Variations
Color information
#F0DD6D (or 0xF0DD6D) is known color: Sweet Corn. HEX triplet: F0, DD and 6D. RGB value is (240,221,109). Sum of RGB (Red+Green+Blue) = 240+221+109=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 109 (42.97% from 255 or 19.12% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DD6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DD6D is #0F2292. Grayscale: #D6D6D6. Windows color (decimal): -991891 or 7200240. OLE color: 7200240.
HSL color Cylindrical-coordinate representation of color #F0DD6D: hue angle of 51.3º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0DD6D is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 221 | 109 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.06 |
| HSL | 51.3º | 0.81% | 0.68% | - |
| HSV(B) | 51.3º | 0.55% | 0.94% | - |
| XYZ | 64.55 | 71.34 | 24.84 | - |
| YUV | 213.91 | 68.79 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 109 | 0 | 0.08 | 0.55 | 0.06 | 51.3 | 0.81 | 0.68 |
| Hex | F0 | DD | 6D | 0 | 8 | 37 | 6 | 33 | 51 | 44 |
| Octal | 360 | 335 | 155 | 0 | 10 | 67 | 6 | 63 | 121 | 104 |
| Binary | 11110000 | 11011101 | 1101101 | 0 | 1000 | 110111 | 110 | 110011 | 1010001 | 1000100 |
Color Harmonies of #F0DD6D
Complementary color
Monochromatic Colors of #F0DD6D
Black with #F0DD6D
Text Example
Text Example
White with #F0DD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DD6D; }
p { color: rgb(240,221,109); }
H1.HeaderClassName
{
color: #F0DD6D;
}
.AnyTagClassName
{
color: #F0DD6D;
}
</style>
background-color css
<style>
a { background-color: #F0DD6D; }
a { background-color: rgb(240,221,109); }
div.DivClassName
{
background-color: #F0DD6D;
}
.BgClassName
{
background-color: #F0DD6D;
}
</style>
border-color css
<style>
span { border-color: #F0DD6D; }
span { border-color: rgb(240,221,109); }
td.TdClassName
{
border-color: #F0DD6D;
}
.TagClassName
{
border-color: #F0DD6D;
}
</style>