Shades of Dark Tangerine #FA9F19
Tints of Dark Tangerine #FA9F19
RGB
CMYK
RGB Variations
Color information
#FA9F19 (or 0xFA9F19) is known color: Dark Tangerine. HEX triplet: FA, 9F and 19. RGB value is (250,159,25). Sum of RGB (Red+Green+Blue) = 250+159+25=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 25 (10.16% from 255 or 5.76% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9F19 is #0560E6. Grayscale: #ABABAB. Windows color (decimal): -352487 or 1679354. OLE color: 1679354.
HSL color Cylindrical-coordinate representation of color #FA9F19: hue angle of 35.73º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA9F19 is Cyan = 0, Magento = 0.36, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 159 | 25 | - |
| CMYK | 0 | 0.36 | 0.9 | 0.02 |
| HSL | 35.73º | 0.96% | 0.54% | - |
| HSV(B) | 35.73º | 0.9% | 0.98% | - |
| XYZ | 52 | 45.19 | 6.9 | - |
| YUV | 170.93 | 45.65 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 159 | 25 | 0 | 0.36 | 0.9 | 0.02 | 35.73 | 0.96 | 0.54 |
| Hex | FA | 9F | 19 | 0 | 24 | 5A | 2 | 24 | 60 | 36 |
| Octal | 372 | 237 | 31 | 0 | 44 | 132 | 2 | 44 | 140 | 66 |
| Binary | 11111010 | 10011111 | 11001 | 0 | 100100 | 1011010 | 10 | 100100 | 1100000 | 110110 |
Color Harmonies of #FA9F19
Complementary color
Monochromatic Colors of #FA9F19
Black with #FA9F19
Text Example
Text Example
White with #FA9F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9F19; }
p { color: rgb(250,159,25); }
H1.HeaderClassName
{
color: #FA9F19;
}
.AnyTagClassName
{
color: #FA9F19;
}
</style>
background-color css
<style>
a { background-color: #FA9F19; }
a { background-color: rgb(250,159,25); }
div.DivClassName
{
background-color: #FA9F19;
}
.BgClassName
{
background-color: #FA9F19;
}
</style>
border-color css
<style>
span { border-color: #FA9F19; }
span { border-color: rgb(250,159,25); }
td.TdClassName
{
border-color: #FA9F19;
}
.TagClassName
{
border-color: #FA9F19;
}
</style>