Shades of Sweet Corn #F0E26F
Tints of Sweet Corn #F0E26F
RGB
CMYK
RGB Variations
Color information
#F0E26F (or 0xF0E26F) is known color: Sweet Corn. HEX triplet: F0, E2 and 6F. RGB value is (240,226,111). Sum of RGB (Red+Green+Blue) = 240+226+111=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 226 (88.67% from 255 or 39.17% from 577); Blue value is 111 (43.75% from 255 or 19.24% from 577); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E26F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E26F is #0F1D90. Grayscale: #D9D9D9. Windows color (decimal): -990609 or 7332592. OLE color: 7332592.
HSL color Cylindrical-coordinate representation of color #F0E26F: hue angle of 53.49º 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 #F0E26F is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 226 | 111 | - |
| CMYK | 0 | 0.06 | 0.54 | 0.06 |
| HSL | 53.49º | 0.81% | 0.69% | - |
| HSV(B) | 53.49º | 0.54% | 0.94% | - |
| XYZ | 66 | 74.07 | 25.86 | - |
| YUV | 217.08 | 68.14 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 226 | 111 | 0 | 0.06 | 0.54 | 0.06 | 53.49 | 0.81 | 0.69 |
| Hex | F0 | E2 | 6F | 0 | 6 | 36 | 6 | 35 | 51 | 45 |
| Octal | 360 | 342 | 157 | 0 | 6 | 66 | 6 | 65 | 121 | 105 |
| Binary | 11110000 | 11100010 | 1101111 | 0 | 110 | 110110 | 110 | 110101 | 1010001 | 1000101 |
Color Harmonies of #F0E26F
Complementary color
Monochromatic Colors of #F0E26F
Black with #F0E26F
Text Example
Text Example
White with #F0E26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E26F; }
p { color: rgb(240,226,111); }
H1.HeaderClassName
{
color: #F0E26F;
}
.AnyTagClassName
{
color: #F0E26F;
}
</style>
background-color css
<style>
a { background-color: #F0E26F; }
a { background-color: rgb(240,226,111); }
div.DivClassName
{
background-color: #F0E26F;
}
.BgClassName
{
background-color: #F0E26F;
}
</style>
border-color css
<style>
span { border-color: #F0E26F; }
span { border-color: rgb(240,226,111); }
td.TdClassName
{
border-color: #F0E26F;
}
.TagClassName
{
border-color: #F0E26F;
}
</style>