Shades of Tangerine #F78400
Tints of Tangerine #F78400
RGB
CMYK
RGB Variations
Color information
#F78400 (or 0xF78400) is known color: Tangerine. HEX triplet: F7, 84 and 00. RGB value is (247,132,0). Sum of RGB (Red+Green+Blue) = 247+132+0=379 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.17% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 247 - color contains mainly: red. Hex color #F78400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F78400 is #087BFF. Grayscale: #979797. Windows color (decimal): -556032 or 34039. OLE color: 34039.
HSL color Cylindrical-coordinate representation of color #F78400: hue angle of 32.06º 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 #F78400 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 132 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.03 |
| HSL | 32.06º | 1% | 0.48% | - |
| HSV(B) | 32.06º | 1% | 0.97% | - |
| XYZ | 46.61 | 36.28 | 4.55 | - |
| YUV | 151.34 | 42.6 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 132 | 0 | 0 | 0.47 | 1 | 0.03 | 32.06 | 1 | 0.48 |
| Hex | F7 | 84 | 0 | 0 | 2F | 64 | 3 | 20 | 64 | 30 |
| Octal | 367 | 204 | 0 | 0 | 57 | 144 | 3 | 40 | 144 | 60 |
| Binary | 11110111 | 10000100 | 0 | 0 | 101111 | 1100100 | 11 | 100000 | 1100100 | 110000 |
Color Harmonies of #F78400
Complementary color
Monochromatic Colors of #F78400
Black with #F78400
Text Example
Text Example
White with #F78400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78400; }
p { color: rgb(247,132,0); }
H1.HeaderClassName
{
color: #F78400;
}
.AnyTagClassName
{
color: #F78400;
}
</style>
background-color css
<style>
a { background-color: #F78400; }
a { background-color: rgb(247,132,0); }
div.DivClassName
{
background-color: #F78400;
}
.BgClassName
{
background-color: #F78400;
}
</style>
border-color css
<style>
span { border-color: #F78400; }
span { border-color: rgb(247,132,0); }
td.TdClassName
{
border-color: #F78400;
}
.TagClassName
{
border-color: #F78400;
}
</style>