Shades of Corn #F0E465
Tints of Corn #F0E465
RGB
CMYK
RGB Variations
Color information
#F0E465 (or 0xF0E465) is known color: Corn. HEX triplet: F0, E4 and 65. RGB value is (240,228,101). Sum of RGB (Red+Green+Blue) = 240+228+101=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 228 (89.45% from 255 or 40.07% from 569); Blue value is 101 (39.84% from 255 or 17.75% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E465 is #0F1B9A. Grayscale: #D9D9D9. Windows color (decimal): -990107 or 6677744. OLE color: 6677744.
HSL color Cylindrical-coordinate representation of color #F0E465: hue angle of 54.82º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F0E465 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 228 | 101 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.06 |
| HSL | 54.82º | 0.82% | 0.67% | - |
| HSV(B) | 54.82º | 0.58% | 0.94% | - |
| XYZ | 66.03 | 74.95 | 23.3 | - |
| YUV | 217.11 | 62.48 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 228 | 101 | 0 | 0.05 | 0.58 | 0.06 | 54.82 | 0.82 | 0.67 |
| Hex | F0 | E4 | 65 | 0 | 5 | 3A | 6 | 37 | 52 | 43 |
| Octal | 360 | 344 | 145 | 0 | 5 | 72 | 6 | 67 | 122 | 103 |
| Binary | 11110000 | 11100100 | 1100101 | 0 | 101 | 111010 | 110 | 110111 | 1010010 | 1000011 |
Color Harmonies of #F0E465
Complementary color
Monochromatic Colors of #F0E465
Black with #F0E465
Text Example
Text Example
White with #F0E465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E465; }
p { color: rgb(240,228,101); }
H1.HeaderClassName
{
color: #F0E465;
}
.AnyTagClassName
{
color: #F0E465;
}
</style>
background-color css
<style>
a { background-color: #F0E465; }
a { background-color: rgb(240,228,101); }
div.DivClassName
{
background-color: #F0E465;
}
.BgClassName
{
background-color: #F0E465;
}
</style>
border-color css
<style>
span { border-color: #F0E465; }
span { border-color: rgb(240,228,101); }
td.TdClassName
{
border-color: #F0E465;
}
.TagClassName
{
border-color: #F0E465;
}
</style>