Shades of Dark Tangerine #FF9A10
Tints of Dark Tangerine #FF9A10
RGB
CMYK
RGB Variations
Color information
#FF9A10 (or 0xFF9A10) is known color: Dark Tangerine. HEX triplet: FF, 9A and 10. RGB value is (255,154,16). Sum of RGB (Red+Green+Blue) = 255+154+16=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 16 (6.64% from 255 or 3.76% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9A10 is #0065EF. Grayscale: #A9A9A9. Windows color (decimal): -26096 or 1088255. OLE color: 1088255.
HSL color Cylindrical-coordinate representation of color #FF9A10: hue angle of 34.64º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF9A10 is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 154 | 16 | - |
| CMYK | 0 | 0.40 | 0.94 | 0 |
| HSL | 34.64º | 1% | 0.53% | - |
| HSV(B) | 34.64º | 0.94% | 1% | - |
| XYZ | 52.89 | 44.41 | 6.27 | - |
| YUV | 168.47 | 41.96 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 154 | 16 | 0 | 0.40 | 0.94 | 0 | 34.64 | 1 | 0.53 |
| Hex | FF | 9A | 10 | 0 | 28 | 5E | 0 | 23 | 64 | 35 |
| Octal | 377 | 232 | 20 | 0 | 50 | 136 | 0 | 43 | 144 | 65 |
| Binary | 11111111 | 10011010 | 10000 | 0 | 101000 | 1011110 | 0 | 100011 | 1100100 | 110101 |
Color Harmonies of #FF9A10
Complementary color
Monochromatic Colors of #FF9A10
Black with #FF9A10
Text Example
Text Example
White with #FF9A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9A10; }
p { color: rgb(255,154,16); }
H1.HeaderClassName
{
color: #FF9A10;
}
.AnyTagClassName
{
color: #FF9A10;
}
</style>
background-color css
<style>
a { background-color: #FF9A10; }
a { background-color: rgb(255,154,16); }
div.DivClassName
{
background-color: #FF9A10;
}
.BgClassName
{
background-color: #FF9A10;
}
</style>
border-color css
<style>
span { border-color: #FF9A10; }
span { border-color: rgb(255,154,16); }
td.TdClassName
{
border-color: #FF9A10;
}
.TagClassName
{
border-color: #FF9A10;
}
</style>