Shades of Tangerine #F77D01
Tints of Tangerine #F77D01
RGB
CMYK
RGB Variations
Color information
#F77D01 (or 0xF77D01) is known color: Tangerine. HEX triplet: F7, 7D and 01. RGB value is (247,125,1). Sum of RGB (Red+Green+Blue) = 247+125+1=373 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.22% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 1 (0.78% from 255 or 0.27% from 373); Max value from RGB is 247 - color contains mainly: red. Hex color #F77D01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77D01 is #0882FE. Grayscale: #939393. Windows color (decimal): -557823 or 97783. OLE color: 97783.
HSL color Cylindrical-coordinate representation of color #F77D01: hue angle of 30.24º 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 #F77D01 is Cyan = 0, Magento = 0.49, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 125 | 1 | - |
| CMYK | 0 | 0.49 | 1.00 | 0.03 |
| HSL | 30.24º | 0.99% | 0.49% | - |
| HSV(B) | 30.24º | 1% | 0.97% | - |
| XYZ | 45.7 | 34.44 | 4.27 | - |
| YUV | 147.34 | 45.42 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 125 | 1 | 0 | 0.49 | 1.00 | 0.03 | 30.24 | 0.99 | 0.49 |
| Hex | F7 | 7D | 1 | 0 | 31 | 64 | 3 | 1E | 63 | 31 |
| Octal | 367 | 175 | 1 | 0 | 61 | 144 | 3 | 36 | 143 | 61 |
| Binary | 11110111 | 1111101 | 1 | 0 | 110001 | 1100100 | 11 | 11110 | 1100011 | 110001 |
Color Harmonies of #F77D01
Complementary color
Monochromatic Colors of #F77D01
Black with #F77D01
Text Example
Text Example
White with #F77D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77D01; }
p { color: rgb(247,125,1); }
H1.HeaderClassName
{
color: #F77D01;
}
.AnyTagClassName
{
color: #F77D01;
}
</style>
background-color css
<style>
a { background-color: #F77D01; }
a { background-color: rgb(247,125,1); }
div.DivClassName
{
background-color: #F77D01;
}
.BgClassName
{
background-color: #F77D01;
}
</style>
border-color css
<style>
span { border-color: #F77D01; }
span { border-color: rgb(247,125,1); }
td.TdClassName
{
border-color: #F77D01;
}
.TagClassName
{
border-color: #F77D01;
}
</style>