Shades of Dark Tangerine #FF9D0E
Tints of Dark Tangerine #FF9D0E
RGB
CMYK
RGB Variations
Color information
#FF9D0E (or 0xFF9D0E) is known color: Dark Tangerine. HEX triplet: FF, 9D and 0E. RGB value is (255,157,14). Sum of RGB (Red+Green+Blue) = 255+157+14=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 157 (61.72% from 255 or 36.85% from 426); Blue value is 14 (5.86% from 255 or 3.29% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9D0E is #0062F1. Grayscale: #AAAAAA. Windows color (decimal): -25330 or 957951. OLE color: 957951.
HSL color Cylindrical-coordinate representation of color #FF9D0E: hue angle of 35.6º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF9D0E is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 14 | - |
| CMYK | 0 | 0.38 | 0.95 | 0 |
| HSL | 35.6º | 1% | 0.53% | - |
| HSV(B) | 35.6º | 0.95% | 1% | - |
| XYZ | 53.38 | 45.41 | 6.37 | - |
| YUV | 170 | 39.97 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 14 | 0 | 0.38 | 0.95 | 0 | 35.6 | 1 | 0.53 |
| Hex | FF | 9D | E | 0 | 26 | 5F | 0 | 24 | 64 | 35 |
| Octal | 377 | 235 | 16 | 0 | 46 | 137 | 0 | 44 | 144 | 65 |
| Binary | 11111111 | 10011101 | 1110 | 0 | 100110 | 1011111 | 0 | 100100 | 1100100 | 110101 |
Color Harmonies of #FF9D0E
Complementary color
Monochromatic Colors of #FF9D0E
Black with #FF9D0E
Text Example
Text Example
White with #FF9D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9D0E; }
p { color: rgb(255,157,14); }
H1.HeaderClassName
{
color: #FF9D0E;
}
.AnyTagClassName
{
color: #FF9D0E;
}
</style>
background-color css
<style>
a { background-color: #FF9D0E; }
a { background-color: rgb(255,157,14); }
div.DivClassName
{
background-color: #FF9D0E;
}
.BgClassName
{
background-color: #FF9D0E;
}
</style>
border-color css
<style>
span { border-color: #FF9D0E; }
span { border-color: rgb(255,157,14); }
td.TdClassName
{
border-color: #FF9D0E;
}
.TagClassName
{
border-color: #FF9D0E;
}
</style>