Shades of Dark Orange #FF8D13
Tints of Dark Orange #FF8D13
RGB
CMYK
RGB Variations
Color information
#FF8D13 (or 0xFF8D13) is known color: Dark Orange. HEX triplet: FF, 8D and 13. RGB value is (255,141,19). Sum of RGB (Red+Green+Blue) = 255+141+19=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 19 (7.81% from 255 or 4.58% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8D13 is #0072EC. Grayscale: #A1A1A1. Windows color (decimal): -29421 or 1281535. OLE color: 1281535.
HSL color Cylindrical-coordinate representation of color #FF8D13: hue angle of 31.02º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF8D13 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 19 | - |
| CMYK | 0 | 0.45 | 0.93 | 0 |
| HSL | 31.02º | 1% | 0.54% | - |
| HSV(B) | 31.02º | 0.93% | 1% | - |
| XYZ | 50.88 | 40.36 | 5.72 | - |
| YUV | 161.18 | 47.77 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 19 | 0 | 0.45 | 0.93 | 0 | 31.02 | 1 | 0.54 |
| Hex | FF | 8D | 13 | 0 | 2D | 5D | 0 | 1F | 64 | 36 |
| Octal | 377 | 215 | 23 | 0 | 55 | 135 | 0 | 37 | 144 | 66 |
| Binary | 11111111 | 10001101 | 10011 | 0 | 101101 | 1011101 | 0 | 11111 | 1100100 | 110110 |
Color Harmonies of #FF8D13
Complementary color
Monochromatic Colors of #FF8D13
Black with #FF8D13
Text Example
Text Example
White with #FF8D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D13; }
p { color: rgb(255,141,19); }
H1.HeaderClassName
{
color: #FF8D13;
}
.AnyTagClassName
{
color: #FF8D13;
}
</style>
background-color css
<style>
a { background-color: #FF8D13; }
a { background-color: rgb(255,141,19); }
div.DivClassName
{
background-color: #FF8D13;
}
.BgClassName
{
background-color: #FF8D13;
}
</style>
border-color css
<style>
span { border-color: #FF8D13; }
span { border-color: rgb(255,141,19); }
td.TdClassName
{
border-color: #FF8D13;
}
.TagClassName
{
border-color: #FF8D13;
}
</style>