Shades of Tangerine #F58608
Tints of Tangerine #F58608
RGB
CMYK
RGB Variations
Color information
#F58608 (or 0xF58608) is known color: Tangerine. HEX triplet: F5, 86 and 08. RGB value is (245,134,8). Sum of RGB (Red+Green+Blue) = 245+134+8=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 8 (3.52% from 255 or 2.07% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F58608 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58608 is #0A79F7. Grayscale: #999999. Windows color (decimal): -686584 or 558837. OLE color: 558837.
HSL color Cylindrical-coordinate representation of color #F58608: hue angle of 31.9º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F58608 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 134 | 8 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.04 |
| HSL | 31.9º | 0.94% | 0.5% | - |
| HSV(B) | 31.9º | 0.97% | 0.96% | - |
| XYZ | 46.23 | 36.48 | 4.83 | - |
| YUV | 152.83 | 46.27 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 134 | 8 | 0 | 0.45 | 0.97 | 0.04 | 31.9 | 0.94 | 0.5 |
| Hex | F5 | 86 | 8 | 0 | 2D | 61 | 4 | 20 | 5E | 32 |
| Octal | 365 | 206 | 10 | 0 | 55 | 141 | 4 | 40 | 136 | 62 |
| Binary | 11110101 | 10000110 | 1000 | 0 | 101101 | 1100001 | 100 | 100000 | 1011110 | 110010 |
Color Harmonies of #F58608
Complementary color
Monochromatic Colors of #F58608
Black with #F58608
Text Example
Text Example
White with #F58608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58608; }
p { color: rgb(245,134,8); }
H1.HeaderClassName
{
color: #F58608;
}
.AnyTagClassName
{
color: #F58608;
}
</style>
background-color css
<style>
a { background-color: #F58608; }
a { background-color: rgb(245,134,8); }
div.DivClassName
{
background-color: #F58608;
}
.BgClassName
{
background-color: #F58608;
}
</style>
border-color css
<style>
span { border-color: #F58608; }
span { border-color: rgb(245,134,8); }
td.TdClassName
{
border-color: #F58608;
}
.TagClassName
{
border-color: #F58608;
}
</style>