Shades of Dark Tangerine #FF9A11
Tints of Dark Tangerine #FF9A11
RGB
CMYK
RGB Variations
Color information
#FF9A11 (or 0xFF9A11) is known color: Dark Tangerine. HEX triplet: FF, 9A and 11. RGB value is (255,154,17). Sum of RGB (Red+Green+Blue) = 255+154+17=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 17 (7.03% from 255 or 3.99% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9A11 is #0065EE. Grayscale: #A9A9A9. Windows color (decimal): -26095 or 1153791. OLE color: 1153791.
HSL color Cylindrical-coordinate representation of color #FF9A11: hue angle of 34.54º 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 #FF9A11 is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 17 | - |
| CMYK | 0 | 0.40 | 0.93 | 0 |
| HSL | 34.54º | 1% | 0.53% | - |
| HSV(B) | 34.54º | 0.93% | 1% | - |
| XYZ | 52.9 | 44.41 | 6.31 | - |
| YUV | 168.58 | 42.46 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 17 | 0 | 0.40 | 0.93 | 0 | 34.54 | 1 | 0.53 |
| Hex | FF | 9A | 11 | 0 | 28 | 5D | 0 | 23 | 64 | 35 |
| Octal | 377 | 232 | 21 | 0 | 50 | 135 | 0 | 43 | 144 | 65 |
| Binary | 11111111 | 10011010 | 10001 | 0 | 101000 | 1011101 | 0 | 100011 | 1100100 | 110101 |
Color Harmonies of #FF9A11
Complementary color
Monochromatic Colors of #FF9A11
Black with #FF9A11
Text Example
Text Example
White with #FF9A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9A11; }
p { color: rgb(255,154,17); }
H1.HeaderClassName
{
color: #FF9A11;
}
.AnyTagClassName
{
color: #FF9A11;
}
</style>
background-color css
<style>
a { background-color: #FF9A11; }
a { background-color: rgb(255,154,17); }
div.DivClassName
{
background-color: #FF9A11;
}
.BgClassName
{
background-color: #FF9A11;
}
</style>
border-color css
<style>
span { border-color: #FF9A11; }
span { border-color: rgb(255,154,17); }
td.TdClassName
{
border-color: #FF9A11;
}
.TagClassName
{
border-color: #FF9A11;
}
</style>