Shades of Dark Tangerine #FF9F0F
Tints of Dark Tangerine #FF9F0F
RGB
CMYK
RGB Variations
Color information
#FF9F0F (or 0xFF9F0F) is known color: Dark Tangerine. HEX triplet: FF, 9F and 0F. RGB value is (255,159,15). Sum of RGB (Red+Green+Blue) = 255+159+15=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 15 (6.25% from 255 or 3.50% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9F0F is #0060F0. Grayscale: #ABABAB. Windows color (decimal): -24817 or 1023999. OLE color: 1023999.
HSL color Cylindrical-coordinate representation of color #FF9F0F: hue angle of 36º 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 #FF9F0F is Cyan = 0, Magento = 0.38, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 15 | - |
| CMYK | 0 | 0.38 | 0.94 | 0 |
| HSL | 36º | 1% | 0.53% | - |
| HSV(B) | 36º | 0.94% | 1% | - |
| XYZ | 53.72 | 46.09 | 6.52 | - |
| YUV | 171.29 | 39.8 | 187.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 15 | 0 | 0.38 | 0.94 | 0 | 36 | 1 | 0.53 |
| Hex | FF | 9F | F | 0 | 26 | 5E | 0 | 24 | 64 | 35 |
| Octal | 377 | 237 | 17 | 0 | 46 | 136 | 0 | 44 | 144 | 65 |
| Binary | 11111111 | 10011111 | 1111 | 0 | 100110 | 1011110 | 0 | 100100 | 1100100 | 110101 |
Color Harmonies of #FF9F0F
Complementary color
Monochromatic Colors of #FF9F0F
Black with #FF9F0F
Text Example
Text Example
White with #FF9F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F0F; }
p { color: rgb(255,159,15); }
H1.HeaderClassName
{
color: #FF9F0F;
}
.AnyTagClassName
{
color: #FF9F0F;
}
</style>
background-color css
<style>
a { background-color: #FF9F0F; }
a { background-color: rgb(255,159,15); }
div.DivClassName
{
background-color: #FF9F0F;
}
.BgClassName
{
background-color: #FF9F0F;
}
</style>
border-color css
<style>
span { border-color: #FF9F0F; }
span { border-color: rgb(255,159,15); }
td.TdClassName
{
border-color: #FF9F0F;
}
.TagClassName
{
border-color: #FF9F0F;
}
</style>