Shades of Tangerine #FA8000
Tints of Tangerine #FA8000
RGB
CMYK
RGB Variations
Color information
#FA8000 (or 0xFA8000) is known color: Tangerine. HEX triplet: FA, 80 and 00. RGB value is (250,128,0). Sum of RGB (Red+Green+Blue) = 250+128+0=378 (50% of max value = 765). Red value is 250 (98.05% from 255 or 66.14% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 0 (0.39% from 255 or 0% from 378); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8000 is #057FFF. Grayscale: #969696. Windows color (decimal): -360448 or 33018. OLE color: 33018.
HSL color Cylindrical-coordinate representation of color #FA8000: hue angle of 30.72º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA8000 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.02 |
| HSL | 30.72º | 1% | 0.49% | - |
| HSV(B) | 30.72º | 1% | 0.98% | - |
| XYZ | 47.14 | 35.76 | 4.42 | - |
| YUV | 149.89 | 43.42 | 199.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 0 | 0 | 0.49 | 1 | 0.02 | 30.72 | 1 | 0.49 |
| Hex | FA | 80 | 0 | 0 | 31 | 64 | 2 | 1F | 64 | 31 |
| Octal | 372 | 200 | 0 | 0 | 61 | 144 | 2 | 37 | 144 | 61 |
| Binary | 11111010 | 10000000 | 0 | 0 | 110001 | 1100100 | 10 | 11111 | 1100100 | 110001 |
Color Harmonies of #FA8000
Complementary color
Monochromatic Colors of #FA8000
Black with #FA8000
Text Example
Text Example
White with #FA8000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8000; }
p { color: rgb(250,128,0); }
H1.HeaderClassName
{
color: #FA8000;
}
.AnyTagClassName
{
color: #FA8000;
}
</style>
background-color css
<style>
a { background-color: #FA8000; }
a { background-color: rgb(250,128,0); }
div.DivClassName
{
background-color: #FA8000;
}
.BgClassName
{
background-color: #FA8000;
}
</style>
border-color css
<style>
span { border-color: #FA8000; }
span { border-color: rgb(250,128,0); }
td.TdClassName
{
border-color: #FA8000;
}
.TagClassName
{
border-color: #FA8000;
}
</style>