Shades of Tangerine #FA7701
Tints of Tangerine #FA7701
RGB
CMYK
RGB Variations
Color information
#FA7701 (or 0xFA7701) is known color: Tangerine. HEX triplet: FA, 77 and 01. RGB value is (250,119,1). Sum of RGB (Red+Green+Blue) = 250+119+1=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 1 (0.78% from 255 or 0.27% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7701 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7701 is #0588FE. Grayscale: #919191. Windows color (decimal): -362751 or 96250. OLE color: 96250.
HSL color Cylindrical-coordinate representation of color #FA7701: hue angle of 28.43º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA7701 is Cyan = 0, Magento = 0.52, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 119 | 1 | - |
| CMYK | 0 | 0.52 | 1.00 | 0.02 |
| HSL | 28.43º | 0.99% | 0.49% | - |
| HSV(B) | 28.43º | 1% | 0.98% | - |
| XYZ | 46.03 | 33.52 | 4.07 | - |
| YUV | 144.72 | 46.9 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 119 | 1 | 0 | 0.52 | 1.00 | 0.02 | 28.43 | 0.99 | 0.49 |
| Hex | FA | 77 | 1 | 0 | 34 | 64 | 2 | 1C | 63 | 31 |
| Octal | 372 | 167 | 1 | 0 | 64 | 144 | 2 | 34 | 143 | 61 |
| Binary | 11111010 | 1110111 | 1 | 0 | 110100 | 1100100 | 10 | 11100 | 1100011 | 110001 |
Color Harmonies of #FA7701
Complementary color
Monochromatic Colors of #FA7701
Black with #FA7701
Text Example
Text Example
White with #FA7701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7701; }
p { color: rgb(250,119,1); }
H1.HeaderClassName
{
color: #FA7701;
}
.AnyTagClassName
{
color: #FA7701;
}
</style>
background-color css
<style>
a { background-color: #FA7701; }
a { background-color: rgb(250,119,1); }
div.DivClassName
{
background-color: #FA7701;
}
.BgClassName
{
background-color: #FA7701;
}
</style>
border-color css
<style>
span { border-color: #FA7701; }
span { border-color: rgb(250,119,1); }
td.TdClassName
{
border-color: #FA7701;
}
.TagClassName
{
border-color: #FA7701;
}
</style>