Shades of Tangerine #F7880A
Tints of Tangerine #F7880A
RGB
CMYK
RGB Variations
Color information
#F7880A (or 0xF7880A) is known color: Tangerine. HEX triplet: F7, 88 and 0A. RGB value is (247,136,10). Sum of RGB (Red+Green+Blue) = 247+136+10=393 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.85% from 393); Green value is 136 (53.52% from 255 or 34.61% from 393); Blue value is 10 (4.30% from 255 or 2.54% from 393); Max value from RGB is 247 - color contains mainly: red. Hex color #F7880A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7880A is #0877F5. Grayscale: #9B9B9B. Windows color (decimal): -554998 or 690423. OLE color: 690423.
HSL color Cylindrical-coordinate representation of color #F7880A: hue angle of 31.9º 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 #F7880A is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 136 | 10 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.03 |
| HSL | 31.9º | 0.94% | 0.5% | - |
| HSV(B) | 31.9º | 0.96% | 0.97% | - |
| XYZ | 47.22 | 37.4 | 5.02 | - |
| YUV | 154.83 | 46.27 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 136 | 10 | 0 | 0.45 | 0.96 | 0.03 | 31.9 | 0.94 | 0.5 |
| Hex | F7 | 88 | A | 0 | 2D | 60 | 3 | 20 | 5E | 32 |
| Octal | 367 | 210 | 12 | 0 | 55 | 140 | 3 | 40 | 136 | 62 |
| Binary | 11110111 | 10001000 | 1010 | 0 | 101101 | 1100000 | 11 | 100000 | 1011110 | 110010 |
Color Harmonies of #F7880A
Complementary color
Monochromatic Colors of #F7880A
Black with #F7880A
Text Example
Text Example
White with #F7880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7880A; }
p { color: rgb(247,136,10); }
H1.HeaderClassName
{
color: #F7880A;
}
.AnyTagClassName
{
color: #F7880A;
}
</style>
background-color css
<style>
a { background-color: #F7880A; }
a { background-color: rgb(247,136,10); }
div.DivClassName
{
background-color: #F7880A;
}
.BgClassName
{
background-color: #F7880A;
}
</style>
border-color css
<style>
span { border-color: #F7880A; }
span { border-color: rgb(247,136,10); }
td.TdClassName
{
border-color: #F7880A;
}
.TagClassName
{
border-color: #F7880A;
}
</style>