Shades of Corn #F0E361
Tints of Corn #F0E361
RGB
CMYK
RGB Variations
Color information
#F0E361 (or 0xF0E361) is known color: Corn. HEX triplet: F0, E3 and 61. RGB value is (240,227,97). Sum of RGB (Red+Green+Blue) = 240+227+97=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 227 (89.06% from 255 or 40.25% from 564); Blue value is 97 (38.28% from 255 or 17.20% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E361 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0E361 is #0F1C9E. Grayscale: #D8D8D8. Windows color (decimal): -990367 or 6415344. OLE color: 6415344.
HSL color Cylindrical-coordinate representation of color #F0E361: hue angle of 54.55º 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 #F0E361 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 227 | 97 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.06 |
| HSL | 54.55º | 0.83% | 0.66% | - |
| HSV(B) | 54.55º | 0.6% | 0.94% | - |
| XYZ | 65.56 | 74.33 | 22.2 | - |
| YUV | 216.07 | 60.81 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 227 | 97 | 0 | 0.05 | 0.60 | 0.06 | 54.55 | 0.83 | 0.66 |
| Hex | F0 | E3 | 61 | 0 | 5 | 3C | 6 | 37 | 53 | 42 |
| Octal | 360 | 343 | 141 | 0 | 5 | 74 | 6 | 67 | 123 | 102 |
| Binary | 11110000 | 11100011 | 1100001 | 0 | 101 | 111100 | 110 | 110111 | 1010011 | 1000010 |
Color Harmonies of #F0E361
Complementary color
Monochromatic Colors of #F0E361
Black with #F0E361
Text Example
Text Example
White with #F0E361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E361; }
p { color: rgb(240,227,97); }
H1.HeaderClassName
{
color: #F0E361;
}
.AnyTagClassName
{
color: #F0E361;
}
</style>
background-color css
<style>
a { background-color: #F0E361; }
a { background-color: rgb(240,227,97); }
div.DivClassName
{
background-color: #F0E361;
}
.BgClassName
{
background-color: #F0E361;
}
</style>
border-color css
<style>
span { border-color: #F0E361; }
span { border-color: rgb(240,227,97); }
td.TdClassName
{
border-color: #F0E361;
}
.TagClassName
{
border-color: #F0E361;
}
</style>