Shades of Tangerine #FA8410
Tints of Tangerine #FA8410
RGB
CMYK
RGB Variations
Color information
#FA8410 (or 0xFA8410) is known color: Tangerine. HEX triplet: FA, 84 and 10. RGB value is (250,132,16). Sum of RGB (Red+Green+Blue) = 250+132+16=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 16 (6.64% from 255 or 4.02% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8410 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8410 is #057BEF. Grayscale: #9A9A9A. Windows color (decimal): -359408 or 1082618. OLE color: 1082618.
HSL color Cylindrical-coordinate representation of color #FA8410: hue angle of 29.74º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA8410 is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 132 | 16 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.02 |
| HSL | 29.74º | 0.96% | 0.52% | - |
| HSV(B) | 29.74º | 0.94% | 0.98% | - |
| XYZ | 47.77 | 36.86 | 5.09 | - |
| YUV | 154.06 | 50.09 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 132 | 16 | 0 | 0.47 | 0.94 | 0.02 | 29.74 | 0.96 | 0.52 |
| Hex | FA | 84 | 10 | 0 | 2F | 5E | 2 | 1E | 60 | 34 |
| Octal | 372 | 204 | 20 | 0 | 57 | 136 | 2 | 36 | 140 | 64 |
| Binary | 11111010 | 10000100 | 10000 | 0 | 101111 | 1011110 | 10 | 11110 | 1100000 | 110100 |
Color Harmonies of #FA8410
Complementary color
Monochromatic Colors of #FA8410
Black with #FA8410
Text Example
Text Example
White with #FA8410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8410; }
p { color: rgb(250,132,16); }
H1.HeaderClassName
{
color: #FA8410;
}
.AnyTagClassName
{
color: #FA8410;
}
</style>
background-color css
<style>
a { background-color: #FA8410; }
a { background-color: rgb(250,132,16); }
div.DivClassName
{
background-color: #FA8410;
}
.BgClassName
{
background-color: #FA8410;
}
</style>
border-color css
<style>
span { border-color: #FA8410; }
span { border-color: rgb(250,132,16); }
td.TdClassName
{
border-color: #FA8410;
}
.TagClassName
{
border-color: #FA8410;
}
</style>