Shades of Sweet Corn #F0DE6D
Tints of Sweet Corn #F0DE6D
RGB
CMYK
RGB Variations
Color information
#F0DE6D (or 0xF0DE6D) is known color: Sweet Corn. HEX triplet: F0, DE and 6D. RGB value is (240,222,109). Sum of RGB (Red+Green+Blue) = 240+222+109=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 109 (42.97% from 255 or 19.09% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DE6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DE6D is #0F2192. Grayscale: #D6D6D6. Windows color (decimal): -991635 or 7200496. OLE color: 7200496.
HSL color Cylindrical-coordinate representation of color #F0DE6D: hue angle of 51.76º 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 #F0DE6D is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 222 | 109 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.06 |
| HSL | 51.76º | 0.81% | 0.68% | - |
| HSV(B) | 51.76º | 0.55% | 0.94% | - |
| XYZ | 64.82 | 71.87 | 24.92 | - |
| YUV | 214.5 | 68.46 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 222 | 109 | 0 | 0.08 | 0.55 | 0.06 | 51.76 | 0.81 | 0.68 |
| Hex | F0 | DE | 6D | 0 | 8 | 37 | 6 | 34 | 51 | 44 |
| Octal | 360 | 336 | 155 | 0 | 10 | 67 | 6 | 64 | 121 | 104 |
| Binary | 11110000 | 11011110 | 1101101 | 0 | 1000 | 110111 | 110 | 110100 | 1010001 | 1000100 |
Color Harmonies of #F0DE6D
Complementary color
Monochromatic Colors of #F0DE6D
Black with #F0DE6D
Text Example
Text Example
White with #F0DE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DE6D; }
p { color: rgb(240,222,109); }
H1.HeaderClassName
{
color: #F0DE6D;
}
.AnyTagClassName
{
color: #F0DE6D;
}
</style>
background-color css
<style>
a { background-color: #F0DE6D; }
a { background-color: rgb(240,222,109); }
div.DivClassName
{
background-color: #F0DE6D;
}
.BgClassName
{
background-color: #F0DE6D;
}
</style>
border-color css
<style>
span { border-color: #F0DE6D; }
span { border-color: rgb(240,222,109); }
td.TdClassName
{
border-color: #F0DE6D;
}
.TagClassName
{
border-color: #F0DE6D;
}
</style>