Shades of Corn #F2ED60
Tints of Corn #F2ED60
RGB
CMYK
RGB Variations
Color information
#F2ED60 (or 0xF2ED60) is known color: Corn. HEX triplet: F2, ED and 60. RGB value is (242,237,96). Sum of RGB (Red+Green+Blue) = 242+237+96=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 96 (37.89% from 255 or 16.70% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2ED60 is #0D129F. Grayscale: #DEDEDE. Windows color (decimal): -856736 or 6352370. OLE color: 6352370.
HSL color Cylindrical-coordinate representation of color #F2ED60: hue angle of 57.95º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2ED60 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 237 | 96 | - |
| CMYK | 0 | 0.02 | 0.60 | 0.05 |
| HSL | 57.95º | 0.85% | 0.66% | - |
| HSV(B) | 57.95º | 0.6% | 0.95% | - |
| XYZ | 69.01 | 80.29 | 22.93 | - |
| YUV | 222.42 | 56.66 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 237 | 96 | 0 | 0.02 | 0.60 | 0.05 | 57.95 | 0.85 | 0.66 |
| Hex | F2 | ED | 60 | 0 | 2 | 3C | 5 | 3A | 55 | 42 |
| Octal | 362 | 355 | 140 | 0 | 2 | 74 | 5 | 72 | 125 | 102 |
| Binary | 11110010 | 11101101 | 1100000 | 0 | 10 | 111100 | 101 | 111010 | 1010101 | 1000010 |
Color Harmonies of #F2ED60
Complementary color
Monochromatic Colors of #F2ED60
Black with #F2ED60
Text Example
Text Example
White with #F2ED60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2ED60; }
p { color: rgb(242,237,96); }
H1.HeaderClassName
{
color: #F2ED60;
}
.AnyTagClassName
{
color: #F2ED60;
}
</style>
background-color css
<style>
a { background-color: #F2ED60; }
a { background-color: rgb(242,237,96); }
div.DivClassName
{
background-color: #F2ED60;
}
.BgClassName
{
background-color: #F2ED60;
}
</style>
border-color css
<style>
span { border-color: #F2ED60; }
span { border-color: rgb(242,237,96); }
td.TdClassName
{
border-color: #F2ED60;
}
.TagClassName
{
border-color: #F2ED60;
}
</style>