Shades of Tangerine #F1870E
Tints of Tangerine #F1870E
RGB
CMYK
RGB Variations
Color information
#F1870E (or 0xF1870E) is known color: Tangerine. HEX triplet: F1, 87 and 0E. RGB value is (241,135,14). Sum of RGB (Red+Green+Blue) = 241+135+14=390 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.79% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 14 (5.86% from 255 or 3.59% from 390); Max value from RGB is 241 - color contains mainly: red. Hex color #F1870E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1870E is #0E78F1. Grayscale: #999999. Windows color (decimal): -948466 or 952305. OLE color: 952305.
HSL color Cylindrical-coordinate representation of color #F1870E: hue angle of 31.98º degrees, saturation: 0.89, 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 #F1870E is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 135 | 14 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.05 |
| HSL | 31.98º | 0.89% | 0.5% | - |
| HSV(B) | 31.98º | 0.94% | 0.95% | - |
| XYZ | 45.02 | 36.06 | 5 | - |
| YUV | 152.9 | 49.62 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 135 | 14 | 0 | 0.44 | 0.94 | 0.05 | 31.98 | 0.89 | 0.5 |
| Hex | F1 | 87 | E | 0 | 2C | 5E | 5 | 20 | 59 | 32 |
| Octal | 361 | 207 | 16 | 0 | 54 | 136 | 5 | 40 | 131 | 62 |
| Binary | 11110001 | 10000111 | 1110 | 0 | 101100 | 1011110 | 101 | 100000 | 1011001 | 110010 |
Color Harmonies of #F1870E
Complementary color
Monochromatic Colors of #F1870E
Black with #F1870E
Text Example
Text Example
White with #F1870E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1870E; }
p { color: rgb(241,135,14); }
H1.HeaderClassName
{
color: #F1870E;
}
.AnyTagClassName
{
color: #F1870E;
}
</style>
background-color css
<style>
a { background-color: #F1870E; }
a { background-color: rgb(241,135,14); }
div.DivClassName
{
background-color: #F1870E;
}
.BgClassName
{
background-color: #F1870E;
}
</style>
border-color css
<style>
span { border-color: #F1870E; }
span { border-color: rgb(241,135,14); }
td.TdClassName
{
border-color: #F1870E;
}
.TagClassName
{
border-color: #F1870E;
}
</style>