Shades of Tangerine #F2890A
Tints of Tangerine #F2890A
RGB
CMYK
RGB Variations
Color information
#F2890A (or 0xF2890A) is known color: Tangerine. HEX triplet: F2, 89 and 0A. RGB value is (242,137,10). Sum of RGB (Red+Green+Blue) = 242+137+10=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 10 (4.30% from 255 or 2.57% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F2890A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2890A is #0D76F5. Grayscale: #9A9A9A. Windows color (decimal): -882422 or 690674. OLE color: 690674.
HSL color Cylindrical-coordinate representation of color #F2890A: hue angle of 32.84º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2890A is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 10 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.05 |
| HSL | 32.84º | 0.92% | 0.49% | - |
| HSV(B) | 32.84º | 0.96% | 0.95% | - |
| XYZ | 45.62 | 36.79 | 4.98 | - |
| YUV | 153.92 | 46.79 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 10 | 0 | 0.43 | 0.96 | 0.05 | 32.84 | 0.92 | 0.49 |
| Hex | F2 | 89 | A | 0 | 2B | 60 | 5 | 21 | 5C | 31 |
| Octal | 362 | 211 | 12 | 0 | 53 | 140 | 5 | 41 | 134 | 61 |
| Binary | 11110010 | 10001001 | 1010 | 0 | 101011 | 1100000 | 101 | 100001 | 1011100 | 110001 |
Color Harmonies of #F2890A
Complementary color
Monochromatic Colors of #F2890A
Black with #F2890A
Text Example
Text Example
White with #F2890A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2890A; }
p { color: rgb(242,137,10); }
H1.HeaderClassName
{
color: #F2890A;
}
.AnyTagClassName
{
color: #F2890A;
}
</style>
background-color css
<style>
a { background-color: #F2890A; }
a { background-color: rgb(242,137,10); }
div.DivClassName
{
background-color: #F2890A;
}
.BgClassName
{
background-color: #F2890A;
}
</style>
border-color css
<style>
span { border-color: #F2890A; }
span { border-color: rgb(242,137,10); }
td.TdClassName
{
border-color: #F2890A;
}
.TagClassName
{
border-color: #F2890A;
}
</style>