Shades of Tangerine #F78613
Tints of Tangerine #F78613
RGB
CMYK
RGB Variations
Color information
#F78613 (or 0xF78613) is known color: Tangerine. HEX triplet: F7, 86 and 13. RGB value is (247,134,19). Sum of RGB (Red+Green+Blue) = 247+134+19=400 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.75% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 19 (7.81% from 255 or 4.75% from 400); Max value from RGB is 247 - color contains mainly: red. Hex color #F78613 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F78613 is #0879EC. Grayscale: #9B9B9B. Windows color (decimal): -555501 or 1279735. OLE color: 1279735.
HSL color Cylindrical-coordinate representation of color #F78613: hue angle of 30.26º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F78613 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 134 | 19 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.03 |
| HSL | 30.26º | 0.93% | 0.52% | - |
| HSV(B) | 30.26º | 0.92% | 0.97% | - |
| XYZ | 47 | 36.87 | 5.26 | - |
| YUV | 154.68 | 51.44 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 134 | 19 | 0 | 0.46 | 0.92 | 0.03 | 30.26 | 0.93 | 0.52 |
| Hex | F7 | 86 | 13 | 0 | 2E | 5C | 3 | 1E | 5D | 34 |
| Octal | 367 | 206 | 23 | 0 | 56 | 134 | 3 | 36 | 135 | 64 |
| Binary | 11110111 | 10000110 | 10011 | 0 | 101110 | 1011100 | 11 | 11110 | 1011101 | 110100 |
Color Harmonies of #F78613
Complementary color
Monochromatic Colors of #F78613
Black with #F78613
Text Example
Text Example
White with #F78613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78613; }
p { color: rgb(247,134,19); }
H1.HeaderClassName
{
color: #F78613;
}
.AnyTagClassName
{
color: #F78613;
}
</style>
background-color css
<style>
a { background-color: #F78613; }
a { background-color: rgb(247,134,19); }
div.DivClassName
{
background-color: #F78613;
}
.BgClassName
{
background-color: #F78613;
}
</style>
border-color css
<style>
span { border-color: #F78613; }
span { border-color: rgb(247,134,19); }
td.TdClassName
{
border-color: #F78613;
}
.TagClassName
{
border-color: #F78613;
}
</style>