Shades of Corn #F2ED59
Tints of Corn #F2ED59
RGB
CMYK
RGB Variations
Color information
#F2ED59 (or 0xF2ED59) is known color: Corn. HEX triplet: F2, ED and 59. RGB value is (242,237,89). Sum of RGB (Red+Green+Blue) = 242+237+89=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 89 (35.16% from 255 or 15.67% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED59 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2ED59 is #0D12A6. Grayscale: #DEDEDE. Windows color (decimal): -856743 or 5893618. OLE color: 5893618.
HSL color Cylindrical-coordinate representation of color #F2ED59: hue angle of 58.04º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F2ED59 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 89 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.05 |
| HSL | 58.04º | 0.85% | 0.65% | - |
| HSV(B) | 58.04º | 0.63% | 0.95% | - |
| XYZ | 68.71 | 80.17 | 21.3 | - |
| YUV | 221.62 | 53.16 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 89 | 0 | 0.02 | 0.63 | 0.05 | 58.04 | 0.85 | 0.65 |
| Hex | F2 | ED | 59 | 0 | 2 | 3F | 5 | 3A | 55 | 41 |
| Octal | 362 | 355 | 131 | 0 | 2 | 77 | 5 | 72 | 125 | 101 |
| Binary | 11110010 | 11101101 | 1011001 | 0 | 10 | 111111 | 101 | 111010 | 1010101 | 1000001 |
Color Harmonies of #F2ED59
Complementary color
Monochromatic Colors of #F2ED59
Black with #F2ED59
Text Example
Text Example
White with #F2ED59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ED59; }
p { color: rgb(242,237,89); }
H1.HeaderClassName
{
color: #F2ED59;
}
.AnyTagClassName
{
color: #F2ED59;
}
</style>
background-color css
<style>
a { background-color: #F2ED59; }
a { background-color: rgb(242,237,89); }
div.DivClassName
{
background-color: #F2ED59;
}
.BgClassName
{
background-color: #F2ED59;
}
</style>
border-color css
<style>
span { border-color: #F2ED59; }
span { border-color: rgb(242,237,89); }
td.TdClassName
{
border-color: #F2ED59;
}
.TagClassName
{
border-color: #F2ED59;
}
</style>