Shades of Corn #F2F159
Tints of Corn #F2F159
RGB
CMYK
RGB Variations
Color information
#F2F159 (or 0xF2F159) is known color: Corn. HEX triplet: F2, F1 and 59. RGB value is (242,241,89). Sum of RGB (Red+Green+Blue) = 242+241+89=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 241 (94.53% from 255 or 42.13% from 572); Blue value is 89 (35.16% from 255 or 15.56% from 572); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F159 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F159 is #0D0EA6. Grayscale: #E0E0E0. Windows color (decimal): -855719 or 5894642. OLE color: 5894642.
HSL color Cylindrical-coordinate representation of color #F2F159: hue angle of 59.61º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F2F159 is Cyan = 0, Magento = 0.00, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 89 | - |
| CMYK | 0 | 0.00 | 0.63 | 0.05 |
| HSL | 59.61º | 0.85% | 0.65% | - |
| HSV(B) | 59.61º | 0.63% | 0.95% | - |
| XYZ | 69.88 | 82.51 | 21.69 | - |
| YUV | 223.97 | 51.83 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 89 | 0 | 0.00 | 0.63 | 0.05 | 59.61 | 0.85 | 0.65 |
| Hex | F2 | F1 | 59 | 0 | 0 | 3F | 5 | 3C | 55 | 41 |
| Octal | 362 | 361 | 131 | 0 | 0 | 77 | 5 | 74 | 125 | 101 |
| Binary | 11110010 | 11110001 | 1011001 | 0 | 0 | 111111 | 101 | 111100 | 1010101 | 1000001 |
Color Harmonies of #F2F159
Complementary color
Monochromatic Colors of #F2F159
Black with #F2F159
Text Example
Text Example
White with #F2F159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F159; }
p { color: rgb(242,241,89); }
H1.HeaderClassName
{
color: #F2F159;
}
.AnyTagClassName
{
color: #F2F159;
}
</style>
background-color css
<style>
a { background-color: #F2F159; }
a { background-color: rgb(242,241,89); }
div.DivClassName
{
background-color: #F2F159;
}
.BgClassName
{
background-color: #F2F159;
}
</style>
border-color css
<style>
span { border-color: #F2F159; }
span { border-color: rgb(242,241,89); }
td.TdClassName
{
border-color: #F2F159;
}
.TagClassName
{
border-color: #F2F159;
}
</style>