Shades of Tangerine #F77E0D
Tints of Tangerine #F77E0D
RGB
CMYK
RGB Variations
Color information
#F77E0D (or 0xF77E0D) is known color: Tangerine. HEX triplet: F7, 7E and 0D. RGB value is (247,126,13). Sum of RGB (Red+Green+Blue) = 247+126+13=386 (51% of max value = 765). Red value is 247 (96.88% from 255 or 63.99% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 13 (5.47% from 255 or 3.37% from 386); Max value from RGB is 247 - color contains mainly: red. Hex color #F77E0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77E0D is #0881F2. Grayscale: #959595. Windows color (decimal): -557555 or 884471. OLE color: 884471.
HSL color Cylindrical-coordinate representation of color #F77E0D: hue angle of 28.97º 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 #F77E0D is Cyan = 0, Magento = 0.49, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 126 | 13 | - |
| CMYK | 0 | 0.49 | 0.95 | 0.03 |
| HSL | 28.97º | 0.94% | 0.51% | - |
| HSV(B) | 28.97º | 0.95% | 0.97% | - |
| XYZ | 45.89 | 34.72 | 4.66 | - |
| YUV | 149.3 | 51.09 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 126 | 13 | 0 | 0.49 | 0.95 | 0.03 | 28.97 | 0.94 | 0.51 |
| Hex | F7 | 7E | D | 0 | 31 | 5F | 3 | 1D | 5E | 33 |
| Octal | 367 | 176 | 15 | 0 | 61 | 137 | 3 | 35 | 136 | 63 |
| Binary | 11110111 | 1111110 | 1101 | 0 | 110001 | 1011111 | 11 | 11101 | 1011110 | 110011 |
Color Harmonies of #F77E0D
Complementary color
Monochromatic Colors of #F77E0D
Black with #F77E0D
Text Example
Text Example
White with #F77E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77E0D; }
p { color: rgb(247,126,13); }
H1.HeaderClassName
{
color: #F77E0D;
}
.AnyTagClassName
{
color: #F77E0D;
}
</style>
background-color css
<style>
a { background-color: #F77E0D; }
a { background-color: rgb(247,126,13); }
div.DivClassName
{
background-color: #F77E0D;
}
.BgClassName
{
background-color: #F77E0D;
}
</style>
border-color css
<style>
span { border-color: #F77E0D; }
span { border-color: rgb(247,126,13); }
td.TdClassName
{
border-color: #F77E0D;
}
.TagClassName
{
border-color: #F77E0D;
}
</style>