Shades of Tangerine #F78A10
Tints of Tangerine #F78A10
RGB
CMYK
RGB Variations
Color information
#F78A10 (or 0xF78A10) is known color: Tangerine. HEX triplet: F7, 8A and 10. RGB value is (247,138,16). Sum of RGB (Red+Green+Blue) = 247+138+16=401 (53% of max value = 765). Red value is 247 (96.88% from 255 or 61.60% from 401); Green value is 138 (54.30% from 255 or 34.41% from 401); Blue value is 16 (6.64% from 255 or 3.99% from 401); Max value from RGB is 247 - color contains mainly: red. Hex color #F78A10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F78A10 is #0875EF. Grayscale: #9D9D9D. Windows color (decimal): -554480 or 1084151. OLE color: 1084151.
HSL color Cylindrical-coordinate representation of color #F78A10: hue angle of 31.69º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F78A10 is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 138 | 16 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.03 |
| HSL | 31.69º | 0.94% | 0.52% | - |
| HSV(B) | 31.69º | 0.94% | 0.97% | - |
| XYZ | 47.54 | 37.99 | 5.32 | - |
| YUV | 156.68 | 48.61 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 138 | 16 | 0 | 0.44 | 0.94 | 0.03 | 31.69 | 0.94 | 0.52 |
| Hex | F7 | 8A | 10 | 0 | 2C | 5E | 3 | 20 | 5E | 34 |
| Octal | 367 | 212 | 20 | 0 | 54 | 136 | 3 | 40 | 136 | 64 |
| Binary | 11110111 | 10001010 | 10000 | 0 | 101100 | 1011110 | 11 | 100000 | 1011110 | 110100 |
Color Harmonies of #F78A10
Complementary color
Monochromatic Colors of #F78A10
Black with #F78A10
Text Example
Text Example
White with #F78A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78A10; }
p { color: rgb(247,138,16); }
H1.HeaderClassName
{
color: #F78A10;
}
.AnyTagClassName
{
color: #F78A10;
}
</style>
background-color css
<style>
a { background-color: #F78A10; }
a { background-color: rgb(247,138,16); }
div.DivClassName
{
background-color: #F78A10;
}
.BgClassName
{
background-color: #F78A10;
}
</style>
border-color css
<style>
span { border-color: #F78A10; }
span { border-color: rgb(247,138,16); }
td.TdClassName
{
border-color: #F78A10;
}
.TagClassName
{
border-color: #F78A10;
}
</style>