Shades of Tangerine #F78B0A
Tints of Tangerine #F78B0A
RGB
CMYK
RGB Variations
Color information
#F78B0A (or 0xF78B0A) is known color: Tangerine. HEX triplet: F7, 8B and 0A. RGB value is (247,139,10). Sum of RGB (Red+Green+Blue) = 247+139+10=396 (52% of max value = 765). Red value is 247 (96.88% from 255 or 62.37% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 10 (4.30% from 255 or 2.53% from 396); Max value from RGB is 247 - color contains mainly: red. Hex color #F78B0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F78B0A is #0874F5. Grayscale: #9D9D9D. Windows color (decimal): -554230 or 691191. OLE color: 691191.
HSL color Cylindrical-coordinate representation of color #F78B0A: hue angle of 32.66º 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 #F78B0A is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 139 | 10 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.03 |
| HSL | 32.66º | 0.94% | 0.5% | - |
| HSV(B) | 32.66º | 0.96% | 0.97% | - |
| XYZ | 47.65 | 38.26 | 5.16 | - |
| YUV | 156.59 | 45.28 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 139 | 10 | 0 | 0.44 | 0.96 | 0.03 | 32.66 | 0.94 | 0.5 |
| Hex | F7 | 8B | A | 0 | 2C | 60 | 3 | 21 | 5E | 32 |
| Octal | 367 | 213 | 12 | 0 | 54 | 140 | 3 | 41 | 136 | 62 |
| Binary | 11110111 | 10001011 | 1010 | 0 | 101100 | 1100000 | 11 | 100001 | 1011110 | 110010 |
Color Harmonies of #F78B0A
Complementary color
Monochromatic Colors of #F78B0A
Black with #F78B0A
Text Example
Text Example
White with #F78B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F78B0A; }
p { color: rgb(247,139,10); }
H1.HeaderClassName
{
color: #F78B0A;
}
.AnyTagClassName
{
color: #F78B0A;
}
</style>
background-color css
<style>
a { background-color: #F78B0A; }
a { background-color: rgb(247,139,10); }
div.DivClassName
{
background-color: #F78B0A;
}
.BgClassName
{
background-color: #F78B0A;
}
</style>
border-color css
<style>
span { border-color: #F78B0A; }
span { border-color: rgb(247,139,10); }
td.TdClassName
{
border-color: #F78B0A;
}
.TagClassName
{
border-color: #F78B0A;
}
</style>