Shades of Tangerine #F78200
Tints of Tangerine #F78200
RGB
CMYK
RGB Variations
Color information
#F78200 (or 0xF78200) is known color: Tangerine. HEX triplet: F7, 82 and 00. RGB value is (247,130,0). Sum of RGB (Red+Green+Blue) = 247+130+0=377 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.52% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 0 (0.39% from 255 or 0% from 377); Max value from RGB is 247 - color contains mainly: red. Hex color #F78200 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F78200 is #087DFF. Grayscale: #969696. Windows color (decimal): -556544 or 33527. OLE color: 33527.
HSL color Cylindrical-coordinate representation of color #F78200: hue angle of 31.58º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F78200 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 130 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.03 |
| HSL | 31.58º | 1% | 0.48% | - |
| HSV(B) | 31.58º | 1% | 0.97% | - |
| XYZ | 46.34 | 35.74 | 4.46 | - |
| YUV | 150.16 | 43.26 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 130 | 0 | 0 | 0.47 | 1 | 0.03 | 31.58 | 1 | 0.48 |
| Hex | F7 | 82 | 0 | 0 | 2F | 64 | 3 | 20 | 64 | 30 |
| Octal | 367 | 202 | 0 | 0 | 57 | 144 | 3 | 40 | 144 | 60 |
| Binary | 11110111 | 10000010 | 0 | 0 | 101111 | 1100100 | 11 | 100000 | 1100100 | 110000 |
Color Harmonies of #F78200
Complementary color
Monochromatic Colors of #F78200
Black with #F78200
Text Example
Text Example
White with #F78200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78200; }
p { color: rgb(247,130,0); }
H1.HeaderClassName
{
color: #F78200;
}
.AnyTagClassName
{
color: #F78200;
}
</style>
background-color css
<style>
a { background-color: #F78200; }
a { background-color: rgb(247,130,0); }
div.DivClassName
{
background-color: #F78200;
}
.BgClassName
{
background-color: #F78200;
}
</style>
border-color css
<style>
span { border-color: #F78200; }
span { border-color: rgb(247,130,0); }
td.TdClassName
{
border-color: #F78200;
}
.TagClassName
{
border-color: #F78200;
}
</style>