Shades of Dark Tangerine #FF9F1B
Tints of Dark Tangerine #FF9F1B
RGB
CMYK
RGB Variations
Color information
#FF9F1B (or 0xFF9F1B) is known color: Dark Tangerine. HEX triplet: FF, 9F and 1B. RGB value is (255,159,27). Sum of RGB (Red+Green+Blue) = 255+159+27=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 159 (62.5% from 255 or 36.05% from 441); Blue value is 27 (10.94% from 255 or 6.12% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9F1B is #0060E4. Grayscale: #ADADAD. Windows color (decimal): -24805 or 1810431. OLE color: 1810431.
HSL color Cylindrical-coordinate representation of color #FF9F1B: hue angle of 34.74º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF9F1B is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 27 | - |
| CMYK | 0 | 0.38 | 0.89 | 0 |
| HSL | 34.74º | 1% | 0.55% | - |
| HSV(B) | 34.74º | 0.89% | 1% | - |
| XYZ | 53.84 | 46.14 | 7.1 | - |
| YUV | 172.66 | 45.8 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 27 | 0 | 0.38 | 0.89 | 0 | 34.74 | 1 | 0.55 |
| Hex | FF | 9F | 1B | 0 | 26 | 59 | 0 | 23 | 64 | 37 |
| Octal | 377 | 237 | 33 | 0 | 46 | 131 | 0 | 43 | 144 | 67 |
| Binary | 11111111 | 10011111 | 11011 | 0 | 100110 | 1011001 | 0 | 100011 | 1100100 | 110111 |
Color Harmonies of #FF9F1B
Complementary color
Monochromatic Colors of #FF9F1B
Black with #FF9F1B
Text Example
Text Example
White with #FF9F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F1B; }
p { color: rgb(255,159,27); }
H1.HeaderClassName
{
color: #FF9F1B;
}
.AnyTagClassName
{
color: #FF9F1B;
}
</style>
background-color css
<style>
a { background-color: #FF9F1B; }
a { background-color: rgb(255,159,27); }
div.DivClassName
{
background-color: #FF9F1B;
}
.BgClassName
{
background-color: #FF9F1B;
}
</style>
border-color css
<style>
span { border-color: #FF9F1B; }
span { border-color: rgb(255,159,27); }
td.TdClassName
{
border-color: #FF9F1B;
}
.TagClassName
{
border-color: #FF9F1B;
}
</style>