Shades of Tangerine #F1860A
Tints of Tangerine #F1860A
RGB
CMYK
RGB Variations
Color information
#F1860A (or 0xF1860A) is known color: Tangerine. HEX triplet: F1, 86 and 0A. RGB value is (241,134,10). Sum of RGB (Red+Green+Blue) = 241+134+10=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 10 (4.30% from 255 or 2.60% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F1860A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F1860A is #0E79F5. Grayscale: #989898. Windows color (decimal): -948726 or 689905. OLE color: 689905.
HSL color Cylindrical-coordinate representation of color #F1860A: hue angle of 32.21º 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 #F1860A is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 134 | 10 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.05 |
| HSL | 32.21º | 0.92% | 0.49% | - |
| HSV(B) | 32.21º | 0.96% | 0.95% | - |
| XYZ | 44.86 | 35.77 | 4.83 | - |
| YUV | 151.86 | 47.95 | 191.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 134 | 10 | 0 | 0.44 | 0.96 | 0.05 | 32.21 | 0.92 | 0.49 |
| Hex | F1 | 86 | A | 0 | 2C | 60 | 5 | 20 | 5C | 31 |
| Octal | 361 | 206 | 12 | 0 | 54 | 140 | 5 | 40 | 134 | 61 |
| Binary | 11110001 | 10000110 | 1010 | 0 | 101100 | 1100000 | 101 | 100000 | 1011100 | 110001 |
Color Harmonies of #F1860A
Complementary color
Monochromatic Colors of #F1860A
Black with #F1860A
Text Example
Text Example
White with #F1860A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1860A; }
p { color: rgb(241,134,10); }
H1.HeaderClassName
{
color: #F1860A;
}
.AnyTagClassName
{
color: #F1860A;
}
</style>
background-color css
<style>
a { background-color: #F1860A; }
a { background-color: rgb(241,134,10); }
div.DivClassName
{
background-color: #F1860A;
}
.BgClassName
{
background-color: #F1860A;
}
</style>
border-color css
<style>
span { border-color: #F1860A; }
span { border-color: rgb(241,134,10); }
td.TdClassName
{
border-color: #F1860A;
}
.TagClassName
{
border-color: #F1860A;
}
</style>