Shades of Tangerine #FA8300
Tints of Tangerine #FA8300
RGB
CMYK
RGB Variations
Color information
#FA8300 (or 0xFA8300) is known color: Tangerine. HEX triplet: FA, 83 and 00. RGB value is (250,131,0). Sum of RGB (Red+Green+Blue) = 250+131+0=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8300 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8300 is #057CFF. Grayscale: #989898. Windows color (decimal): -359680 or 33786. OLE color: 33786.
HSL color Cylindrical-coordinate representation of color #FA8300: hue angle of 31.44º 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 #FA8300 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 131 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.02 |
| HSL | 31.44º | 1% | 0.49% | - |
| HSV(B) | 31.44º | 1% | 0.98% | - |
| XYZ | 47.54 | 36.56 | 4.55 | - |
| YUV | 151.65 | 42.42 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 131 | 0 | 0 | 0.48 | 1 | 0.02 | 31.44 | 1 | 0.49 |
| Hex | FA | 83 | 0 | 0 | 30 | 64 | 2 | 1F | 64 | 31 |
| Octal | 372 | 203 | 0 | 0 | 60 | 144 | 2 | 37 | 144 | 61 |
| Binary | 11111010 | 10000011 | 0 | 0 | 110000 | 1100100 | 10 | 11111 | 1100100 | 110001 |
Color Harmonies of #FA8300
Complementary color
Monochromatic Colors of #FA8300
Black with #FA8300
Text Example
Text Example
White with #FA8300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8300; }
p { color: rgb(250,131,0); }
H1.HeaderClassName
{
color: #FA8300;
}
.AnyTagClassName
{
color: #FA8300;
}
</style>
background-color css
<style>
a { background-color: #FA8300; }
a { background-color: rgb(250,131,0); }
div.DivClassName
{
background-color: #FA8300;
}
.BgClassName
{
background-color: #FA8300;
}
</style>
border-color css
<style>
span { border-color: #FA8300; }
span { border-color: rgb(250,131,0); }
td.TdClassName
{
border-color: #FA8300;
}
.TagClassName
{
border-color: #FA8300;
}
</style>