Shades of Tangerine #F2890C
Tints of Tangerine #F2890C
RGB
CMYK
RGB Variations
Color information
#F2890C (or 0xF2890C) is known color: Tangerine. HEX triplet: F2, 89 and 0C. RGB value is (242,137,12). Sum of RGB (Red+Green+Blue) = 242+137+12=391 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.89% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 12 (5.08% from 255 or 3.07% from 391); Max value from RGB is 242 - color contains mainly: red. Hex color #F2890C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F2890C is #0D76F3. Grayscale: #9A9A9A. Windows color (decimal): -882420 or 821746. OLE color: 821746.
HSL color Cylindrical-coordinate representation of color #F2890C: hue angle of 32.61º degrees, saturation: 0.91, 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 #F2890C is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 12 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.05 |
| HSL | 32.61º | 0.91% | 0.5% | - |
| HSV(B) | 32.61º | 0.95% | 0.95% | - |
| XYZ | 45.63 | 36.8 | 5.05 | - |
| YUV | 154.15 | 47.79 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 12 | 0 | 0.43 | 0.95 | 0.05 | 32.61 | 0.91 | 0.5 |
| Hex | F2 | 89 | C | 0 | 2B | 5F | 5 | 21 | 5B | 32 |
| Octal | 362 | 211 | 14 | 0 | 53 | 137 | 5 | 41 | 133 | 62 |
| Binary | 11110010 | 10001001 | 1100 | 0 | 101011 | 1011111 | 101 | 100001 | 1011011 | 110010 |
Color Harmonies of #F2890C
Complementary color
Monochromatic Colors of #F2890C
Black with #F2890C
Text Example
Text Example
White with #F2890C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2890C; }
p { color: rgb(242,137,12); }
H1.HeaderClassName
{
color: #F2890C;
}
.AnyTagClassName
{
color: #F2890C;
}
</style>
background-color css
<style>
a { background-color: #F2890C; }
a { background-color: rgb(242,137,12); }
div.DivClassName
{
background-color: #F2890C;
}
.BgClassName
{
background-color: #F2890C;
}
</style>
border-color css
<style>
span { border-color: #F2890C; }
span { border-color: rgb(242,137,12); }
td.TdClassName
{
border-color: #F2890C;
}
.TagClassName
{
border-color: #F2890C;
}
</style>