Shades of Dark Orange #FF8D0E
Tints of Dark Orange #FF8D0E
RGB
CMYK
RGB Variations
Color information
#FF8D0E (or 0xFF8D0E) is known color: Dark Orange. HEX triplet: FF, 8D and 0E. RGB value is (255,141,14). Sum of RGB (Red+Green+Blue) = 255+141+14=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 14 (5.86% from 255 or 3.41% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8D0E is #0072F1. Grayscale: #A1A1A1. Windows color (decimal): -29426 or 953855. OLE color: 953855.
HSL color Cylindrical-coordinate representation of color #FF8D0E: hue angle of 31.62º 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 #FF8D0E is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 14 | - |
| CMYK | 0 | 0.45 | 0.95 | 0 |
| HSL | 31.62º | 1% | 0.53% | - |
| HSV(B) | 31.62º | 0.95% | 1% | - |
| XYZ | 50.84 | 40.34 | 5.52 | - |
| YUV | 160.61 | 45.27 | 195.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 14 | 0 | 0.45 | 0.95 | 0 | 31.62 | 1 | 0.53 |
| Hex | FF | 8D | E | 0 | 2D | 5F | 0 | 20 | 64 | 35 |
| Octal | 377 | 215 | 16 | 0 | 55 | 137 | 0 | 40 | 144 | 65 |
| Binary | 11111111 | 10001101 | 1110 | 0 | 101101 | 1011111 | 0 | 100000 | 1100100 | 110101 |
Color Harmonies of #FF8D0E
Complementary color
Monochromatic Colors of #FF8D0E
Black with #FF8D0E
Text Example
Text Example
White with #FF8D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D0E; }
p { color: rgb(255,141,14); }
H1.HeaderClassName
{
color: #FF8D0E;
}
.AnyTagClassName
{
color: #FF8D0E;
}
</style>
background-color css
<style>
a { background-color: #FF8D0E; }
a { background-color: rgb(255,141,14); }
div.DivClassName
{
background-color: #FF8D0E;
}
.BgClassName
{
background-color: #FF8D0E;
}
</style>
border-color css
<style>
span { border-color: #FF8D0E; }
span { border-color: rgb(255,141,14); }
td.TdClassName
{
border-color: #FF8D0E;
}
.TagClassName
{
border-color: #FF8D0E;
}
</style>