Shades of Tangerine #F2890D
Tints of Tangerine #F2890D
RGB
CMYK
RGB Variations
Color information
#F2890D (or 0xF2890D) is known color: Tangerine. HEX triplet: F2, 89 and 0D. RGB value is (242,137,13). Sum of RGB (Red+Green+Blue) = 242+137+13=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 13 (5.47% from 255 or 3.32% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F2890D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2890D is #0D76F2. Grayscale: #9A9A9A. Windows color (decimal): -882419 or 887282. OLE color: 887282.
HSL color Cylindrical-coordinate representation of color #F2890D: hue angle of 32.49º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F2890D is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 13 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.05 |
| HSL | 32.49º | 0.9% | 0.5% | - |
| HSV(B) | 32.49º | 0.95% | 0.95% | - |
| XYZ | 45.64 | 36.8 | 5.08 | - |
| YUV | 154.26 | 48.29 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 13 | 0 | 0.43 | 0.95 | 0.05 | 32.49 | 0.9 | 0.5 |
| Hex | F2 | 89 | D | 0 | 2B | 5F | 5 | 20 | 5A | 32 |
| Octal | 362 | 211 | 15 | 0 | 53 | 137 | 5 | 40 | 132 | 62 |
| Binary | 11110010 | 10001001 | 1101 | 0 | 101011 | 1011111 | 101 | 100000 | 1011010 | 110010 |
Color Harmonies of #F2890D
Complementary color
Monochromatic Colors of #F2890D
Black with #F2890D
Text Example
Text Example
White with #F2890D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2890D; }
p { color: rgb(242,137,13); }
H1.HeaderClassName
{
color: #F2890D;
}
.AnyTagClassName
{
color: #F2890D;
}
</style>
background-color css
<style>
a { background-color: #F2890D; }
a { background-color: rgb(242,137,13); }
div.DivClassName
{
background-color: #F2890D;
}
.BgClassName
{
background-color: #F2890D;
}
</style>
border-color css
<style>
span { border-color: #F2890D; }
span { border-color: rgb(242,137,13); }
td.TdClassName
{
border-color: #F2890D;
}
.TagClassName
{
border-color: #F2890D;
}
</style>