Shades of Corn #F2E258
Tints of Corn #F2E258
RGB
CMYK
RGB Variations
Color information
#F2E258 (or 0xF2E258) is known color: Corn. HEX triplet: F2, E2 and 58. RGB value is (242,226,88). Sum of RGB (Red+Green+Blue) = 242+226+88=556 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.53% from 556); Green value is 226 (88.67% from 255 or 40.65% from 556); Blue value is 88 (34.77% from 255 or 15.83% from 556); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E258 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E258 is #0D1DA7. Grayscale: #D7D7D7. Windows color (decimal): -859560 or 5825266. OLE color: 5825266.
HSL color Cylindrical-coordinate representation of color #F2E258: hue angle of 53.77º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F2E258 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 226 | 88 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.05 |
| HSL | 53.77º | 0.86% | 0.65% | - |
| HSV(B) | 53.77º | 0.64% | 0.95% | - |
| XYZ | 65.58 | 73.97 | 20.05 | - |
| YUV | 215.05 | 56.3 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 226 | 88 | 0 | 0.07 | 0.64 | 0.05 | 53.77 | 0.86 | 0.65 |
| Hex | F2 | E2 | 58 | 0 | 7 | 40 | 5 | 36 | 56 | 41 |
| Octal | 362 | 342 | 130 | 0 | 7 | 100 | 5 | 66 | 126 | 101 |
| Binary | 11110010 | 11100010 | 1011000 | 0 | 111 | 1000000 | 101 | 110110 | 1010110 | 1000001 |
Color Harmonies of #F2E258
Complementary color
Monochromatic Colors of #F2E258
Black with #F2E258
Text Example
Text Example
White with #F2E258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E258; }
p { color: rgb(242,226,88); }
H1.HeaderClassName
{
color: #F2E258;
}
.AnyTagClassName
{
color: #F2E258;
}
</style>
background-color css
<style>
a { background-color: #F2E258; }
a { background-color: rgb(242,226,88); }
div.DivClassName
{
background-color: #F2E258;
}
.BgClassName
{
background-color: #F2E258;
}
</style>
border-color css
<style>
span { border-color: #F2E258; }
span { border-color: rgb(242,226,88); }
td.TdClassName
{
border-color: #F2E258;
}
.TagClassName
{
border-color: #F2E258;
}
</style>