Shades of Tangerine #F58711
Tints of Tangerine #F58711
RGB
CMYK
RGB Variations
Color information
#F58711 (or 0xF58711) is known color: Tangerine. HEX triplet: F5, 87 and 11. RGB value is (245,135,17). Sum of RGB (Red+Green+Blue) = 245+135+17=397 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.71% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 17 (7.03% from 255 or 4.28% from 397); Max value from RGB is 245 - color contains mainly: red. Hex color #F58711 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58711 is #0A78EE. Grayscale: #9B9B9B. Windows color (decimal): -686319 or 1148917. OLE color: 1148917.
HSL color Cylindrical-coordinate representation of color #F58711: hue angle of 31.05º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F58711 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 135 | 17 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.04 |
| HSL | 31.05º | 0.92% | 0.51% | - |
| HSV(B) | 31.05º | 0.93% | 0.96% | - |
| XYZ | 46.42 | 36.78 | 5.18 | - |
| YUV | 154.44 | 50.44 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 135 | 17 | 0 | 0.45 | 0.93 | 0.04 | 31.05 | 0.92 | 0.51 |
| Hex | F5 | 87 | 11 | 0 | 2D | 5D | 4 | 1F | 5C | 33 |
| Octal | 365 | 207 | 21 | 0 | 55 | 135 | 4 | 37 | 134 | 63 |
| Binary | 11110101 | 10000111 | 10001 | 0 | 101101 | 1011101 | 100 | 11111 | 1011100 | 110011 |
Color Harmonies of #F58711
Complementary color
Monochromatic Colors of #F58711
Black with #F58711
Text Example
Text Example
White with #F58711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58711; }
p { color: rgb(245,135,17); }
H1.HeaderClassName
{
color: #F58711;
}
.AnyTagClassName
{
color: #F58711;
}
</style>
background-color css
<style>
a { background-color: #F58711; }
a { background-color: rgb(245,135,17); }
div.DivClassName
{
background-color: #F58711;
}
.BgClassName
{
background-color: #F58711;
}
</style>
border-color css
<style>
span { border-color: #F58711; }
span { border-color: rgb(245,135,17); }
td.TdClassName
{
border-color: #F58711;
}
.TagClassName
{
border-color: #F58711;
}
</style>