Shades of Tangerine #F1860D
Tints of Tangerine #F1860D
RGB
CMYK
RGB Variations
Color information
#F1860D (or 0xF1860D) is known color: Tangerine. HEX triplet: F1, 86 and 0D. RGB value is (241,134,13). Sum of RGB (Red+Green+Blue) = 241+134+13=388 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.11% from 388); Green value is 134 (52.73% from 255 or 34.54% from 388); Blue value is 13 (5.47% from 255 or 3.35% from 388); Max value from RGB is 241 - color contains mainly: red. Hex color #F1860D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1860D is #0E79F2. Grayscale: #989898. Windows color (decimal): -948723 or 886513. OLE color: 886513.
HSL color Cylindrical-coordinate representation of color #F1860D: hue angle of 31.84º 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 #F1860D is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 134 | 13 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.05 |
| HSL | 31.84º | 0.9% | 0.5% | - |
| HSV(B) | 31.84º | 0.95% | 0.95% | - |
| XYZ | 44.87 | 35.78 | 4.92 | - |
| YUV | 152.2 | 49.45 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 134 | 13 | 0 | 0.44 | 0.95 | 0.05 | 31.84 | 0.9 | 0.5 |
| Hex | F1 | 86 | D | 0 | 2C | 5F | 5 | 20 | 5A | 32 |
| Octal | 361 | 206 | 15 | 0 | 54 | 137 | 5 | 40 | 132 | 62 |
| Binary | 11110001 | 10000110 | 1101 | 0 | 101100 | 1011111 | 101 | 100000 | 1011010 | 110010 |
Color Harmonies of #F1860D
Complementary color
Monochromatic Colors of #F1860D
Black with #F1860D
Text Example
Text Example
White with #F1860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1860D; }
p { color: rgb(241,134,13); }
H1.HeaderClassName
{
color: #F1860D;
}
.AnyTagClassName
{
color: #F1860D;
}
</style>
background-color css
<style>
a { background-color: #F1860D; }
a { background-color: rgb(241,134,13); }
div.DivClassName
{
background-color: #F1860D;
}
.BgClassName
{
background-color: #F1860D;
}
</style>
border-color css
<style>
span { border-color: #F1860D; }
span { border-color: rgb(241,134,13); }
td.TdClassName
{
border-color: #F1860D;
}
.TagClassName
{
border-color: #F1860D;
}
</style>