Shades of Corn #F2E660
Tints of Corn #F2E660
RGB
CMYK
RGB Variations
Color information
#F2E660 (or 0xF2E660) is known color: Corn. HEX triplet: F2, E6 and 60. RGB value is (242,230,96). Sum of RGB (Red+Green+Blue) = 242+230+96=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 230 (90.23% from 255 or 40.49% from 568); Blue value is 96 (37.89% from 255 or 16.90% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E660 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2E660 is #0D199F. Grayscale: #DADADA. Windows color (decimal): -858528 or 6350578. OLE color: 6350578.
HSL color Cylindrical-coordinate representation of color #F2E660: hue angle of 55.07º 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 #F2E660 is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 230 | 96 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.05 |
| HSL | 55.07º | 0.85% | 0.66% | - |
| HSV(B) | 55.07º | 0.6% | 0.95% | - |
| XYZ | 67.03 | 76.32 | 22.26 | - |
| YUV | 218.31 | 58.98 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 230 | 96 | 0 | 0.05 | 0.60 | 0.05 | 55.07 | 0.85 | 0.66 |
| Hex | F2 | E6 | 60 | 0 | 5 | 3C | 5 | 37 | 55 | 42 |
| Octal | 362 | 346 | 140 | 0 | 5 | 74 | 5 | 67 | 125 | 102 |
| Binary | 11110010 | 11100110 | 1100000 | 0 | 101 | 111100 | 101 | 110111 | 1010101 | 1000010 |
Color Harmonies of #F2E660
Complementary color
Monochromatic Colors of #F2E660
Black with #F2E660
Text Example
Text Example
White with #F2E660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2E660; }
p { color: rgb(242,230,96); }
H1.HeaderClassName
{
color: #F2E660;
}
.AnyTagClassName
{
color: #F2E660;
}
</style>
background-color css
<style>
a { background-color: #F2E660; }
a { background-color: rgb(242,230,96); }
div.DivClassName
{
background-color: #F2E660;
}
.BgClassName
{
background-color: #F2E660;
}
</style>
border-color css
<style>
span { border-color: #F2E660; }
span { border-color: rgb(242,230,96); }
td.TdClassName
{
border-color: #F2E660;
}
.TagClassName
{
border-color: #F2E660;
}
</style>