Shades of Dark Tangerine #FF9D14
Tints of Dark Tangerine #FF9D14
RGB
CMYK
RGB Variations
Color information
#FF9D14 (or 0xFF9D14) is known color: Dark Tangerine. HEX triplet: FF, 9D and 14. RGB value is (255,157,20). Sum of RGB (Red+Green+Blue) = 255+157+20=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 20 (8.20% from 255 or 4.63% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9D14 is #0062EB. Grayscale: #ABABAB. Windows color (decimal): -25324 or 1351167. OLE color: 1351167.
HSL color Cylindrical-coordinate representation of color #FF9D14: hue angle of 34.98º 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 #FF9D14 is Cyan = 0, Magento = 0.38, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 20 | - |
| CMYK | 0 | 0.38 | 0.92 | 0 |
| HSL | 34.98º | 1% | 0.54% | - |
| HSV(B) | 34.98º | 0.92% | 1% | - |
| XYZ | 53.42 | 45.42 | 6.61 | - |
| YUV | 170.68 | 42.97 | 188.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 20 | 0 | 0.38 | 0.92 | 0 | 34.98 | 1 | 0.54 |
| Hex | FF | 9D | 14 | 0 | 26 | 5C | 0 | 23 | 64 | 36 |
| Octal | 377 | 235 | 24 | 0 | 46 | 134 | 0 | 43 | 144 | 66 |
| Binary | 11111111 | 10011101 | 10100 | 0 | 100110 | 1011100 | 0 | 100011 | 1100100 | 110110 |
Color Harmonies of #FF9D14
Complementary color
Monochromatic Colors of #FF9D14
Black with #FF9D14
Text Example
Text Example
White with #FF9D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9D14; }
p { color: rgb(255,157,20); }
H1.HeaderClassName
{
color: #FF9D14;
}
.AnyTagClassName
{
color: #FF9D14;
}
</style>
background-color css
<style>
a { background-color: #FF9D14; }
a { background-color: rgb(255,157,20); }
div.DivClassName
{
background-color: #FF9D14;
}
.BgClassName
{
background-color: #FF9D14;
}
</style>
border-color css
<style>
span { border-color: #FF9D14; }
span { border-color: rgb(255,157,20); }
td.TdClassName
{
border-color: #FF9D14;
}
.TagClassName
{
border-color: #FF9D14;
}
</style>