Shades of Tangerine #FA8501
Tints of Tangerine #FA8501
RGB
CMYK
RGB Variations
Color information
#FA8501 (or 0xFA8501) is known color: Tangerine. HEX triplet: FA, 85 and 01. RGB value is (250,133,1). Sum of RGB (Red+Green+Blue) = 250+133+1=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 1 (0.78% from 255 or 0.26% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8501 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8501 is #057AFE. Grayscale: #999999. Windows color (decimal): -359167 or 99834. OLE color: 99834.
HSL color Cylindrical-coordinate representation of color #FA8501: hue angle of 31.81º 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 #FA8501 is Cyan = 0, Magento = 0.47, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 1 | - |
| CMYK | 0 | 0.47 | 1.00 | 0.02 |
| HSL | 31.81º | 0.99% | 0.49% | - |
| HSV(B) | 31.81º | 1% | 0.98% | - |
| XYZ | 47.82 | 37.1 | 4.67 | - |
| YUV | 152.94 | 42.26 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 1 | 0 | 0.47 | 1.00 | 0.02 | 31.81 | 0.99 | 0.49 |
| Hex | FA | 85 | 1 | 0 | 2F | 64 | 2 | 20 | 63 | 31 |
| Octal | 372 | 205 | 1 | 0 | 57 | 144 | 2 | 40 | 143 | 61 |
| Binary | 11111010 | 10000101 | 1 | 0 | 101111 | 1100100 | 10 | 100000 | 1100011 | 110001 |
Color Harmonies of #FA8501
Complementary color
Monochromatic Colors of #FA8501
Black with #FA8501
Text Example
Text Example
White with #FA8501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8501; }
p { color: rgb(250,133,1); }
H1.HeaderClassName
{
color: #FA8501;
}
.AnyTagClassName
{
color: #FA8501;
}
</style>
background-color css
<style>
a { background-color: #FA8501; }
a { background-color: rgb(250,133,1); }
div.DivClassName
{
background-color: #FA8501;
}
.BgClassName
{
background-color: #FA8501;
}
</style>
border-color css
<style>
span { border-color: #FA8501; }
span { border-color: rgb(250,133,1); }
td.TdClassName
{
border-color: #FA8501;
}
.TagClassName
{
border-color: #FA8501;
}
</style>