Shades of Dark Tangerine #FF9617
Tints of Dark Tangerine #FF9617
RGB
CMYK
RGB Variations
Color information
#FF9617 (or 0xFF9617) is known color: Dark Tangerine. HEX triplet: FF, 96 and 17. RGB value is (255,150,23). Sum of RGB (Red+Green+Blue) = 255+150+23=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 23 (9.38% from 255 or 5.37% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9617 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9617 is #0069E8. Grayscale: #A7A7A7. Windows color (decimal): -27113 or 1545983. OLE color: 1545983.
HSL color Cylindrical-coordinate representation of color #FF9617: hue angle of 32.84º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF9617 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 23 | - |
| CMYK | 0 | 0.41 | 0.91 | 0 |
| HSL | 32.84º | 1% | 0.55% | - |
| HSV(B) | 32.84º | 0.91% | 1% | - |
| XYZ | 52.3 | 43.13 | 6.38 | - |
| YUV | 166.92 | 46.79 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 23 | 0 | 0.41 | 0.91 | 0 | 32.84 | 1 | 0.55 |
| Hex | FF | 96 | 17 | 0 | 29 | 5B | 0 | 21 | 64 | 37 |
| Octal | 377 | 226 | 27 | 0 | 51 | 133 | 0 | 41 | 144 | 67 |
| Binary | 11111111 | 10010110 | 10111 | 0 | 101001 | 1011011 | 0 | 100001 | 1100100 | 110111 |
Color Harmonies of #FF9617
Complementary color
Monochromatic Colors of #FF9617
Black with #FF9617
Text Example
Text Example
White with #FF9617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9617; }
p { color: rgb(255,150,23); }
H1.HeaderClassName
{
color: #FF9617;
}
.AnyTagClassName
{
color: #FF9617;
}
</style>
background-color css
<style>
a { background-color: #FF9617; }
a { background-color: rgb(255,150,23); }
div.DivClassName
{
background-color: #FF9617;
}
.BgClassName
{
background-color: #FF9617;
}
</style>
border-color css
<style>
span { border-color: #FF9617; }
span { border-color: rgb(255,150,23); }
td.TdClassName
{
border-color: #FF9617;
}
.TagClassName
{
border-color: #FF9617;
}
</style>