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