Shades of Tangerine #F5860D
Tints of Tangerine #F5860D
RGB
CMYK
RGB Variations
Color information
#F5860D (or 0xF5860D) is known color: Tangerine. HEX triplet: F5, 86 and 0D. RGB value is (245,134,13). Sum of RGB (Red+Green+Blue) = 245+134+13=392 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.5% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 13 (5.47% from 255 or 3.32% from 392); Max value from RGB is 245 - color contains mainly: red. Hex color #F5860D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5860D is #0A79F2. Grayscale: #999999. Windows color (decimal): -686579 or 886517. OLE color: 886517.
HSL color Cylindrical-coordinate representation of color #F5860D: hue angle of 31.29º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F5860D is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 134 | 13 | - |
| CMYK | 0 | 0.45 | 0.95 | 0.04 |
| HSL | 31.29º | 0.92% | 0.51% | - |
| HSV(B) | 31.29º | 0.95% | 0.96% | - |
| XYZ | 46.25 | 36.49 | 4.99 | - |
| YUV | 153.4 | 48.77 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 134 | 13 | 0 | 0.45 | 0.95 | 0.04 | 31.29 | 0.92 | 0.51 |
| Hex | F5 | 86 | D | 0 | 2D | 5F | 4 | 1F | 5C | 33 |
| Octal | 365 | 206 | 15 | 0 | 55 | 137 | 4 | 37 | 134 | 63 |
| Binary | 11110101 | 10000110 | 1101 | 0 | 101101 | 1011111 | 100 | 11111 | 1011100 | 110011 |
Color Harmonies of #F5860D
Complementary color
Monochromatic Colors of #F5860D
Black with #F5860D
Text Example
Text Example
White with #F5860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5860D; }
p { color: rgb(245,134,13); }
H1.HeaderClassName
{
color: #F5860D;
}
.AnyTagClassName
{
color: #F5860D;
}
</style>
background-color css
<style>
a { background-color: #F5860D; }
a { background-color: rgb(245,134,13); }
div.DivClassName
{
background-color: #F5860D;
}
.BgClassName
{
background-color: #F5860D;
}
</style>
border-color css
<style>
span { border-color: #F5860D; }
span { border-color: rgb(245,134,13); }
td.TdClassName
{
border-color: #F5860D;
}
.TagClassName
{
border-color: #F5860D;
}
</style>