Shades of Tangerine #FA7706
Tints of Tangerine #FA7706
RGB
CMYK
RGB Variations
Color information
#FA7706 (or 0xFA7706) is known color: Tangerine. HEX triplet: FA, 77 and 06. RGB value is (250,119,6). Sum of RGB (Red+Green+Blue) = 250+119+6=375 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.67% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 6 (2.73% from 255 or 1.6% from 375); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7706 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7706 is #0588F9. Grayscale: #919191. Windows color (decimal): -362746 or 423930. OLE color: 423930.
HSL color Cylindrical-coordinate representation of color #FA7706: hue angle of 27.79º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA7706 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 119 | 6 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.02 |
| HSL | 27.79º | 0.96% | 0.5% | - |
| HSV(B) | 27.79º | 0.98% | 0.98% | - |
| XYZ | 46.05 | 33.53 | 4.22 | - |
| YUV | 145.29 | 49.4 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 119 | 6 | 0 | 0.52 | 0.98 | 0.02 | 27.79 | 0.96 | 0.5 |
| Hex | FA | 77 | 6 | 0 | 34 | 62 | 2 | 1C | 60 | 32 |
| Octal | 372 | 167 | 6 | 0 | 64 | 142 | 2 | 34 | 140 | 62 |
| Binary | 11111010 | 1110111 | 110 | 0 | 110100 | 1100010 | 10 | 11100 | 1100000 | 110010 |
Color Harmonies of #FA7706
Complementary color
Monochromatic Colors of #FA7706
Black with #FA7706
Text Example
Text Example
White with #FA7706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7706; }
p { color: rgb(250,119,6); }
H1.HeaderClassName
{
color: #FA7706;
}
.AnyTagClassName
{
color: #FA7706;
}
</style>
background-color css
<style>
a { background-color: #FA7706; }
a { background-color: rgb(250,119,6); }
div.DivClassName
{
background-color: #FA7706;
}
.BgClassName
{
background-color: #FA7706;
}
</style>
border-color css
<style>
span { border-color: #FA7706; }
span { border-color: rgb(250,119,6); }
td.TdClassName
{
border-color: #FA7706;
}
.TagClassName
{
border-color: #FA7706;
}
</style>