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