Shades of Corn #F2E65F
Tints of Corn #F2E65F
RGB
CMYK
RGB Variations
Color information
#F2E65F (or 0xF2E65F) is known color: Corn. HEX triplet: F2, E6 and 5F. RGB value is (242,230,95). Sum of RGB (Red+Green+Blue) = 242+230+95=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 230 (90.23% from 255 or 40.56% from 567); Blue value is 95 (37.5% from 255 or 16.75% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E65F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E65F is #0D19A0. Grayscale: #DADADA. Windows color (decimal): -858529 or 6285042. OLE color: 6285042.
HSL color Cylindrical-coordinate representation of color #F2E65F: hue angle of 55.1º 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 #F2E65F is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 230 | 95 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.05 |
| HSL | 55.1º | 0.85% | 0.66% | - |
| HSV(B) | 55.1º | 0.61% | 0.95% | - |
| XYZ | 66.98 | 76.3 | 22.02 | - |
| YUV | 218.2 | 58.48 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 230 | 95 | 0 | 0.05 | 0.61 | 0.05 | 55.1 | 0.85 | 0.66 |
| Hex | F2 | E6 | 5F | 0 | 5 | 3D | 5 | 37 | 55 | 42 |
| Octal | 362 | 346 | 137 | 0 | 5 | 75 | 5 | 67 | 125 | 102 |
| Binary | 11110010 | 11100110 | 1011111 | 0 | 101 | 111101 | 101 | 110111 | 1010101 | 1000010 |
Color Harmonies of #F2E65F
Complementary color
Monochromatic Colors of #F2E65F
Black with #F2E65F
Text Example
Text Example
White with #F2E65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E65F; }
p { color: rgb(242,230,95); }
H1.HeaderClassName
{
color: #F2E65F;
}
.AnyTagClassName
{
color: #F2E65F;
}
</style>
background-color css
<style>
a { background-color: #F2E65F; }
a { background-color: rgb(242,230,95); }
div.DivClassName
{
background-color: #F2E65F;
}
.BgClassName
{
background-color: #F2E65F;
}
</style>
border-color css
<style>
span { border-color: #F2E65F; }
span { border-color: rgb(242,230,95); }
td.TdClassName
{
border-color: #F2E65F;
}
.TagClassName
{
border-color: #F2E65F;
}
</style>