Shades of Dark Tangerine #FF9B0E
Tints of Dark Tangerine #FF9B0E
RGB
CMYK
RGB Variations
Color information
#FF9B0E (or 0xFF9B0E) is known color: Dark Tangerine. HEX triplet: FF, 9B and 0E. RGB value is (255,155,14). Sum of RGB (Red+Green+Blue) = 255+155+14=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 14 (5.86% from 255 or 3.30% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9B0E is #0064F1. Grayscale: #A9A9A9. Windows color (decimal): -25842 or 957439. OLE color: 957439.
HSL color Cylindrical-coordinate representation of color #FF9B0E: hue angle of 35.1º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF9B0E is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 14 | - |
| CMYK | 0 | 0.39 | 0.95 | 0 |
| HSL | 35.1º | 1% | 0.53% | - |
| HSV(B) | 35.1º | 0.95% | 1% | - |
| XYZ | 53.04 | 44.73 | 6.25 | - |
| YUV | 168.83 | 40.63 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 14 | 0 | 0.39 | 0.95 | 0 | 35.1 | 1 | 0.53 |
| Hex | FF | 9B | E | 0 | 27 | 5F | 0 | 23 | 64 | 35 |
| Octal | 377 | 233 | 16 | 0 | 47 | 137 | 0 | 43 | 144 | 65 |
| Binary | 11111111 | 10011011 | 1110 | 0 | 100111 | 1011111 | 0 | 100011 | 1100100 | 110101 |
Color Harmonies of #FF9B0E
Complementary color
Monochromatic Colors of #FF9B0E
Black with #FF9B0E
Text Example
Text Example
White with #FF9B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9B0E; }
p { color: rgb(255,155,14); }
H1.HeaderClassName
{
color: #FF9B0E;
}
.AnyTagClassName
{
color: #FF9B0E;
}
</style>
background-color css
<style>
a { background-color: #FF9B0E; }
a { background-color: rgb(255,155,14); }
div.DivClassName
{
background-color: #FF9B0E;
}
.BgClassName
{
background-color: #FF9B0E;
}
</style>
border-color css
<style>
span { border-color: #FF9B0E; }
span { border-color: rgb(255,155,14); }
td.TdClassName
{
border-color: #FF9B0E;
}
.TagClassName
{
border-color: #FF9B0E;
}
</style>