Shades of Tangerine #FA8409
Tints of Tangerine #FA8409
RGB
CMYK
RGB Variations
Color information
#FA8409 (or 0xFA8409) is known color: Tangerine. HEX triplet: FA, 84 and 09. RGB value is (250,132,9). Sum of RGB (Red+Green+Blue) = 250+132+9=391 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.94% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 9 (3.91% from 255 or 2.30% from 391); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8409 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8409 is #057BF6. Grayscale: #999999. Windows color (decimal): -359415 or 623866. OLE color: 623866.
HSL color Cylindrical-coordinate representation of color #FA8409: hue angle of 30.62º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA8409 is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 132 | 9 | - |
| CMYK | 0 | 0.47 | 0.96 | 0.02 |
| HSL | 30.62º | 0.96% | 0.51% | - |
| HSV(B) | 30.62º | 0.96% | 0.98% | - |
| XYZ | 47.72 | 36.85 | 4.86 | - |
| YUV | 153.26 | 46.59 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 132 | 9 | 0 | 0.47 | 0.96 | 0.02 | 30.62 | 0.96 | 0.51 |
| Hex | FA | 84 | 9 | 0 | 2F | 60 | 2 | 1F | 60 | 33 |
| Octal | 372 | 204 | 11 | 0 | 57 | 140 | 2 | 37 | 140 | 63 |
| Binary | 11111010 | 10000100 | 1001 | 0 | 101111 | 1100000 | 10 | 11111 | 1100000 | 110011 |
Color Harmonies of #FA8409
Complementary color
Monochromatic Colors of #FA8409
Black with #FA8409
Text Example
Text Example
White with #FA8409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8409; }
p { color: rgb(250,132,9); }
H1.HeaderClassName
{
color: #FA8409;
}
.AnyTagClassName
{
color: #FA8409;
}
</style>
background-color css
<style>
a { background-color: #FA8409; }
a { background-color: rgb(250,132,9); }
div.DivClassName
{
background-color: #FA8409;
}
.BgClassName
{
background-color: #FA8409;
}
</style>
border-color css
<style>
span { border-color: #FA8409; }
span { border-color: rgb(250,132,9); }
td.TdClassName
{
border-color: #FA8409;
}
.TagClassName
{
border-color: #FA8409;
}
</style>