Shades of Corn #F2F659
Tints of Corn #F2F659
RGB
CMYK
RGB Variations
Color information
#F2F659 (or 0xF2F659) is known color: Corn. HEX triplet: F2, F6 and 59. RGB value is (242,246,89). Sum of RGB (Red+Green+Blue) = 242+246+89=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 246 (96.48% from 255 or 42.63% from 577); Blue value is 89 (35.16% from 255 or 15.42% from 577); Max value from RGB is 246 - color contains mainly: green. Hex color #F2F659 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F659 is #0D09A6. Grayscale: #E3E3E3. Windows color (decimal): -854439 or 5895922. OLE color: 5895922.
HSL color Cylindrical-coordinate representation of color #F2F659: hue angle of 61.53º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F2F659 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 246 | 89 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.04 |
| HSL | 61.53º | 0.9% | 0.66% | - |
| HSV(B) | 61.53º | 0.64% | 0.96% | - |
| XYZ | 71.38 | 85.51 | 22.19 | - |
| YUV | 226.91 | 50.17 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 246 | 89 | 0.02 | 0 | 0.64 | 0.04 | 61.53 | 0.9 | 0.66 |
| Hex | F2 | F6 | 59 | 2 | 0 | 40 | 4 | 3E | 5A | 42 |
| Octal | 362 | 366 | 131 | 2 | 0 | 100 | 4 | 76 | 132 | 102 |
| Binary | 11110010 | 11110110 | 1011001 | 10 | 0 | 1000000 | 100 | 111110 | 1011010 | 1000010 |
Color Harmonies of #F2F659
Complementary color
Monochromatic Colors of #F2F659
Black with #F2F659
Text Example
Text Example
White with #F2F659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F659; }
p { color: rgb(242,246,89); }
H1.HeaderClassName
{
color: #F2F659;
}
.AnyTagClassName
{
color: #F2F659;
}
</style>
background-color css
<style>
a { background-color: #F2F659; }
a { background-color: rgb(242,246,89); }
div.DivClassName
{
background-color: #F2F659;
}
.BgClassName
{
background-color: #F2F659;
}
</style>
border-color css
<style>
span { border-color: #F2F659; }
span { border-color: rgb(242,246,89); }
td.TdClassName
{
border-color: #F2F659;
}
.TagClassName
{
border-color: #F2F659;
}
</style>