Shades of Corn #F0E263
Tints of Corn #F0E263
RGB
CMYK
RGB Variations
Color information
#F0E263 (or 0xF0E263) is known color: Corn. HEX triplet: F0, E2 and 63. RGB value is (240,226,99). Sum of RGB (Red+Green+Blue) = 240+226+99=565 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.48% from 565); Green value is 226 (88.67% from 255 or 40% from 565); Blue value is 99 (39.06% from 255 or 17.52% from 565); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E263 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E263 is #0F1D9C. Grayscale: #D8D8D8. Windows color (decimal): -990621 or 6546160. OLE color: 6546160.
HSL color Cylindrical-coordinate representation of color #F0E263: hue angle of 54.04º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F0E263 is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 226 | 99 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.06 |
| HSL | 54.04º | 0.82% | 0.66% | - |
| HSV(B) | 54.04º | 0.59% | 0.94% | - |
| XYZ | 65.38 | 73.82 | 22.61 | - |
| YUV | 215.71 | 62.14 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 226 | 99 | 0 | 0.06 | 0.59 | 0.06 | 54.04 | 0.82 | 0.66 |
| Hex | F0 | E2 | 63 | 0 | 6 | 3B | 6 | 36 | 52 | 42 |
| Octal | 360 | 342 | 143 | 0 | 6 | 73 | 6 | 66 | 122 | 102 |
| Binary | 11110000 | 11100010 | 1100011 | 0 | 110 | 111011 | 110 | 110110 | 1010010 | 1000010 |
Color Harmonies of #F0E263
Complementary color
Monochromatic Colors of #F0E263
Black with #F0E263
Text Example
Text Example
White with #F0E263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E263; }
p { color: rgb(240,226,99); }
H1.HeaderClassName
{
color: #F0E263;
}
.AnyTagClassName
{
color: #F0E263;
}
</style>
background-color css
<style>
a { background-color: #F0E263; }
a { background-color: rgb(240,226,99); }
div.DivClassName
{
background-color: #F0E263;
}
.BgClassName
{
background-color: #F0E263;
}
</style>
border-color css
<style>
span { border-color: #F0E263; }
span { border-color: rgb(240,226,99); }
td.TdClassName
{
border-color: #F0E263;
}
.TagClassName
{
border-color: #F0E263;
}
</style>