Shades of Corn #F2EE5F
Tints of Corn #F2EE5F
RGB
CMYK
RGB Variations
Color information
#F2EE5F (or 0xF2EE5F) is known color: Corn. HEX triplet: F2, EE and 5F. RGB value is (242,238,95). Sum of RGB (Red+Green+Blue) = 242+238+95=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 238 (93.36% from 255 or 41.39% from 575); Blue value is 95 (37.5% from 255 or 16.52% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EE5F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EE5F is #0D11A0. Grayscale: #DFDFDF. Windows color (decimal): -856481 or 6287090. OLE color: 6287090.
HSL color Cylindrical-coordinate representation of color #F2EE5F: hue angle of 58.37º 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 #F2EE5F is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 238 | 95 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.05 |
| HSL | 58.37º | 0.85% | 0.66% | - |
| HSV(B) | 58.37º | 0.61% | 0.95% | - |
| XYZ | 69.26 | 80.85 | 22.78 | - |
| YUV | 222.89 | 55.83 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 238 | 95 | 0 | 0.02 | 0.61 | 0.05 | 58.37 | 0.85 | 0.66 |
| Hex | F2 | EE | 5F | 0 | 2 | 3D | 5 | 3A | 55 | 42 |
| Octal | 362 | 356 | 137 | 0 | 2 | 75 | 5 | 72 | 125 | 102 |
| Binary | 11110010 | 11101110 | 1011111 | 0 | 10 | 111101 | 101 | 111010 | 1010101 | 1000010 |
Color Harmonies of #F2EE5F
Complementary color
Monochromatic Colors of #F2EE5F
Black with #F2EE5F
Text Example
Text Example
White with #F2EE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EE5F; }
p { color: rgb(242,238,95); }
H1.HeaderClassName
{
color: #F2EE5F;
}
.AnyTagClassName
{
color: #F2EE5F;
}
</style>
background-color css
<style>
a { background-color: #F2EE5F; }
a { background-color: rgb(242,238,95); }
div.DivClassName
{
background-color: #F2EE5F;
}
.BgClassName
{
background-color: #F2EE5F;
}
</style>
border-color css
<style>
span { border-color: #F2EE5F; }
span { border-color: rgb(242,238,95); }
td.TdClassName
{
border-color: #F2EE5F;
}
.TagClassName
{
border-color: #F2EE5F;
}
</style>