Shades of Tangerine #F77C01
Tints of Tangerine #F77C01
RGB
CMYK
RGB Variations
Color information
#F77C01 (or 0xF77C01) is known color: Tangerine. HEX triplet: F7, 7C and 01. RGB value is (247,124,1). Sum of RGB (Red+Green+Blue) = 247+124+1=372 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.40% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 1 (0.78% from 255 or 0.27% from 372); Max value from RGB is 247 - color contains mainly: red. Hex color #F77C01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77C01 is #0883FE. Grayscale: #939393. Windows color (decimal): -558079 or 97527. OLE color: 97527.
HSL color Cylindrical-coordinate representation of color #F77C01: hue angle of 30º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F77C01 is Cyan = 0, Magento = 0.50, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 124 | 1 | - |
| CMYK | 0 | 0.50 | 1.00 | 0.03 |
| HSL | 30º | 0.99% | 0.49% | - |
| HSV(B) | 30º | 1% | 0.97% | - |
| XYZ | 45.57 | 34.19 | 4.23 | - |
| YUV | 146.76 | 45.75 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 124 | 1 | 0 | 0.50 | 1.00 | 0.03 | 30 | 0.99 | 0.49 |
| Hex | F7 | 7C | 1 | 0 | 32 | 64 | 3 | 1E | 63 | 31 |
| Octal | 367 | 174 | 1 | 0 | 62 | 144 | 3 | 36 | 143 | 61 |
| Binary | 11110111 | 1111100 | 1 | 0 | 110010 | 1100100 | 11 | 11110 | 1100011 | 110001 |
Color Harmonies of #F77C01
Complementary color
Monochromatic Colors of #F77C01
Black with #F77C01
Text Example
Text Example
White with #F77C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77C01; }
p { color: rgb(247,124,1); }
H1.HeaderClassName
{
color: #F77C01;
}
.AnyTagClassName
{
color: #F77C01;
}
</style>
background-color css
<style>
a { background-color: #F77C01; }
a { background-color: rgb(247,124,1); }
div.DivClassName
{
background-color: #F77C01;
}
.BgClassName
{
background-color: #F77C01;
}
</style>
border-color css
<style>
span { border-color: #F77C01; }
span { border-color: rgb(247,124,1); }
td.TdClassName
{
border-color: #F77C01;
}
.TagClassName
{
border-color: #F77C01;
}
</style>