Shades of Tangerine #FA8506
Tints of Tangerine #FA8506
RGB
CMYK
RGB Variations
Color information
#FA8506 (or 0xFA8506) is known color: Tangerine. HEX triplet: FA, 85 and 06. RGB value is (250,133,6). Sum of RGB (Red+Green+Blue) = 250+133+6=389 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.27% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 6 (2.73% from 255 or 1.54% from 389); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8506 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8506 is #057AF9. Grayscale: #9A9A9A. Windows color (decimal): -359162 or 427514. OLE color: 427514.
HSL color Cylindrical-coordinate representation of color #FA8506: hue angle of 31.23º 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 #FA8506 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 6 | - |
| CMYK | 0 | 0.47 | 0.98 | 0.02 |
| HSL | 31.23º | 0.96% | 0.5% | - |
| HSV(B) | 31.23º | 0.98% | 0.98% | - |
| XYZ | 47.84 | 37.11 | 4.81 | - |
| YUV | 153.51 | 44.76 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 6 | 0 | 0.47 | 0.98 | 0.02 | 31.23 | 0.96 | 0.5 |
| Hex | FA | 85 | 6 | 0 | 2F | 62 | 2 | 1F | 60 | 32 |
| Octal | 372 | 205 | 6 | 0 | 57 | 142 | 2 | 37 | 140 | 62 |
| Binary | 11111010 | 10000101 | 110 | 0 | 101111 | 1100010 | 10 | 11111 | 1100000 | 110010 |
Color Harmonies of #FA8506
Complementary color
Monochromatic Colors of #FA8506
Black with #FA8506
Text Example
Text Example
White with #FA8506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8506; }
p { color: rgb(250,133,6); }
H1.HeaderClassName
{
color: #FA8506;
}
.AnyTagClassName
{
color: #FA8506;
}
</style>
background-color css
<style>
a { background-color: #FA8506; }
a { background-color: rgb(250,133,6); }
div.DivClassName
{
background-color: #FA8506;
}
.BgClassName
{
background-color: #FA8506;
}
</style>
border-color css
<style>
span { border-color: #FA8506; }
span { border-color: rgb(250,133,6); }
td.TdClassName
{
border-color: #FA8506;
}
.TagClassName
{
border-color: #FA8506;
}
</style>