Shades of Corn #F2E85F
Tints of Corn #F2E85F
RGB
CMYK
RGB Variations
Color information
#F2E85F (or 0xF2E85F) is known color: Corn. HEX triplet: F2, E8 and 5F. RGB value is (242,232,95). Sum of RGB (Red+Green+Blue) = 242+232+95=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 232 (91.02% from 255 or 40.77% from 569); Blue value is 95 (37.5% from 255 or 16.70% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E85F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E85F is #0D17A0. Grayscale: #DBDBDB. Windows color (decimal): -858017 or 6285554. OLE color: 6285554.
HSL color Cylindrical-coordinate representation of color #F2E85F: hue angle of 55.92º 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 #F2E85F is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 232 | 95 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.05 |
| HSL | 55.92º | 0.85% | 0.66% | - |
| HSV(B) | 55.92º | 0.61% | 0.95% | - |
| XYZ | 67.54 | 77.42 | 22.21 | - |
| YUV | 219.37 | 57.81 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 232 | 95 | 0 | 0.04 | 0.61 | 0.05 | 55.92 | 0.85 | 0.66 |
| Hex | F2 | E8 | 5F | 0 | 4 | 3D | 5 | 38 | 55 | 42 |
| Octal | 362 | 350 | 137 | 0 | 4 | 75 | 5 | 70 | 125 | 102 |
| Binary | 11110010 | 11101000 | 1011111 | 0 | 100 | 111101 | 101 | 111000 | 1010101 | 1000010 |
Color Harmonies of #F2E85F
Complementary color
Monochromatic Colors of #F2E85F
Black with #F2E85F
Text Example
Text Example
White with #F2E85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E85F; }
p { color: rgb(242,232,95); }
H1.HeaderClassName
{
color: #F2E85F;
}
.AnyTagClassName
{
color: #F2E85F;
}
</style>
background-color css
<style>
a { background-color: #F2E85F; }
a { background-color: rgb(242,232,95); }
div.DivClassName
{
background-color: #F2E85F;
}
.BgClassName
{
background-color: #F2E85F;
}
</style>
border-color css
<style>
span { border-color: #F2E85F; }
span { border-color: rgb(242,232,95); }
td.TdClassName
{
border-color: #F2E85F;
}
.TagClassName
{
border-color: #F2E85F;
}
</style>