Shades of Tangerine #F58311
Tints of Tangerine #F58311
RGB
CMYK
RGB Variations
Color information
#F58311 (or 0xF58311) is known color: Tangerine. HEX triplet: F5, 83 and 11. RGB value is (245,131,17). Sum of RGB (Red+Green+Blue) = 245+131+17=393 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.34% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 17 (7.03% from 255 or 4.33% from 393); Max value from RGB is 245 - color contains mainly: red. Hex color #F58311 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58311 is #0A7CEE. Grayscale: #989898. Windows color (decimal): -687343 or 1147893. OLE color: 1147893.
HSL color Cylindrical-coordinate representation of color #F58311: hue angle of 30º 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 #F58311 is Cyan = 0, Magento = 0.47, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 131 | 17 | - |
| CMYK | 0 | 0.47 | 0.93 | 0.04 |
| HSL | 30º | 0.92% | 0.51% | - |
| HSV(B) | 30º | 0.93% | 0.96% | - |
| XYZ | 45.87 | 35.69 | 5 | - |
| YUV | 152.09 | 51.77 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 131 | 17 | 0 | 0.47 | 0.93 | 0.04 | 30 | 0.92 | 0.51 |
| Hex | F5 | 83 | 11 | 0 | 2F | 5D | 4 | 1E | 5C | 33 |
| Octal | 365 | 203 | 21 | 0 | 57 | 135 | 4 | 36 | 134 | 63 |
| Binary | 11110101 | 10000011 | 10001 | 0 | 101111 | 1011101 | 100 | 11110 | 1011100 | 110011 |
Color Harmonies of #F58311
Complementary color
Monochromatic Colors of #F58311
Black with #F58311
Text Example
Text Example
White with #F58311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58311; }
p { color: rgb(245,131,17); }
H1.HeaderClassName
{
color: #F58311;
}
.AnyTagClassName
{
color: #F58311;
}
</style>
background-color css
<style>
a { background-color: #F58311; }
a { background-color: rgb(245,131,17); }
div.DivClassName
{
background-color: #F58311;
}
.BgClassName
{
background-color: #F58311;
}
</style>
border-color css
<style>
span { border-color: #F58311; }
span { border-color: rgb(245,131,17); }
td.TdClassName
{
border-color: #F58311;
}
.TagClassName
{
border-color: #F58311;
}
</style>