Shades of Dark Tangerine #FF9F1D
Tints of Dark Tangerine #FF9F1D
RGB
CMYK
RGB Variations
Color information
#FF9F1D (or 0xFF9F1D) is known color: Dark Tangerine. HEX triplet: FF, 9F and 1D. RGB value is (255,159,29). Sum of RGB (Red+Green+Blue) = 255+159+29=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 159 (62.5% from 255 or 35.89% from 443); Blue value is 29 (11.72% from 255 or 6.55% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9F1D is #0060E2. Grayscale: #ADADAD. Windows color (decimal): -24803 or 1941503. OLE color: 1941503.
HSL color Cylindrical-coordinate representation of color #FF9F1D: hue angle of 34.51º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF9F1D is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 29 | - |
| CMYK | 0 | 0.38 | 0.89 | 0 |
| HSL | 34.51º | 1% | 0.56% | - |
| HSV(B) | 34.51º | 0.89% | 1% | - |
| XYZ | 53.86 | 46.14 | 7.23 | - |
| YUV | 172.88 | 46.8 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 29 | 0 | 0.38 | 0.89 | 0 | 34.51 | 1 | 0.56 |
| Hex | FF | 9F | 1D | 0 | 26 | 59 | 0 | 23 | 64 | 38 |
| Octal | 377 | 237 | 35 | 0 | 46 | 131 | 0 | 43 | 144 | 70 |
| Binary | 11111111 | 10011111 | 11101 | 0 | 100110 | 1011001 | 0 | 100011 | 1100100 | 111000 |
Color Harmonies of #FF9F1D
Complementary color
Monochromatic Colors of #FF9F1D
Black with #FF9F1D
Text Example
Text Example
White with #FF9F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9F1D; }
p { color: rgb(255,159,29); }
H1.HeaderClassName
{
color: #FF9F1D;
}
.AnyTagClassName
{
color: #FF9F1D;
}
</style>
background-color css
<style>
a { background-color: #FF9F1D; }
a { background-color: rgb(255,159,29); }
div.DivClassName
{
background-color: #FF9F1D;
}
.BgClassName
{
background-color: #FF9F1D;
}
</style>
border-color css
<style>
span { border-color: #FF9F1D; }
span { border-color: rgb(255,159,29); }
td.TdClassName
{
border-color: #FF9F1D;
}
.TagClassName
{
border-color: #FF9F1D;
}
</style>