Shades of Sweet Corn #F0E169
Tints of Sweet Corn #F0E169
RGB
CMYK
RGB Variations
Color information
#F0E169 (or 0xF0E169) is known color: Sweet Corn. HEX triplet: F0, E1 and 69. RGB value is (240,225,105). Sum of RGB (Red+Green+Blue) = 240+225+105=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 225 (88.28% from 255 or 39.47% from 570); Blue value is 105 (41.41% from 255 or 18.42% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E169 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E169 is #0F1E96. Grayscale: #D8D8D8. Windows color (decimal): -990871 or 6939120. OLE color: 6939120.
HSL color Cylindrical-coordinate representation of color #F0E169: hue angle of 53.33º 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 #F0E169 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 225 | 105 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.06 |
| HSL | 53.33º | 0.82% | 0.68% | - |
| HSV(B) | 53.33º | 0.56% | 0.94% | - |
| XYZ | 65.41 | 73.4 | 24.08 | - |
| YUV | 215.81 | 65.47 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 225 | 105 | 0 | 0.06 | 0.56 | 0.06 | 53.33 | 0.82 | 0.68 |
| Hex | F0 | E1 | 69 | 0 | 6 | 38 | 6 | 35 | 52 | 44 |
| Octal | 360 | 341 | 151 | 0 | 6 | 70 | 6 | 65 | 122 | 104 |
| Binary | 11110000 | 11100001 | 1101001 | 0 | 110 | 111000 | 110 | 110101 | 1010010 | 1000100 |
Color Harmonies of #F0E169
Complementary color
Monochromatic Colors of #F0E169
Black with #F0E169
Text Example
Text Example
White with #F0E169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E169; }
p { color: rgb(240,225,105); }
H1.HeaderClassName
{
color: #F0E169;
}
.AnyTagClassName
{
color: #F0E169;
}
</style>
background-color css
<style>
a { background-color: #F0E169; }
a { background-color: rgb(240,225,105); }
div.DivClassName
{
background-color: #F0E169;
}
.BgClassName
{
background-color: #F0E169;
}
</style>
border-color css
<style>
span { border-color: #F0E169; }
span { border-color: rgb(240,225,105); }
td.TdClassName
{
border-color: #F0E169;
}
.TagClassName
{
border-color: #F0E169;
}
</style>