Shades of Dark Tangerine #FF9B14
Tints of Dark Tangerine #FF9B14
RGB
CMYK
RGB Variations
Color information
#FF9B14 (or 0xFF9B14) is known color: Dark Tangerine. HEX triplet: FF, 9B and 14. RGB value is (255,155,20). Sum of RGB (Red+Green+Blue) = 255+155+20=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 20 (8.20% from 255 or 4.65% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9B14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9B14 is #0064EB. Grayscale: #AAAAAA. Windows color (decimal): -25836 or 1350655. OLE color: 1350655.
HSL color Cylindrical-coordinate representation of color #FF9B14: hue angle of 34.47º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF9B14 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 155 | 20 | - |
| CMYK | 0 | 0.39 | 0.92 | 0 |
| HSL | 34.47º | 1% | 0.54% | - |
| HSV(B) | 34.47º | 0.92% | 1% | - |
| XYZ | 53.09 | 44.75 | 6.5 | - |
| YUV | 169.51 | 43.63 | 188.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 155 | 20 | 0 | 0.39 | 0.92 | 0 | 34.47 | 1 | 0.54 |
| Hex | FF | 9B | 14 | 0 | 27 | 5C | 0 | 22 | 64 | 36 |
| Octal | 377 | 233 | 24 | 0 | 47 | 134 | 0 | 42 | 144 | 66 |
| Binary | 11111111 | 10011011 | 10100 | 0 | 100111 | 1011100 | 0 | 100010 | 1100100 | 110110 |
Color Harmonies of #FF9B14
Complementary color
Monochromatic Colors of #FF9B14
Black with #FF9B14
Text Example
Text Example
White with #FF9B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9B14; }
p { color: rgb(255,155,20); }
H1.HeaderClassName
{
color: #FF9B14;
}
.AnyTagClassName
{
color: #FF9B14;
}
</style>
background-color css
<style>
a { background-color: #FF9B14; }
a { background-color: rgb(255,155,20); }
div.DivClassName
{
background-color: #FF9B14;
}
.BgClassName
{
background-color: #FF9B14;
}
</style>
border-color css
<style>
span { border-color: #FF9B14; }
span { border-color: rgb(255,155,20); }
td.TdClassName
{
border-color: #FF9B14;
}
.TagClassName
{
border-color: #FF9B14;
}
</style>