Shades of Corn #F2E760
Tints of Corn #F2E760
RGB
CMYK
RGB Variations
Color information
#F2E760 (or 0xF2E760) is known color: Corn. HEX triplet: F2, E7 and 60. RGB value is (242,231,96). Sum of RGB (Red+Green+Blue) = 242+231+96=569 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.53% from 569); Green value is 231 (90.62% from 255 or 40.60% from 569); Blue value is 96 (37.89% from 255 or 16.87% from 569); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E760 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E760 is #0D189F. Grayscale: #DBDBDB. Windows color (decimal): -858272 or 6350834. OLE color: 6350834.
HSL color Cylindrical-coordinate representation of color #F2E760: hue angle of 55.48º 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 #F2E760 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 231 | 96 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.05 |
| HSL | 55.48º | 0.85% | 0.66% | - |
| HSV(B) | 55.48º | 0.6% | 0.95% | - |
| XYZ | 67.31 | 76.87 | 22.36 | - |
| YUV | 218.9 | 58.64 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 231 | 96 | 0 | 0.05 | 0.60 | 0.05 | 55.48 | 0.85 | 0.66 |
| Hex | F2 | E7 | 60 | 0 | 5 | 3C | 5 | 37 | 55 | 42 |
| Octal | 362 | 347 | 140 | 0 | 5 | 74 | 5 | 67 | 125 | 102 |
| Binary | 11110010 | 11100111 | 1100000 | 0 | 101 | 111100 | 101 | 110111 | 1010101 | 1000010 |
Color Harmonies of #F2E760
Complementary color
Monochromatic Colors of #F2E760
Black with #F2E760
Text Example
Text Example
White with #F2E760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E760; }
p { color: rgb(242,231,96); }
H1.HeaderClassName
{
color: #F2E760;
}
.AnyTagClassName
{
color: #F2E760;
}
</style>
background-color css
<style>
a { background-color: #F2E760; }
a { background-color: rgb(242,231,96); }
div.DivClassName
{
background-color: #F2E760;
}
.BgClassName
{
background-color: #F2E760;
}
</style>
border-color css
<style>
span { border-color: #F2E760; }
span { border-color: rgb(242,231,96); }
td.TdClassName
{
border-color: #F2E760;
}
.TagClassName
{
border-color: #F2E760;
}
</style>