Shades of Tangerine #F77C0C
Tints of Tangerine #F77C0C
RGB
CMYK
RGB Variations
Color information
#F77C0C (or 0xF77C0C) is known color: Tangerine. HEX triplet: F7, 7C and 0C. RGB value is (247,124,12). Sum of RGB (Red+Green+Blue) = 247+124+12=383 (50% of max value = 765). Red value is 247 (96.88% from 255 or 64.49% from 383); Green value is 124 (48.83% from 255 or 32.38% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 247 - color contains mainly: red. Hex color #F77C0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77C0C is #0883F3. Grayscale: #949494. Windows color (decimal): -558068 or 818423. OLE color: 818423.
HSL color Cylindrical-coordinate representation of color #F77C0C: hue angle of 28.6º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F77C0C is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 124 | 12 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.03 |
| HSL | 28.6º | 0.94% | 0.51% | - |
| HSV(B) | 28.6º | 0.95% | 0.97% | - |
| XYZ | 45.63 | 34.22 | 4.55 | - |
| YUV | 148.01 | 51.25 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 124 | 12 | 0 | 0.50 | 0.95 | 0.03 | 28.6 | 0.94 | 0.51 |
| Hex | F7 | 7C | C | 0 | 32 | 5F | 3 | 1D | 5E | 33 |
| Octal | 367 | 174 | 14 | 0 | 62 | 137 | 3 | 35 | 136 | 63 |
| Binary | 11110111 | 1111100 | 1100 | 0 | 110010 | 1011111 | 11 | 11101 | 1011110 | 110011 |
Color Harmonies of #F77C0C
Complementary color
Monochromatic Colors of #F77C0C
Black with #F77C0C
Text Example
Text Example
White with #F77C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77C0C; }
p { color: rgb(247,124,12); }
H1.HeaderClassName
{
color: #F77C0C;
}
.AnyTagClassName
{
color: #F77C0C;
}
</style>
background-color css
<style>
a { background-color: #F77C0C; }
a { background-color: rgb(247,124,12); }
div.DivClassName
{
background-color: #F77C0C;
}
.BgClassName
{
background-color: #F77C0C;
}
</style>
border-color css
<style>
span { border-color: #F77C0C; }
span { border-color: rgb(247,124,12); }
td.TdClassName
{
border-color: #F77C0C;
}
.TagClassName
{
border-color: #F77C0C;
}
</style>