Shades of Tangerine #FA8002
Tints of Tangerine #FA8002
RGB
CMYK
RGB Variations
Color information
#FA8002 (or 0xFA8002) is known color: Tangerine. HEX triplet: FA, 80 and 02. RGB value is (250,128,2). Sum of RGB (Red+Green+Blue) = 250+128+2=380 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.79% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 2 (1.17% from 255 or 0.53% from 380); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8002 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8002 is #057FFD. Grayscale: #969696. Windows color (decimal): -360446 or 164090. OLE color: 164090.
HSL color Cylindrical-coordinate representation of color #FA8002: hue angle of 30.48º 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 #FA8002 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 2 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.02 |
| HSL | 30.48º | 0.98% | 0.49% | - |
| HSV(B) | 30.48º | 0.99% | 0.98% | - |
| XYZ | 47.15 | 35.77 | 4.48 | - |
| YUV | 150.11 | 44.42 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 2 | 0 | 0.49 | 0.99 | 0.02 | 30.48 | 0.98 | 0.49 |
| Hex | FA | 80 | 2 | 0 | 31 | 63 | 2 | 1E | 62 | 31 |
| Octal | 372 | 200 | 2 | 0 | 61 | 143 | 2 | 36 | 142 | 61 |
| Binary | 11111010 | 10000000 | 10 | 0 | 110001 | 1100011 | 10 | 11110 | 1100010 | 110001 |
Color Harmonies of #FA8002
Complementary color
Monochromatic Colors of #FA8002
Black with #FA8002
Text Example
Text Example
White with #FA8002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8002; }
p { color: rgb(250,128,2); }
H1.HeaderClassName
{
color: #FA8002;
}
.AnyTagClassName
{
color: #FA8002;
}
</style>
background-color css
<style>
a { background-color: #FA8002; }
a { background-color: rgb(250,128,2); }
div.DivClassName
{
background-color: #FA8002;
}
.BgClassName
{
background-color: #FA8002;
}
</style>
border-color css
<style>
span { border-color: #FA8002; }
span { border-color: rgb(250,128,2); }
td.TdClassName
{
border-color: #FA8002;
}
.TagClassName
{
border-color: #FA8002;
}
</style>