Shades of Corn #F2E259
Tints of Corn #F2E259
RGB
CMYK
RGB Variations
Color information
#F2E259 (or 0xF2E259) is known color: Corn. HEX triplet: F2, E2 and 59. RGB value is (242,226,89). Sum of RGB (Red+Green+Blue) = 242+226+89=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 226 (88.67% from 255 or 40.57% from 557); Blue value is 89 (35.16% from 255 or 15.98% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E259 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E259 is #0D1DA6. Grayscale: #D7D7D7. Windows color (decimal): -859559 or 5890802. OLE color: 5890802.
HSL color Cylindrical-coordinate representation of color #F2E259: hue angle of 53.73º 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 #F2E259 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 226 | 89 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.05 |
| HSL | 53.73º | 0.85% | 0.65% | - |
| HSV(B) | 53.73º | 0.63% | 0.95% | - |
| XYZ | 65.62 | 73.99 | 20.27 | - |
| YUV | 215.17 | 56.8 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 226 | 89 | 0 | 0.07 | 0.63 | 0.05 | 53.73 | 0.85 | 0.65 |
| Hex | F2 | E2 | 59 | 0 | 7 | 3F | 5 | 36 | 55 | 41 |
| Octal | 362 | 342 | 131 | 0 | 7 | 77 | 5 | 66 | 125 | 101 |
| Binary | 11110010 | 11100010 | 1011001 | 0 | 111 | 111111 | 101 | 110110 | 1010101 | 1000001 |
Color Harmonies of #F2E259
Complementary color
Monochromatic Colors of #F2E259
Black with #F2E259
Text Example
Text Example
White with #F2E259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E259; }
p { color: rgb(242,226,89); }
H1.HeaderClassName
{
color: #F2E259;
}
.AnyTagClassName
{
color: #F2E259;
}
</style>
background-color css
<style>
a { background-color: #F2E259; }
a { background-color: rgb(242,226,89); }
div.DivClassName
{
background-color: #F2E259;
}
.BgClassName
{
background-color: #F2E259;
}
</style>
border-color css
<style>
span { border-color: #F2E259; }
span { border-color: rgb(242,226,89); }
td.TdClassName
{
border-color: #F2E259;
}
.TagClassName
{
border-color: #F2E259;
}
</style>