Shades of Dark Tangerine #FF9F10
Tints of Dark Tangerine #FF9F10
RGB
CMYK
RGB Variations
Color information
#FF9F10 (or 0xFF9F10) is known color: Dark Tangerine. HEX triplet: FF, 9F and 10. RGB value is (255,159,16). Sum of RGB (Red+Green+Blue) = 255+159+16=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 159 (62.5% from 255 or 36.98% from 430); Blue value is 16 (6.64% from 255 or 3.72% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9F10 is #0060EF. Grayscale: #ACACAC. Windows color (decimal): -24816 or 1089535. OLE color: 1089535.
HSL color Cylindrical-coordinate representation of color #FF9F10: hue angle of 35.9º 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 #FF9F10 is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 16 | - |
| CMYK | 0 | 0.38 | 0.94 | 0 |
| HSL | 35.9º | 1% | 0.53% | - |
| HSV(B) | 35.9º | 0.94% | 1% | - |
| XYZ | 53.73 | 46.09 | 6.56 | - |
| YUV | 171.4 | 40.3 | 187.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 16 | 0 | 0.38 | 0.94 | 0 | 35.9 | 1 | 0.53 |
| Hex | FF | 9F | 10 | 0 | 26 | 5E | 0 | 24 | 64 | 35 |
| Octal | 377 | 237 | 20 | 0 | 46 | 136 | 0 | 44 | 144 | 65 |
| Binary | 11111111 | 10011111 | 10000 | 0 | 100110 | 1011110 | 0 | 100100 | 1100100 | 110101 |
Color Harmonies of #FF9F10
Complementary color
Monochromatic Colors of #FF9F10
Black with #FF9F10
Text Example
Text Example
White with #FF9F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F10; }
p { color: rgb(255,159,16); }
H1.HeaderClassName
{
color: #FF9F10;
}
.AnyTagClassName
{
color: #FF9F10;
}
</style>
background-color css
<style>
a { background-color: #FF9F10; }
a { background-color: rgb(255,159,16); }
div.DivClassName
{
background-color: #FF9F10;
}
.BgClassName
{
background-color: #FF9F10;
}
</style>
border-color css
<style>
span { border-color: #FF9F10; }
span { border-color: rgb(255,159,16); }
td.TdClassName
{
border-color: #FF9F10;
}
.TagClassName
{
border-color: #FF9F10;
}
</style>