Shades of Tangerine #F77C08
Tints of Tangerine #F77C08
RGB
CMYK
RGB Variations
Color information
#F77C08 (or 0xF77C08) is known color: Tangerine. HEX triplet: F7, 7C and 08. RGB value is (247,124,8). Sum of RGB (Red+Green+Blue) = 247+124+8=379 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.17% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 8 (3.52% from 255 or 2.11% from 379); Max value from RGB is 247 - color contains mainly: red. Hex color #F77C08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77C08 is #0883F7. Grayscale: #949494. Windows color (decimal): -558072 or 556279. OLE color: 556279.
HSL color Cylindrical-coordinate representation of color #F77C08: hue angle of 29.12º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F77C08 is Cyan = 0, Magento = 0.50, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 124 | 8 | - |
| CMYK | 0 | 0.50 | 0.97 | 0.03 |
| HSL | 29.12º | 0.94% | 0.5% | - |
| HSV(B) | 29.12º | 0.97% | 0.97% | - |
| XYZ | 45.61 | 34.21 | 4.43 | - |
| YUV | 147.55 | 49.25 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 124 | 8 | 0 | 0.50 | 0.97 | 0.03 | 29.12 | 0.94 | 0.5 |
| Hex | F7 | 7C | 8 | 0 | 32 | 61 | 3 | 1D | 5E | 32 |
| Octal | 367 | 174 | 10 | 0 | 62 | 141 | 3 | 35 | 136 | 62 |
| Binary | 11110111 | 1111100 | 1000 | 0 | 110010 | 1100001 | 11 | 11101 | 1011110 | 110010 |
Color Harmonies of #F77C08
Complementary color
Monochromatic Colors of #F77C08
Black with #F77C08
Text Example
Text Example
White with #F77C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77C08; }
p { color: rgb(247,124,8); }
H1.HeaderClassName
{
color: #F77C08;
}
.AnyTagClassName
{
color: #F77C08;
}
</style>
background-color css
<style>
a { background-color: #F77C08; }
a { background-color: rgb(247,124,8); }
div.DivClassName
{
background-color: #F77C08;
}
.BgClassName
{
background-color: #F77C08;
}
</style>
border-color css
<style>
span { border-color: #F77C08; }
span { border-color: rgb(247,124,8); }
td.TdClassName
{
border-color: #F77C08;
}
.TagClassName
{
border-color: #F77C08;
}
</style>