Shades of Corn #F2EC5B
Tints of Corn #F2EC5B
RGB
CMYK
RGB Variations
Color information
#F2EC5B (or 0xF2EC5B) is known color: Corn. HEX triplet: F2, EC and 5B. RGB value is (242,236,91). Sum of RGB (Red+Green+Blue) = 242+236+91=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 236 (92.58% from 255 or 41.48% from 569); Blue value is 91 (35.94% from 255 or 15.99% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EC5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2EC5B is #0D13A4. Grayscale: #DDDDDD. Windows color (decimal): -856997 or 6024434. OLE color: 6024434.
HSL color Cylindrical-coordinate representation of color #F2EC5B: hue angle of 57.62º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F2EC5B is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 236 | 91 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.05 |
| HSL | 57.62º | 0.85% | 0.65% | - |
| HSV(B) | 57.62º | 0.62% | 0.95% | - |
| XYZ | 68.5 | 79.62 | 21.66 | - |
| YUV | 221.26 | 54.49 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 236 | 91 | 0 | 0.02 | 0.62 | 0.05 | 57.62 | 0.85 | 0.65 |
| Hex | F2 | EC | 5B | 0 | 2 | 3E | 5 | 3A | 55 | 41 |
| Octal | 362 | 354 | 133 | 0 | 2 | 76 | 5 | 72 | 125 | 101 |
| Binary | 11110010 | 11101100 | 1011011 | 0 | 10 | 111110 | 101 | 111010 | 1010101 | 1000001 |
Color Harmonies of #F2EC5B
Complementary color
Monochromatic Colors of #F2EC5B
Black with #F2EC5B
Text Example
Text Example
White with #F2EC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2EC5B; }
p { color: rgb(242,236,91); }
H1.HeaderClassName
{
color: #F2EC5B;
}
.AnyTagClassName
{
color: #F2EC5B;
}
</style>
background-color css
<style>
a { background-color: #F2EC5B; }
a { background-color: rgb(242,236,91); }
div.DivClassName
{
background-color: #F2EC5B;
}
.BgClassName
{
background-color: #F2EC5B;
}
</style>
border-color css
<style>
span { border-color: #F2EC5B; }
span { border-color: rgb(242,236,91); }
td.TdClassName
{
border-color: #F2EC5B;
}
.TagClassName
{
border-color: #F2EC5B;
}
</style>