Shades of Sweet Corn #F0E268
Tints of Sweet Corn #F0E268
RGB
CMYK
RGB Variations
Color information
#F0E268 (or 0xF0E268) is known color: Sweet Corn. HEX triplet: F0, E2 and 68. RGB value is (240,226,104). Sum of RGB (Red+Green+Blue) = 240+226+104=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 226 (88.67% from 255 or 39.65% from 570); Blue value is 104 (41.02% from 255 or 18.25% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E268 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E268 is #0F1D97. Grayscale: #D8D8D8. Windows color (decimal): -990616 or 6873840. OLE color: 6873840.
HSL color Cylindrical-coordinate representation of color #F0E268: hue angle of 53.82º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F0E268 is Cyan = 0, Magento = 0.06, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 226 | 104 | - |
| CMYK | 0 | 0.06 | 0.57 | 0.06 |
| HSL | 53.82º | 0.82% | 0.67% | - |
| HSV(B) | 53.82º | 0.57% | 0.94% | - |
| XYZ | 65.63 | 73.92 | 23.91 | - |
| YUV | 216.28 | 64.64 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 226 | 104 | 0 | 0.06 | 0.57 | 0.06 | 53.82 | 0.82 | 0.67 |
| Hex | F0 | E2 | 68 | 0 | 6 | 39 | 6 | 36 | 52 | 43 |
| Octal | 360 | 342 | 150 | 0 | 6 | 71 | 6 | 66 | 122 | 103 |
| Binary | 11110000 | 11100010 | 1101000 | 0 | 110 | 111001 | 110 | 110110 | 1010010 | 1000011 |
Color Harmonies of #F0E268
Complementary color
Monochromatic Colors of #F0E268
Black with #F0E268
Text Example
Text Example
White with #F0E268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E268; }
p { color: rgb(240,226,104); }
H1.HeaderClassName
{
color: #F0E268;
}
.AnyTagClassName
{
color: #F0E268;
}
</style>
background-color css
<style>
a { background-color: #F0E268; }
a { background-color: rgb(240,226,104); }
div.DivClassName
{
background-color: #F0E268;
}
.BgClassName
{
background-color: #F0E268;
}
</style>
border-color css
<style>
span { border-color: #F0E268; }
span { border-color: rgb(240,226,104); }
td.TdClassName
{
border-color: #F0E268;
}
.TagClassName
{
border-color: #F0E268;
}
</style>