Shades of Tangerine #F58D08
Tints of Tangerine #F58D08
RGB
CMYK
RGB Variations
Color information
#F58D08 (or 0xF58D08) is known color: Tangerine. HEX triplet: F5, 8D and 08. RGB value is (245,141,8). Sum of RGB (Red+Green+Blue) = 245+141+8=394 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.18% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 8 (3.52% from 255 or 2.03% from 394); Max value from RGB is 245 - color contains mainly: red. Hex color #F58D08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58D08 is #0A72F7. Grayscale: #9D9D9D. Windows color (decimal): -684792 or 560629. OLE color: 560629.
HSL color Cylindrical-coordinate representation of color #F58D08: hue angle of 33.67º 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 #F58D08 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 141 | 8 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.04 |
| HSL | 33.67º | 0.94% | 0.5% | - |
| HSV(B) | 33.67º | 0.97% | 0.96% | - |
| XYZ | 47.22 | 38.48 | 5.17 | - |
| YUV | 156.93 | 43.96 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 8 | 0 | 0.42 | 0.97 | 0.04 | 33.67 | 0.94 | 0.5 |
| Hex | F5 | 8D | 8 | 0 | 2A | 61 | 4 | 22 | 5E | 32 |
| Octal | 365 | 215 | 10 | 0 | 52 | 141 | 4 | 42 | 136 | 62 |
| Binary | 11110101 | 10001101 | 1000 | 0 | 101010 | 1100001 | 100 | 100010 | 1011110 | 110010 |
Color Harmonies of #F58D08
Complementary color
Monochromatic Colors of #F58D08
Black with #F58D08
Text Example
Text Example
White with #F58D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58D08; }
p { color: rgb(245,141,8); }
H1.HeaderClassName
{
color: #F58D08;
}
.AnyTagClassName
{
color: #F58D08;
}
</style>
background-color css
<style>
a { background-color: #F58D08; }
a { background-color: rgb(245,141,8); }
div.DivClassName
{
background-color: #F58D08;
}
.BgClassName
{
background-color: #F58D08;
}
</style>
border-color css
<style>
span { border-color: #F58D08; }
span { border-color: rgb(245,141,8); }
td.TdClassName
{
border-color: #F58D08;
}
.TagClassName
{
border-color: #F58D08;
}
</style>