Shades of Tangerine #F2890E
Tints of Tangerine #F2890E
RGB
CMYK
RGB Variations
Color information
#F2890E (or 0xF2890E) is known color: Tangerine. HEX triplet: F2, 89 and 0E. RGB value is (242,137,14). Sum of RGB (Red+Green+Blue) = 242+137+14=393 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.58% from 393); Green value is 137 (53.91% from 255 or 34.86% from 393); Blue value is 14 (5.86% from 255 or 3.56% from 393); Max value from RGB is 242 - color contains mainly: red. Hex color #F2890E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2890E is #0D76F1. Grayscale: #9A9A9A. Windows color (decimal): -882418 or 952818. OLE color: 952818.
HSL color Cylindrical-coordinate representation of color #F2890E: hue angle of 32.37º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F2890E is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 14 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.05 |
| HSL | 32.37º | 0.9% | 0.5% | - |
| HSV(B) | 32.37º | 0.94% | 0.95% | - |
| XYZ | 45.64 | 36.8 | 5.11 | - |
| YUV | 154.37 | 48.79 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 14 | 0 | 0.43 | 0.94 | 0.05 | 32.37 | 0.9 | 0.5 |
| Hex | F2 | 89 | E | 0 | 2B | 5E | 5 | 20 | 5A | 32 |
| Octal | 362 | 211 | 16 | 0 | 53 | 136 | 5 | 40 | 132 | 62 |
| Binary | 11110010 | 10001001 | 1110 | 0 | 101011 | 1011110 | 101 | 100000 | 1011010 | 110010 |
Color Harmonies of #F2890E
Complementary color
Monochromatic Colors of #F2890E
Black with #F2890E
Text Example
Text Example
White with #F2890E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2890E; }
p { color: rgb(242,137,14); }
H1.HeaderClassName
{
color: #F2890E;
}
.AnyTagClassName
{
color: #F2890E;
}
</style>
background-color css
<style>
a { background-color: #F2890E; }
a { background-color: rgb(242,137,14); }
div.DivClassName
{
background-color: #F2890E;
}
.BgClassName
{
background-color: #F2890E;
}
</style>
border-color css
<style>
span { border-color: #F2890E; }
span { border-color: rgb(242,137,14); }
td.TdClassName
{
border-color: #F2890E;
}
.TagClassName
{
border-color: #F2890E;
}
</style>