Shades of Tangerine #F58008
Tints of Tangerine #F58008
RGB
CMYK
RGB Variations
Color information
#F58008 (or 0xF58008) is known color: Tangerine. HEX triplet: F5, 80 and 08. RGB value is (245,128,8). Sum of RGB (Red+Green+Blue) = 245+128+8=381 (50% of max value = 765). Red value is 245 (96.09% from 255 or 64.30% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 8 (3.52% from 255 or 2.10% from 381); Max value from RGB is 245 - color contains mainly: red. Hex color #F58008 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F58008 is #0A7FF7. Grayscale: #959595. Windows color (decimal): -688120 or 557301. OLE color: 557301.
HSL color Cylindrical-coordinate representation of color #F58008: hue angle of 30.38º 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 #F58008 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 128 | 8 | - |
| CMYK | 0 | 0.48 | 0.97 | 0.04 |
| HSL | 30.38º | 0.94% | 0.5% | - |
| HSV(B) | 30.38º | 0.97% | 0.96% | - |
| XYZ | 45.42 | 34.87 | 4.57 | - |
| YUV | 149.3 | 48.26 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 128 | 8 | 0 | 0.48 | 0.97 | 0.04 | 30.38 | 0.94 | 0.5 |
| Hex | F5 | 80 | 8 | 0 | 30 | 61 | 4 | 1E | 5E | 32 |
| Octal | 365 | 200 | 10 | 0 | 60 | 141 | 4 | 36 | 136 | 62 |
| Binary | 11110101 | 10000000 | 1000 | 0 | 110000 | 1100001 | 100 | 11110 | 1011110 | 110010 |
Color Harmonies of #F58008
Complementary color
Monochromatic Colors of #F58008
Black with #F58008
Text Example
Text Example
White with #F58008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58008; }
p { color: rgb(245,128,8); }
H1.HeaderClassName
{
color: #F58008;
}
.AnyTagClassName
{
color: #F58008;
}
</style>
background-color css
<style>
a { background-color: #F58008; }
a { background-color: rgb(245,128,8); }
div.DivClassName
{
background-color: #F58008;
}
.BgClassName
{
background-color: #F58008;
}
</style>
border-color css
<style>
span { border-color: #F58008; }
span { border-color: rgb(245,128,8); }
td.TdClassName
{
border-color: #F58008;
}
.TagClassName
{
border-color: #F58008;
}
</style>