Shades of Tangerine #FA8105
Tints of Tangerine #FA8105
RGB
CMYK
RGB Variations
Color information
#FA8105 (or 0xFA8105) is known color: Tangerine. HEX triplet: FA, 81 and 05. RGB value is (250,129,5). Sum of RGB (Red+Green+Blue) = 250+129+5=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 5 (2.34% from 255 or 1.30% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8105 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8105 is #057EFA. Grayscale: #979797. Windows color (decimal): -360187 or 360954. OLE color: 360954.
HSL color Cylindrical-coordinate representation of color #FA8105: hue angle of 30.37º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA8105 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 129 | 5 | - |
| CMYK | 0 | 0.48 | 0.98 | 0.02 |
| HSL | 30.37º | 0.96% | 0.5% | - |
| HSV(B) | 30.37º | 0.98% | 0.98% | - |
| XYZ | 47.3 | 36.04 | 4.61 | - |
| YUV | 151.04 | 45.59 | 198.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 129 | 5 | 0 | 0.48 | 0.98 | 0.02 | 30.37 | 0.96 | 0.5 |
| Hex | FA | 81 | 5 | 0 | 30 | 62 | 2 | 1E | 60 | 32 |
| Octal | 372 | 201 | 5 | 0 | 60 | 142 | 2 | 36 | 140 | 62 |
| Binary | 11111010 | 10000001 | 101 | 0 | 110000 | 1100010 | 10 | 11110 | 1100000 | 110010 |
Color Harmonies of #FA8105
Complementary color
Monochromatic Colors of #FA8105
Black with #FA8105
Text Example
Text Example
White with #FA8105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8105; }
p { color: rgb(250,129,5); }
H1.HeaderClassName
{
color: #FA8105;
}
.AnyTagClassName
{
color: #FA8105;
}
</style>
background-color css
<style>
a { background-color: #FA8105; }
a { background-color: rgb(250,129,5); }
div.DivClassName
{
background-color: #FA8105;
}
.BgClassName
{
background-color: #FA8105;
}
</style>
border-color css
<style>
span { border-color: #FA8105; }
span { border-color: rgb(250,129,5); }
td.TdClassName
{
border-color: #FA8105;
}
.TagClassName
{
border-color: #FA8105;
}
</style>