Shades of Tangerine #F77C0B
Tints of Tangerine #F77C0B
RGB
CMYK
RGB Variations
Color information
#F77C0B (or 0xF77C0B) is known color: Tangerine. HEX triplet: F7, 7C and 0B. RGB value is (247,124,11). Sum of RGB (Red+Green+Blue) = 247+124+11=382 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.66% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 11 (4.69% from 255 or 2.88% from 382); Max value from RGB is 247 - color contains mainly: red. Hex color #F77C0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77C0B is #0883F4. Grayscale: #949494. Windows color (decimal): -558069 or 752887. OLE color: 752887.
HSL color Cylindrical-coordinate representation of color #F77C0B: hue angle of 28.73º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F77C0B is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 124 | 11 | - |
| CMYK | 0 | 0.50 | 0.96 | 0.03 |
| HSL | 28.73º | 0.94% | 0.51% | - |
| HSV(B) | 28.73º | 0.96% | 0.97% | - |
| XYZ | 45.63 | 34.21 | 4.52 | - |
| YUV | 147.9 | 50.75 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 124 | 11 | 0 | 0.50 | 0.96 | 0.03 | 28.73 | 0.94 | 0.51 |
| Hex | F7 | 7C | B | 0 | 32 | 60 | 3 | 1D | 5E | 33 |
| Octal | 367 | 174 | 13 | 0 | 62 | 140 | 3 | 35 | 136 | 63 |
| Binary | 11110111 | 1111100 | 1011 | 0 | 110010 | 1100000 | 11 | 11101 | 1011110 | 110011 |
Color Harmonies of #F77C0B
Complementary color
Monochromatic Colors of #F77C0B
Black with #F77C0B
Text Example
Text Example
White with #F77C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77C0B; }
p { color: rgb(247,124,11); }
H1.HeaderClassName
{
color: #F77C0B;
}
.AnyTagClassName
{
color: #F77C0B;
}
</style>
background-color css
<style>
a { background-color: #F77C0B; }
a { background-color: rgb(247,124,11); }
div.DivClassName
{
background-color: #F77C0B;
}
.BgClassName
{
background-color: #F77C0B;
}
</style>
border-color css
<style>
span { border-color: #F77C0B; }
span { border-color: rgb(247,124,11); }
td.TdClassName
{
border-color: #F77C0B;
}
.TagClassName
{
border-color: #F77C0B;
}
</style>