Shades of Tangerine #F77C06
Tints of Tangerine #F77C06
RGB
CMYK
RGB Variations
Color information
#F77C06 (or 0xF77C06) is known color: Tangerine. HEX triplet: F7, 7C and 06. RGB value is (247,124,6). Sum of RGB (Red+Green+Blue) = 247+124+6=377 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.52% from 377); Green value is 124 (48.83% from 255 or 32.89% from 377); Blue value is 6 (2.73% from 255 or 1.59% from 377); Max value from RGB is 247 - color contains mainly: red. Hex color #F77C06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77C06 is #0883F9. Grayscale: #939393. Windows color (decimal): -558074 or 425207. OLE color: 425207.
HSL color Cylindrical-coordinate representation of color #F77C06: hue angle of 29.38º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F77C06 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 124 | 6 | - |
| CMYK | 0 | 0.50 | 0.98 | 0.03 |
| HSL | 29.38º | 0.95% | 0.5% | - |
| HSV(B) | 29.38º | 0.98% | 0.97% | - |
| XYZ | 45.6 | 34.2 | 4.37 | - |
| YUV | 147.33 | 48.25 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 124 | 6 | 0 | 0.50 | 0.98 | 0.03 | 29.38 | 0.95 | 0.5 |
| Hex | F7 | 7C | 6 | 0 | 32 | 62 | 3 | 1D | 5F | 32 |
| Octal | 367 | 174 | 6 | 0 | 62 | 142 | 3 | 35 | 137 | 62 |
| Binary | 11110111 | 1111100 | 110 | 0 | 110010 | 1100010 | 11 | 11101 | 1011111 | 110010 |
Color Harmonies of #F77C06
Complementary color
Monochromatic Colors of #F77C06
Black with #F77C06
Text Example
Text Example
White with #F77C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77C06; }
p { color: rgb(247,124,6); }
H1.HeaderClassName
{
color: #F77C06;
}
.AnyTagClassName
{
color: #F77C06;
}
</style>
background-color css
<style>
a { background-color: #F77C06; }
a { background-color: rgb(247,124,6); }
div.DivClassName
{
background-color: #F77C06;
}
.BgClassName
{
background-color: #F77C06;
}
</style>
border-color css
<style>
span { border-color: #F77C06; }
span { border-color: rgb(247,124,6); }
td.TdClassName
{
border-color: #F77C06;
}
.TagClassName
{
border-color: #F77C06;
}
</style>