Shades of Dark Tangerine #FF9611
Tints of Dark Tangerine #FF9611
RGB
CMYK
RGB Variations
Color information
#FF9611 (or 0xFF9611) is known color: Dark Tangerine. HEX triplet: FF, 96 and 11. RGB value is (255,150,17). Sum of RGB (Red+Green+Blue) = 255+150+17=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 17 (7.03% from 255 or 4.03% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9611 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9611 is #0069EE. Grayscale: #A6A6A6. Windows color (decimal): -27119 or 1152767. OLE color: 1152767.
HSL color Cylindrical-coordinate representation of color #FF9611: hue angle of 33.53º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF9611 is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 17 | - |
| CMYK | 0 | 0.41 | 0.93 | 0 |
| HSL | 33.53º | 1% | 0.53% | - |
| HSV(B) | 33.53º | 0.93% | 1% | - |
| XYZ | 52.25 | 43.11 | 6.1 | - |
| YUV | 166.23 | 43.79 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 17 | 0 | 0.41 | 0.93 | 0 | 33.53 | 1 | 0.53 |
| Hex | FF | 96 | 11 | 0 | 29 | 5D | 0 | 22 | 64 | 35 |
| Octal | 377 | 226 | 21 | 0 | 51 | 135 | 0 | 42 | 144 | 65 |
| Binary | 11111111 | 10010110 | 10001 | 0 | 101001 | 1011101 | 0 | 100010 | 1100100 | 110101 |
Color Harmonies of #FF9611
Complementary color
Monochromatic Colors of #FF9611
Black with #FF9611
Text Example
Text Example
White with #FF9611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9611; }
p { color: rgb(255,150,17); }
H1.HeaderClassName
{
color: #FF9611;
}
.AnyTagClassName
{
color: #FF9611;
}
</style>
background-color css
<style>
a { background-color: #FF9611; }
a { background-color: rgb(255,150,17); }
div.DivClassName
{
background-color: #FF9611;
}
.BgClassName
{
background-color: #FF9611;
}
</style>
border-color css
<style>
span { border-color: #FF9611; }
span { border-color: rgb(255,150,17); }
td.TdClassName
{
border-color: #FF9611;
}
.TagClassName
{
border-color: #FF9611;
}
</style>