Shades of Corn #F2E95E
Tints of Corn #F2E95E
RGB
CMYK
RGB Variations
Color information
#F2E95E (or 0xF2E95E) is known color: Corn. HEX triplet: F2, E9 and 5E. RGB value is (242,233,94). Sum of RGB (Red+Green+Blue) = 242+233+94=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 233 (91.41% from 255 or 40.95% from 569); Blue value is 94 (37.11% from 255 or 16.52% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E95E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E95E is #0D16A1. Grayscale: #DCDCDC. Windows color (decimal): -857762 or 6220274. OLE color: 6220274.
HSL color Cylindrical-coordinate representation of color #F2E95E: hue angle of 56.35º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F2E95E is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 233 | 94 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.05 |
| HSL | 56.35º | 0.85% | 0.66% | - |
| HSV(B) | 56.35º | 0.61% | 0.95% | - |
| XYZ | 67.78 | 77.96 | 22.07 | - |
| YUV | 219.85 | 56.98 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 233 | 94 | 0 | 0.04 | 0.61 | 0.05 | 56.35 | 0.85 | 0.66 |
| Hex | F2 | E9 | 5E | 0 | 4 | 3D | 5 | 38 | 55 | 42 |
| Octal | 362 | 351 | 136 | 0 | 4 | 75 | 5 | 70 | 125 | 102 |
| Binary | 11110010 | 11101001 | 1011110 | 0 | 100 | 111101 | 101 | 111000 | 1010101 | 1000010 |
Color Harmonies of #F2E95E
Complementary color
Monochromatic Colors of #F2E95E
Black with #F2E95E
Text Example
Text Example
White with #F2E95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E95E; }
p { color: rgb(242,233,94); }
H1.HeaderClassName
{
color: #F2E95E;
}
.AnyTagClassName
{
color: #F2E95E;
}
</style>
background-color css
<style>
a { background-color: #F2E95E; }
a { background-color: rgb(242,233,94); }
div.DivClassName
{
background-color: #F2E95E;
}
.BgClassName
{
background-color: #F2E95E;
}
</style>
border-color css
<style>
span { border-color: #F2E95E; }
span { border-color: rgb(242,233,94); }
td.TdClassName
{
border-color: #F2E95E;
}
.TagClassName
{
border-color: #F2E95E;
}
</style>