Shades of Tangerine #F7870A
Tints of Tangerine #F7870A
RGB
CMYK
RGB Variations
Color information
#F7870A (or 0xF7870A) is known color: Tangerine. HEX triplet: F7, 87 and 0A. RGB value is (247,135,10). Sum of RGB (Red+Green+Blue) = 247+135+10=392 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.01% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 10 (4.30% from 255 or 2.55% from 392); Max value from RGB is 247 - color contains mainly: red. Hex color #F7870A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7870A is #0878F5. Grayscale: #9A9A9A. Windows color (decimal): -555254 or 690167. OLE color: 690167.
HSL color Cylindrical-coordinate representation of color #F7870A: hue angle of 31.65º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7870A is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 135 | 10 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.03 |
| HSL | 31.65º | 0.94% | 0.5% | - |
| HSV(B) | 31.65º | 0.96% | 0.97% | - |
| XYZ | 47.08 | 37.12 | 4.97 | - |
| YUV | 154.24 | 46.61 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 135 | 10 | 0 | 0.45 | 0.96 | 0.03 | 31.65 | 0.94 | 0.5 |
| Hex | F7 | 87 | A | 0 | 2D | 60 | 3 | 20 | 5E | 32 |
| Octal | 367 | 207 | 12 | 0 | 55 | 140 | 3 | 40 | 136 | 62 |
| Binary | 11110111 | 10000111 | 1010 | 0 | 101101 | 1100000 | 11 | 100000 | 1011110 | 110010 |
Color Harmonies of #F7870A
Complementary color
Monochromatic Colors of #F7870A
Black with #F7870A
Text Example
Text Example
White with #F7870A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7870A; }
p { color: rgb(247,135,10); }
H1.HeaderClassName
{
color: #F7870A;
}
.AnyTagClassName
{
color: #F7870A;
}
</style>
background-color css
<style>
a { background-color: #F7870A; }
a { background-color: rgb(247,135,10); }
div.DivClassName
{
background-color: #F7870A;
}
.BgClassName
{
background-color: #F7870A;
}
</style>
border-color css
<style>
span { border-color: #F7870A; }
span { border-color: rgb(247,135,10); }
td.TdClassName
{
border-color: #F7870A;
}
.TagClassName
{
border-color: #F7870A;
}
</style>