Shades of Dark Tangerine #FF9A19
Tints of Dark Tangerine #FF9A19
RGB
CMYK
RGB Variations
Color information
#FF9A19 (or 0xFF9A19) is known color: Dark Tangerine. HEX triplet: FF, 9A and 19. RGB value is (255,154,25). Sum of RGB (Red+Green+Blue) = 255+154+25=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 25 (10.16% from 255 or 5.76% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9A19 is #0065E6. Grayscale: #AAAAAA. Windows color (decimal): -26087 or 1678079. OLE color: 1678079.
HSL color Cylindrical-coordinate representation of color #FF9A19: hue angle of 33.65º 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 #FF9A19 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 25 | - |
| CMYK | 0 | 0.40 | 0.90 | 0 |
| HSL | 33.65º | 1% | 0.55% | - |
| HSV(B) | 33.65º | 0.9% | 1% | - |
| XYZ | 52.97 | 44.44 | 6.71 | - |
| YUV | 169.49 | 46.46 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 25 | 0 | 0.40 | 0.90 | 0 | 33.65 | 1 | 0.55 |
| Hex | FF | 9A | 19 | 0 | 28 | 5A | 0 | 22 | 64 | 37 |
| Octal | 377 | 232 | 31 | 0 | 50 | 132 | 0 | 42 | 144 | 67 |
| Binary | 11111111 | 10011010 | 11001 | 0 | 101000 | 1011010 | 0 | 100010 | 1100100 | 110111 |
Color Harmonies of #FF9A19
Complementary color
Monochromatic Colors of #FF9A19
Black with #FF9A19
Text Example
Text Example
White with #FF9A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9A19; }
p { color: rgb(255,154,25); }
H1.HeaderClassName
{
color: #FF9A19;
}
.AnyTagClassName
{
color: #FF9A19;
}
</style>
background-color css
<style>
a { background-color: #FF9A19; }
a { background-color: rgb(255,154,25); }
div.DivClassName
{
background-color: #FF9A19;
}
.BgClassName
{
background-color: #FF9A19;
}
</style>
border-color css
<style>
span { border-color: #FF9A19; }
span { border-color: rgb(255,154,25); }
td.TdClassName
{
border-color: #FF9A19;
}
.TagClassName
{
border-color: #FF9A19;
}
</style>