Shades of Corn #F2E25F
Tints of Corn #F2E25F
RGB
CMYK
RGB Variations
Color information
#F2E25F (or 0xF2E25F) is known color: Corn. HEX triplet: F2, E2 and 5F. RGB value is (242,226,95). Sum of RGB (Red+Green+Blue) = 242+226+95=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 226 (88.67% from 255 or 40.14% from 563); Blue value is 95 (37.5% from 255 or 16.87% from 563); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E25F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E25F is #0D1DA0. Grayscale: #D8D8D8. Windows color (decimal): -859553 or 6284018. OLE color: 6284018.
HSL color Cylindrical-coordinate representation of color #F2E25F: hue angle of 53.47º 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 #F2E25F is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 226 | 95 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.05 |
| HSL | 53.47º | 0.85% | 0.66% | - |
| HSV(B) | 53.47º | 0.61% | 0.95% | - |
| XYZ | 65.88 | 74.1 | 21.66 | - |
| YUV | 215.85 | 59.8 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 226 | 95 | 0 | 0.07 | 0.61 | 0.05 | 53.47 | 0.85 | 0.66 |
| Hex | F2 | E2 | 5F | 0 | 7 | 3D | 5 | 35 | 55 | 42 |
| Octal | 362 | 342 | 137 | 0 | 7 | 75 | 5 | 65 | 125 | 102 |
| Binary | 11110010 | 11100010 | 1011111 | 0 | 111 | 111101 | 101 | 110101 | 1010101 | 1000010 |
Color Harmonies of #F2E25F
Complementary color
Monochromatic Colors of #F2E25F
Black with #F2E25F
Text Example
Text Example
White with #F2E25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E25F; }
p { color: rgb(242,226,95); }
H1.HeaderClassName
{
color: #F2E25F;
}
.AnyTagClassName
{
color: #F2E25F;
}
</style>
background-color css
<style>
a { background-color: #F2E25F; }
a { background-color: rgb(242,226,95); }
div.DivClassName
{
background-color: #F2E25F;
}
.BgClassName
{
background-color: #F2E25F;
}
</style>
border-color css
<style>
span { border-color: #F2E25F; }
span { border-color: rgb(242,226,95); }
td.TdClassName
{
border-color: #F2E25F;
}
.TagClassName
{
border-color: #F2E25F;
}
</style>