Shades of Dark Tangerine #FF9E1D
Tints of Dark Tangerine #FF9E1D
RGB
CMYK
RGB Variations
Color information
#FF9E1D (or 0xFF9E1D) is known color: Dark Tangerine. HEX triplet: FF, 9E and 1D. RGB value is (255,158,29). Sum of RGB (Red+Green+Blue) = 255+158+29=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 158 (62.11% from 255 or 35.75% from 442); Blue value is 29 (11.72% from 255 or 6.56% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9E1D is #0061E2. Grayscale: #ACACAC. Windows color (decimal): -25059 or 1941247. OLE color: 1941247.
HSL color Cylindrical-coordinate representation of color #FF9E1D: hue angle of 34.25º 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 #FF9E1D is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 29 | - |
| CMYK | 0 | 0.38 | 0.89 | 0 |
| HSL | 34.25º | 1% | 0.56% | - |
| HSV(B) | 34.25º | 0.89% | 1% | - |
| XYZ | 53.69 | 45.8 | 7.17 | - |
| YUV | 172.3 | 47.14 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 29 | 0 | 0.38 | 0.89 | 0 | 34.25 | 1 | 0.56 |
| Hex | FF | 9E | 1D | 0 | 26 | 59 | 0 | 22 | 64 | 38 |
| Octal | 377 | 236 | 35 | 0 | 46 | 131 | 0 | 42 | 144 | 70 |
| Binary | 11111111 | 10011110 | 11101 | 0 | 100110 | 1011001 | 0 | 100010 | 1100100 | 111000 |
Color Harmonies of #FF9E1D
Complementary color
Monochromatic Colors of #FF9E1D
Black with #FF9E1D
Text Example
Text Example
White with #FF9E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9E1D; }
p { color: rgb(255,158,29); }
H1.HeaderClassName
{
color: #FF9E1D;
}
.AnyTagClassName
{
color: #FF9E1D;
}
</style>
background-color css
<style>
a { background-color: #FF9E1D; }
a { background-color: rgb(255,158,29); }
div.DivClassName
{
background-color: #FF9E1D;
}
.BgClassName
{
background-color: #FF9E1D;
}
</style>
border-color css
<style>
span { border-color: #FF9E1D; }
span { border-color: rgb(255,158,29); }
td.TdClassName
{
border-color: #FF9E1D;
}
.TagClassName
{
border-color: #FF9E1D;
}
</style>