Shades of Tangerine #FA8101
Tints of Tangerine #FA8101
RGB
CMYK
RGB Variations
Color information
#FA8101 (or 0xFA8101) is known color: Tangerine. HEX triplet: FA, 81 and 01. RGB value is (250,129,1). Sum of RGB (Red+Green+Blue) = 250+129+1=380 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.79% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 1 (0.78% from 255 or 0.26% from 380); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8101 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8101 is #057EFE. Grayscale: #979797. Windows color (decimal): -360191 or 98810. OLE color: 98810.
HSL color Cylindrical-coordinate representation of color #FA8101: hue angle of 30.84º 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 #FA8101 is Cyan = 0, Magento = 0.48, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 129 | 1 | - |
| CMYK | 0 | 0.48 | 1.00 | 0.02 |
| HSL | 30.84º | 0.99% | 0.49% | - |
| HSV(B) | 30.84º | 1% | 0.98% | - |
| XYZ | 47.28 | 36.03 | 4.49 | - |
| YUV | 150.59 | 43.59 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 129 | 1 | 0 | 0.48 | 1.00 | 0.02 | 30.84 | 0.99 | 0.49 |
| Hex | FA | 81 | 1 | 0 | 30 | 64 | 2 | 1F | 63 | 31 |
| Octal | 372 | 201 | 1 | 0 | 60 | 144 | 2 | 37 | 143 | 61 |
| Binary | 11111010 | 10000001 | 1 | 0 | 110000 | 1100100 | 10 | 11111 | 1100011 | 110001 |
Color Harmonies of #FA8101
Complementary color
Monochromatic Colors of #FA8101
Black with #FA8101
Text Example
Text Example
White with #FA8101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8101; }
p { color: rgb(250,129,1); }
H1.HeaderClassName
{
color: #FA8101;
}
.AnyTagClassName
{
color: #FA8101;
}
</style>
background-color css
<style>
a { background-color: #FA8101; }
a { background-color: rgb(250,129,1); }
div.DivClassName
{
background-color: #FA8101;
}
.BgClassName
{
background-color: #FA8101;
}
</style>
border-color css
<style>
span { border-color: #FA8101; }
span { border-color: rgb(250,129,1); }
td.TdClassName
{
border-color: #FA8101;
}
.TagClassName
{
border-color: #FA8101;
}
</style>