Shades of Sweet Corn #F0E16A
Tints of Sweet Corn #F0E16A
RGB
CMYK
RGB Variations
Color information
#F0E16A (or 0xF0E16A) is known color: Sweet Corn. HEX triplet: F0, E1 and 6A. RGB value is (240,225,106). Sum of RGB (Red+Green+Blue) = 240+225+106=571 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.03% from 571); Green value is 225 (88.28% from 255 or 39.40% from 571); Blue value is 106 (41.80% from 255 or 18.56% from 571); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E16A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E16A is #0F1E95. Grayscale: #D8D8D8. Windows color (decimal): -990870 or 7004656. OLE color: 7004656.
HSL color Cylindrical-coordinate representation of color #F0E16A: hue angle of 53.28º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F0E16A is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 225 | 106 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.06 |
| HSL | 53.28º | 0.82% | 0.68% | - |
| HSV(B) | 53.28º | 0.56% | 0.94% | - |
| XYZ | 65.46 | 73.42 | 24.36 | - |
| YUV | 215.92 | 65.97 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 225 | 106 | 0 | 0.06 | 0.56 | 0.06 | 53.28 | 0.82 | 0.68 |
| Hex | F0 | E1 | 6A | 0 | 6 | 38 | 6 | 35 | 52 | 44 |
| Octal | 360 | 341 | 152 | 0 | 6 | 70 | 6 | 65 | 122 | 104 |
| Binary | 11110000 | 11100001 | 1101010 | 0 | 110 | 111000 | 110 | 110101 | 1010010 | 1000100 |
Color Harmonies of #F0E16A
Complementary color
Monochromatic Colors of #F0E16A
Black with #F0E16A
Text Example
Text Example
White with #F0E16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E16A; }
p { color: rgb(240,225,106); }
H1.HeaderClassName
{
color: #F0E16A;
}
.AnyTagClassName
{
color: #F0E16A;
}
</style>
background-color css
<style>
a { background-color: #F0E16A; }
a { background-color: rgb(240,225,106); }
div.DivClassName
{
background-color: #F0E16A;
}
.BgClassName
{
background-color: #F0E16A;
}
</style>
border-color css
<style>
span { border-color: #F0E16A; }
span { border-color: rgb(240,225,106); }
td.TdClassName
{
border-color: #F0E16A;
}
.TagClassName
{
border-color: #F0E16A;
}
</style>