Shades of Dark Tangerine #FF9F19
Tints of Dark Tangerine #FF9F19
RGB
CMYK
RGB Variations
Color information
#FF9F19 (or 0xFF9F19) is known color: Dark Tangerine. HEX triplet: FF, 9F and 19. RGB value is (255,159,25). Sum of RGB (Red+Green+Blue) = 255+159+25=439 (58% of max value = 765). Red value is 255 (100% from 255 or 58.09% from 439); Green value is 159 (62.5% from 255 or 36.22% from 439); Blue value is 25 (10.16% from 255 or 5.69% from 439); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9F19 is #0060E6. Grayscale: #ADADAD. Windows color (decimal): -24807 or 1679359. OLE color: 1679359.
HSL color Cylindrical-coordinate representation of color #FF9F19: hue angle of 34.96º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF9F19 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 25 | - |
| CMYK | 0 | 0.38 | 0.90 | 0 |
| HSL | 34.96º | 1% | 0.55% | - |
| HSV(B) | 34.96º | 0.9% | 1% | - |
| XYZ | 53.81 | 46.13 | 6.99 | - |
| YUV | 172.43 | 44.8 | 186.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 25 | 0 | 0.38 | 0.90 | 0 | 34.96 | 1 | 0.55 |
| Hex | FF | 9F | 19 | 0 | 26 | 5A | 0 | 23 | 64 | 37 |
| Octal | 377 | 237 | 31 | 0 | 46 | 132 | 0 | 43 | 144 | 67 |
| Binary | 11111111 | 10011111 | 11001 | 0 | 100110 | 1011010 | 0 | 100011 | 1100100 | 110111 |
Color Harmonies of #FF9F19
Complementary color
Monochromatic Colors of #FF9F19
Black with #FF9F19
Text Example
Text Example
White with #FF9F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F19; }
p { color: rgb(255,159,25); }
H1.HeaderClassName
{
color: #FF9F19;
}
.AnyTagClassName
{
color: #FF9F19;
}
</style>
background-color css
<style>
a { background-color: #FF9F19; }
a { background-color: rgb(255,159,25); }
div.DivClassName
{
background-color: #FF9F19;
}
.BgClassName
{
background-color: #FF9F19;
}
</style>
border-color css
<style>
span { border-color: #FF9F19; }
span { border-color: rgb(255,159,25); }
td.TdClassName
{
border-color: #FF9F19;
}
.TagClassName
{
border-color: #FF9F19;
}
</style>