Shades of Dark Tangerine #FF9919
Tints of Dark Tangerine #FF9919
RGB
CMYK
RGB Variations
Color information
#FF9919 (or 0xFF9919) is known color: Dark Tangerine. HEX triplet: FF, 99 and 19. RGB value is (255,153,25). Sum of RGB (Red+Green+Blue) = 255+153+25=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 25 (10.16% from 255 or 5.77% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9919 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9919 is #0066E6. Grayscale: #A9A9A9. Windows color (decimal): -26343 or 1677823. OLE color: 1677823.
HSL color Cylindrical-coordinate representation of color #FF9919: hue angle of 33.39º 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 #FF9919 is Cyan = 0, Magento = 0.4, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 25 | - |
| CMYK | 0 | 0.4 | 0.90 | 0 |
| HSL | 33.39º | 1% | 0.55% | - |
| HSV(B) | 33.39º | 0.9% | 1% | - |
| XYZ | 52.81 | 44.11 | 6.65 | - |
| YUV | 168.91 | 46.79 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 25 | 0 | 0.4 | 0.90 | 0 | 33.39 | 1 | 0.55 |
| Hex | FF | 99 | 19 | 0 | 28 | 5A | 0 | 21 | 64 | 37 |
| Octal | 377 | 231 | 31 | 0 | 50 | 132 | 0 | 41 | 144 | 67 |
| Binary | 11111111 | 10011001 | 11001 | 0 | 101000 | 1011010 | 0 | 100001 | 1100100 | 110111 |
Color Harmonies of #FF9919
Complementary color
Monochromatic Colors of #FF9919
Black with #FF9919
Text Example
Text Example
White with #FF9919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9919; }
p { color: rgb(255,153,25); }
H1.HeaderClassName
{
color: #FF9919;
}
.AnyTagClassName
{
color: #FF9919;
}
</style>
background-color css
<style>
a { background-color: #FF9919; }
a { background-color: rgb(255,153,25); }
div.DivClassName
{
background-color: #FF9919;
}
.BgClassName
{
background-color: #FF9919;
}
</style>
border-color css
<style>
span { border-color: #FF9919; }
span { border-color: rgb(255,153,25); }
td.TdClassName
{
border-color: #FF9919;
}
.TagClassName
{
border-color: #FF9919;
}
</style>