Shades of Dark Tangerine #FF9D1D
Tints of Dark Tangerine #FF9D1D
RGB
CMYK
RGB Variations
Color information
#FF9D1D (or 0xFF9D1D) is known color: Dark Tangerine. HEX triplet: FF, 9D and 1D. RGB value is (255,157,29). Sum of RGB (Red+Green+Blue) = 255+157+29=441 (58% of max value = 765). Red value is 255 (100% from 255 or 57.82% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 29 (11.72% from 255 or 6.58% from 441); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF9D1D is #0062E2. Grayscale: #ACACAC. Windows color (decimal): -25315 or 1940991. OLE color: 1940991.
HSL color Cylindrical-coordinate representation of color #FF9D1D: hue angle of 33.98º 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 #FF9D1D is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 29 | - |
| CMYK | 0 | 0.38 | 0.89 | 0 |
| HSL | 33.98º | 1% | 0.56% | - |
| HSV(B) | 33.98º | 0.89% | 1% | - |
| XYZ | 53.52 | 45.46 | 7.12 | - |
| YUV | 171.71 | 47.47 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 29 | 0 | 0.38 | 0.89 | 0 | 33.98 | 1 | 0.56 |
| Hex | FF | 9D | 1D | 0 | 26 | 59 | 0 | 22 | 64 | 38 |
| Octal | 377 | 235 | 35 | 0 | 46 | 131 | 0 | 42 | 144 | 70 |
| Binary | 11111111 | 10011101 | 11101 | 0 | 100110 | 1011001 | 0 | 100010 | 1100100 | 111000 |
Color Harmonies of #FF9D1D
Complementary color
Monochromatic Colors of #FF9D1D
Black with #FF9D1D
Text Example
Text Example
White with #FF9D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9D1D; }
p { color: rgb(255,157,29); }
H1.HeaderClassName
{
color: #FF9D1D;
}
.AnyTagClassName
{
color: #FF9D1D;
}
</style>
background-color css
<style>
a { background-color: #FF9D1D; }
a { background-color: rgb(255,157,29); }
div.DivClassName
{
background-color: #FF9D1D;
}
.BgClassName
{
background-color: #FF9D1D;
}
</style>
border-color css
<style>
span { border-color: #FF9D1D; }
span { border-color: rgb(255,157,29); }
td.TdClassName
{
border-color: #FF9D1D;
}
.TagClassName
{
border-color: #FF9D1D;
}
</style>