Shades of Corn #F0E25F
Tints of Corn #F0E25F
RGB
CMYK
RGB Variations
Color information
#F0E25F (or 0xF0E25F) is known color: Corn. HEX triplet: F0, E2 and 5F. RGB value is (240,226,95). Sum of RGB (Red+Green+Blue) = 240+226+95=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 226 (88.67% from 255 or 40.29% from 561); Blue value is 95 (37.5% from 255 or 16.93% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E25F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E25F is #0F1DA0. Grayscale: #D7D7D7. Windows color (decimal): -990625 or 6284016. OLE color: 6284016.
HSL color Cylindrical-coordinate representation of color #F0E25F: hue angle of 54.21º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0E25F is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 226 | 95 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.06 |
| HSL | 54.21º | 0.83% | 0.66% | - |
| HSV(B) | 54.21º | 0.6% | 0.94% | - |
| XYZ | 65.2 | 73.74 | 21.62 | - |
| YUV | 215.25 | 60.14 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 226 | 95 | 0 | 0.06 | 0.60 | 0.06 | 54.21 | 0.83 | 0.66 |
| Hex | F0 | E2 | 5F | 0 | 6 | 3C | 6 | 36 | 53 | 42 |
| Octal | 360 | 342 | 137 | 0 | 6 | 74 | 6 | 66 | 123 | 102 |
| Binary | 11110000 | 11100010 | 1011111 | 0 | 110 | 111100 | 110 | 110110 | 1010011 | 1000010 |
Color Harmonies of #F0E25F
Complementary color
Monochromatic Colors of #F0E25F
Black with #F0E25F
Text Example
Text Example
White with #F0E25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E25F; }
p { color: rgb(240,226,95); }
H1.HeaderClassName
{
color: #F0E25F;
}
.AnyTagClassName
{
color: #F0E25F;
}
</style>
background-color css
<style>
a { background-color: #F0E25F; }
a { background-color: rgb(240,226,95); }
div.DivClassName
{
background-color: #F0E25F;
}
.BgClassName
{
background-color: #F0E25F;
}
</style>
border-color css
<style>
span { border-color: #F0E25F; }
span { border-color: rgb(240,226,95); }
td.TdClassName
{
border-color: #F0E25F;
}
.TagClassName
{
border-color: #F0E25F;
}
</style>