Shades of Corn #F2E359
Tints of Corn #F2E359
RGB
CMYK
RGB Variations
Color information
#F2E359 (or 0xF2E359) is known color: Corn. HEX triplet: F2, E3 and 59. RGB value is (242,227,89). Sum of RGB (Red+Green+Blue) = 242+227+89=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 227 (89.06% from 255 or 40.68% from 558); Blue value is 89 (35.16% from 255 or 15.95% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E359 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E359 is #0D1CA6. Grayscale: #D8D8D8. Windows color (decimal): -859303 or 5891058. OLE color: 5891058.
HSL color Cylindrical-coordinate representation of color #F2E359: hue angle of 54.12º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F2E359 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 227 | 89 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.05 |
| HSL | 54.12º | 0.85% | 0.65% | - |
| HSV(B) | 54.12º | 0.63% | 0.95% | - |
| XYZ | 65.89 | 74.54 | 20.37 | - |
| YUV | 215.75 | 56.47 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 227 | 89 | 0 | 0.06 | 0.63 | 0.05 | 54.12 | 0.85 | 0.65 |
| Hex | F2 | E3 | 59 | 0 | 6 | 3F | 5 | 36 | 55 | 41 |
| Octal | 362 | 343 | 131 | 0 | 6 | 77 | 5 | 66 | 125 | 101 |
| Binary | 11110010 | 11100011 | 1011001 | 0 | 110 | 111111 | 101 | 110110 | 1010101 | 1000001 |
Color Harmonies of #F2E359
Complementary color
Monochromatic Colors of #F2E359
Black with #F2E359
Text Example
Text Example
White with #F2E359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E359; }
p { color: rgb(242,227,89); }
H1.HeaderClassName
{
color: #F2E359;
}
.AnyTagClassName
{
color: #F2E359;
}
</style>
background-color css
<style>
a { background-color: #F2E359; }
a { background-color: rgb(242,227,89); }
div.DivClassName
{
background-color: #F2E359;
}
.BgClassName
{
background-color: #F2E359;
}
</style>
border-color css
<style>
span { border-color: #F2E359; }
span { border-color: rgb(242,227,89); }
td.TdClassName
{
border-color: #F2E359;
}
.TagClassName
{
border-color: #F2E359;
}
</style>