Shades of Tangerine #F57808
Tints of Tangerine #F57808
RGB
CMYK
RGB Variations
Color information
#F57808 (or 0xF57808) is known color: Tangerine. HEX triplet: F5, 78 and 08. RGB value is (245,120,8). Sum of RGB (Red+Green+Blue) = 245+120+8=373 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.68% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 8 (3.52% from 255 or 2.14% from 373); Max value from RGB is 245 - color contains mainly: red. Hex color #F57808 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F57808 is #0A87F7. Grayscale: #919191. Windows color (decimal): -690168 or 555253. OLE color: 555253.
HSL color Cylindrical-coordinate representation of color #F57808: hue angle of 28.35º 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 #F57808 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 120 | 8 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.04 |
| HSL | 28.35º | 0.94% | 0.5% | - |
| HSV(B) | 28.35º | 0.97% | 0.96% | - |
| XYZ | 44.42 | 32.86 | 4.23 | - |
| YUV | 144.61 | 50.91 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 120 | 8 | 0 | 0.51 | 0.97 | 0.04 | 28.35 | 0.94 | 0.5 |
| Hex | F5 | 78 | 8 | 0 | 33 | 61 | 4 | 1C | 5E | 32 |
| Octal | 365 | 170 | 10 | 0 | 63 | 141 | 4 | 34 | 136 | 62 |
| Binary | 11110101 | 1111000 | 1000 | 0 | 110011 | 1100001 | 100 | 11100 | 1011110 | 110010 |
Color Harmonies of #F57808
Complementary color
Monochromatic Colors of #F57808
Black with #F57808
Text Example
Text Example
White with #F57808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57808; }
p { color: rgb(245,120,8); }
H1.HeaderClassName
{
color: #F57808;
}
.AnyTagClassName
{
color: #F57808;
}
</style>
background-color css
<style>
a { background-color: #F57808; }
a { background-color: rgb(245,120,8); }
div.DivClassName
{
background-color: #F57808;
}
.BgClassName
{
background-color: #F57808;
}
</style>
border-color css
<style>
span { border-color: #F57808; }
span { border-color: rgb(245,120,8); }
td.TdClassName
{
border-color: #F57808;
}
.TagClassName
{
border-color: #F57808;
}
</style>