Shades of Tangerine #FA8003
Tints of Tangerine #FA8003
RGB
CMYK
RGB Variations
Color information
#FA8003 (or 0xFA8003) is known color: Tangerine. HEX triplet: FA, 80 and 03. RGB value is (250,128,3). Sum of RGB (Red+Green+Blue) = 250+128+3=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 3 (1.56% from 255 or 0.79% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8003 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8003 is #057FFC. Grayscale: #969696. Windows color (decimal): -360445 or 229626. OLE color: 229626.
HSL color Cylindrical-coordinate representation of color #FA8003: hue angle of 30.36º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA8003 is Cyan = 0, Magento = 0.49, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 128 | 3 | - |
| CMYK | 0 | 0.49 | 0.99 | 0.02 |
| HSL | 30.36º | 0.98% | 0.5% | - |
| HSV(B) | 30.36º | 0.99% | 0.98% | - |
| XYZ | 47.16 | 35.77 | 4.5 | - |
| YUV | 150.23 | 44.92 | 199.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 128 | 3 | 0 | 0.49 | 0.99 | 0.02 | 30.36 | 0.98 | 0.5 |
| Hex | FA | 80 | 3 | 0 | 31 | 63 | 2 | 1E | 62 | 32 |
| Octal | 372 | 200 | 3 | 0 | 61 | 143 | 2 | 36 | 142 | 62 |
| Binary | 11111010 | 10000000 | 11 | 0 | 110001 | 1100011 | 10 | 11110 | 1100010 | 110010 |
Color Harmonies of #FA8003
Complementary color
Monochromatic Colors of #FA8003
Black with #FA8003
Text Example
Text Example
White with #FA8003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8003; }
p { color: rgb(250,128,3); }
H1.HeaderClassName
{
color: #FA8003;
}
.AnyTagClassName
{
color: #FA8003;
}
</style>
background-color css
<style>
a { background-color: #FA8003; }
a { background-color: rgb(250,128,3); }
div.DivClassName
{
background-color: #FA8003;
}
.BgClassName
{
background-color: #FA8003;
}
</style>
border-color css
<style>
span { border-color: #FA8003; }
span { border-color: rgb(250,128,3); }
td.TdClassName
{
border-color: #FA8003;
}
.TagClassName
{
border-color: #FA8003;
}
</style>