Shades of Corn #F2F160
Tints of Corn #F2F160
RGB
CMYK
RGB Variations
Color information
#F2F160 (or 0xF2F160) is known color: Corn. HEX triplet: F2, F1 and 60. RGB value is (242,241,96). Sum of RGB (Red+Green+Blue) = 242+241+96=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 241 (94.53% from 255 or 41.62% from 579); Blue value is 96 (37.89% from 255 or 16.58% from 579); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F160 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F160 is #0D0E9F. Grayscale: #E1E1E1. Windows color (decimal): -855712 or 6353394. OLE color: 6353394.
HSL color Cylindrical-coordinate representation of color #F2F160: hue angle of 59.59º 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 #F2F160 is Cyan = 0, Magento = 0.00, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 241 | 96 | - |
| CMYK | 0 | 0.00 | 0.60 | 0.05 |
| HSL | 59.59º | 0.85% | 0.66% | - |
| HSV(B) | 59.59º | 0.6% | 0.95% | - |
| XYZ | 70.18 | 82.63 | 23.32 | - |
| YUV | 224.77 | 55.33 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 241 | 96 | 0 | 0.00 | 0.60 | 0.05 | 59.59 | 0.85 | 0.66 |
| Hex | F2 | F1 | 60 | 0 | 0 | 3C | 5 | 3C | 55 | 42 |
| Octal | 362 | 361 | 140 | 0 | 0 | 74 | 5 | 74 | 125 | 102 |
| Binary | 11110010 | 11110001 | 1100000 | 0 | 0 | 111100 | 101 | 111100 | 1010101 | 1000010 |
Color Harmonies of #F2F160
Complementary color
Monochromatic Colors of #F2F160
Black with #F2F160
Text Example
Text Example
White with #F2F160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F160; }
p { color: rgb(242,241,96); }
H1.HeaderClassName
{
color: #F2F160;
}
.AnyTagClassName
{
color: #F2F160;
}
</style>
background-color css
<style>
a { background-color: #F2F160; }
a { background-color: rgb(242,241,96); }
div.DivClassName
{
background-color: #F2F160;
}
.BgClassName
{
background-color: #F2F160;
}
</style>
border-color css
<style>
span { border-color: #F2F160; }
span { border-color: rgb(242,241,96); }
td.TdClassName
{
border-color: #F2F160;
}
.TagClassName
{
border-color: #F2F160;
}
</style>