Shades of Sweet Corn #F0DE6E
Tints of Sweet Corn #F0DE6E
RGB
CMYK
RGB Variations
Color information
#F0DE6E (or 0xF0DE6E) is known color: Sweet Corn. HEX triplet: F0, DE and 6E. RGB value is (240,222,110). Sum of RGB (Red+Green+Blue) = 240+222+110=572 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.96% from 572); Green value is 222 (87.11% from 255 or 38.81% from 572); Blue value is 110 (43.36% from 255 or 19.23% from 572); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DE6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DE6E is #0F2191. Grayscale: #D7D7D7. Windows color (decimal): -991634 or 7266032. OLE color: 7266032.
HSL color Cylindrical-coordinate representation of color #F0DE6E: hue angle of 51.69º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F0DE6E is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 222 | 110 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.06 |
| HSL | 51.69º | 0.81% | 0.69% | - |
| HSV(B) | 51.69º | 0.54% | 0.94% | - |
| XYZ | 64.87 | 71.89 | 25.21 | - |
| YUV | 214.61 | 68.96 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 222 | 110 | 0 | 0.08 | 0.54 | 0.06 | 51.69 | 0.81 | 0.69 |
| Hex | F0 | DE | 6E | 0 | 8 | 36 | 6 | 34 | 51 | 45 |
| Octal | 360 | 336 | 156 | 0 | 10 | 66 | 6 | 64 | 121 | 105 |
| Binary | 11110000 | 11011110 | 1101110 | 0 | 1000 | 110110 | 110 | 110100 | 1010001 | 1000101 |
Color Harmonies of #F0DE6E
Complementary color
Monochromatic Colors of #F0DE6E
Black with #F0DE6E
Text Example
Text Example
White with #F0DE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DE6E; }
p { color: rgb(240,222,110); }
H1.HeaderClassName
{
color: #F0DE6E;
}
.AnyTagClassName
{
color: #F0DE6E;
}
</style>
background-color css
<style>
a { background-color: #F0DE6E; }
a { background-color: rgb(240,222,110); }
div.DivClassName
{
background-color: #F0DE6E;
}
.BgClassName
{
background-color: #F0DE6E;
}
</style>
border-color css
<style>
span { border-color: #F0DE6E; }
span { border-color: rgb(240,222,110); }
td.TdClassName
{
border-color: #F0DE6E;
}
.TagClassName
{
border-color: #F0DE6E;
}
</style>