Shades of Tangerine #FA8001
Tints of Tangerine #FA8001
RGB
CMYK
RGB Variations
Color information
#FA8001 (or 0xFA8001) is known color: Tangerine. HEX triplet: FA, 80 and 01. RGB value is (250,128,1). Sum of RGB (Red+Green+Blue) = 250+128+1=379 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.96% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 1 (0.78% from 255 or 0.26% from 379); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8001 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8001 is #057FFE. Grayscale: #969696. Windows color (decimal): -360447 or 98554. OLE color: 98554.
HSL color Cylindrical-coordinate representation of color #FA8001: hue angle of 30.6º 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 #FA8001 is Cyan = 0, Magento = 0.49, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 1 | - |
| CMYK | 0 | 0.49 | 1.00 | 0.02 |
| HSL | 30.6º | 0.99% | 0.49% | - |
| HSV(B) | 30.6º | 1% | 0.98% | - |
| XYZ | 47.15 | 35.76 | 4.45 | - |
| YUV | 150 | 43.92 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 1 | 0 | 0.49 | 1.00 | 0.02 | 30.6 | 0.99 | 0.49 |
| Hex | FA | 80 | 1 | 0 | 31 | 64 | 2 | 1F | 63 | 31 |
| Octal | 372 | 200 | 1 | 0 | 61 | 144 | 2 | 37 | 143 | 61 |
| Binary | 11111010 | 10000000 | 1 | 0 | 110001 | 1100100 | 10 | 11111 | 1100011 | 110001 |
Color Harmonies of #FA8001
Complementary color
Monochromatic Colors of #FA8001
Black with #FA8001
Text Example
Text Example
White with #FA8001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8001; }
p { color: rgb(250,128,1); }
H1.HeaderClassName
{
color: #FA8001;
}
.AnyTagClassName
{
color: #FA8001;
}
</style>
background-color css
<style>
a { background-color: #FA8001; }
a { background-color: rgb(250,128,1); }
div.DivClassName
{
background-color: #FA8001;
}
.BgClassName
{
background-color: #FA8001;
}
</style>
border-color css
<style>
span { border-color: #FA8001; }
span { border-color: rgb(250,128,1); }
td.TdClassName
{
border-color: #FA8001;
}
.TagClassName
{
border-color: #FA8001;
}
</style>