Shades of Corn #F2E560
Tints of Corn #F2E560
RGB
CMYK
RGB Variations
Color information
#F2E560 (or 0xF2E560) is known color: Corn. HEX triplet: F2, E5 and 60. RGB value is (242,229,96). Sum of RGB (Red+Green+Blue) = 242+229+96=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 229 (89.84% from 255 or 40.39% from 567); Blue value is 96 (37.89% from 255 or 16.93% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E560 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2E560 is #0D1A9F. Grayscale: #DADADA. Windows color (decimal): -858784 or 6350322. OLE color: 6350322.
HSL color Cylindrical-coordinate representation of color #F2E560: hue angle of 54.66º 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 #F2E560 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 229 | 96 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.05 |
| HSL | 54.66º | 0.85% | 0.66% | - |
| HSV(B) | 54.66º | 0.6% | 0.95% | - |
| XYZ | 66.75 | 75.76 | 22.17 | - |
| YUV | 217.73 | 59.31 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 229 | 96 | 0 | 0.05 | 0.60 | 0.05 | 54.66 | 0.85 | 0.66 |
| Hex | F2 | E5 | 60 | 0 | 5 | 3C | 5 | 37 | 55 | 42 |
| Octal | 362 | 345 | 140 | 0 | 5 | 74 | 5 | 67 | 125 | 102 |
| Binary | 11110010 | 11100101 | 1100000 | 0 | 101 | 111100 | 101 | 110111 | 1010101 | 1000010 |
Color Harmonies of #F2E560
Complementary color
Monochromatic Colors of #F2E560
Black with #F2E560
Text Example
Text Example
White with #F2E560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E560; }
p { color: rgb(242,229,96); }
H1.HeaderClassName
{
color: #F2E560;
}
.AnyTagClassName
{
color: #F2E560;
}
</style>
background-color css
<style>
a { background-color: #F2E560; }
a { background-color: rgb(242,229,96); }
div.DivClassName
{
background-color: #F2E560;
}
.BgClassName
{
background-color: #F2E560;
}
</style>
border-color css
<style>
span { border-color: #F2E560; }
span { border-color: rgb(242,229,96); }
td.TdClassName
{
border-color: #F2E560;
}
.TagClassName
{
border-color: #F2E560;
}
</style>