Shades of Tangerine #F78610
Tints of Tangerine #F78610
RGB
CMYK
RGB Variations
Color information
#F78610 (or 0xF78610) is known color: Tangerine. HEX triplet: F7, 86 and 10. RGB value is (247,134,16). Sum of RGB (Red+Green+Blue) = 247+134+16=397 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.22% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 16 (6.64% from 255 or 4.03% from 397); Max value from RGB is 247 - color contains mainly: red. Hex color #F78610 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F78610 is #0879EF. Grayscale: #9A9A9A. Windows color (decimal): -555504 or 1083127. OLE color: 1083127.
HSL color Cylindrical-coordinate representation of color #F78610: hue angle of 30.65º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F78610 is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 134 | 16 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.03 |
| HSL | 30.65º | 0.94% | 0.52% | - |
| HSV(B) | 30.65º | 0.94% | 0.97% | - |
| XYZ | 46.98 | 36.86 | 5.13 | - |
| YUV | 154.34 | 49.94 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 134 | 16 | 0 | 0.46 | 0.94 | 0.03 | 30.65 | 0.94 | 0.52 |
| Hex | F7 | 86 | 10 | 0 | 2E | 5E | 3 | 1F | 5E | 34 |
| Octal | 367 | 206 | 20 | 0 | 56 | 136 | 3 | 37 | 136 | 64 |
| Binary | 11110111 | 10000110 | 10000 | 0 | 101110 | 1011110 | 11 | 11111 | 1011110 | 110100 |
Color Harmonies of #F78610
Complementary color
Monochromatic Colors of #F78610
Black with #F78610
Text Example
Text Example
White with #F78610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78610; }
p { color: rgb(247,134,16); }
H1.HeaderClassName
{
color: #F78610;
}
.AnyTagClassName
{
color: #F78610;
}
</style>
background-color css
<style>
a { background-color: #F78610; }
a { background-color: rgb(247,134,16); }
div.DivClassName
{
background-color: #F78610;
}
.BgClassName
{
background-color: #F78610;
}
</style>
border-color css
<style>
span { border-color: #F78610; }
span { border-color: rgb(247,134,16); }
td.TdClassName
{
border-color: #F78610;
}
.TagClassName
{
border-color: #F78610;
}
</style>