Shades of Dark Tangerine #FF9B0F
Tints of Dark Tangerine #FF9B0F
RGB
CMYK
RGB Variations
Color information
#FF9B0F (or 0xFF9B0F) is known color: Dark Tangerine. HEX triplet: FF, 9B and 0F. RGB value is (255,155,15). Sum of RGB (Red+Green+Blue) = 255+155+15=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 155 (60.94% from 255 or 36.47% from 425); Blue value is 15 (6.25% from 255 or 3.53% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9B0F is #0064F0. Grayscale: #A9A9A9. Windows color (decimal): -25841 or 1022975. OLE color: 1022975.
HSL color Cylindrical-coordinate representation of color #FF9B0F: hue angle of 35º 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 #FF9B0F is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 15 | - |
| CMYK | 0 | 0.39 | 0.94 | 0 |
| HSL | 35º | 1% | 0.53% | - |
| HSV(B) | 35º | 0.94% | 1% | - |
| XYZ | 53.05 | 44.74 | 6.29 | - |
| YUV | 168.94 | 41.13 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 15 | 0 | 0.39 | 0.94 | 0 | 35 | 1 | 0.53 |
| Hex | FF | 9B | F | 0 | 27 | 5E | 0 | 23 | 64 | 35 |
| Octal | 377 | 233 | 17 | 0 | 47 | 136 | 0 | 43 | 144 | 65 |
| Binary | 11111111 | 10011011 | 1111 | 0 | 100111 | 1011110 | 0 | 100011 | 1100100 | 110101 |
Color Harmonies of #FF9B0F
Complementary color
Monochromatic Colors of #FF9B0F
Black with #FF9B0F
Text Example
Text Example
White with #FF9B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9B0F; }
p { color: rgb(255,155,15); }
H1.HeaderClassName
{
color: #FF9B0F;
}
.AnyTagClassName
{
color: #FF9B0F;
}
</style>
background-color css
<style>
a { background-color: #FF9B0F; }
a { background-color: rgb(255,155,15); }
div.DivClassName
{
background-color: #FF9B0F;
}
.BgClassName
{
background-color: #FF9B0F;
}
</style>
border-color css
<style>
span { border-color: #FF9B0F; }
span { border-color: rgb(255,155,15); }
td.TdClassName
{
border-color: #FF9B0F;
}
.TagClassName
{
border-color: #FF9B0F;
}
</style>