Shades of Dark Orange #FF8D14
Tints of Dark Orange #FF8D14
RGB
CMYK
RGB Variations
Color information
#FF8D14 (or 0xFF8D14) is known color: Dark Orange. HEX triplet: FF, 8D and 14. RGB value is (255,141,20). Sum of RGB (Red+Green+Blue) = 255+141+20=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 20 (8.20% from 255 or 4.81% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8D14 is #0072EB. Grayscale: #A1A1A1. Windows color (decimal): -29420 or 1347071. OLE color: 1347071.
HSL color Cylindrical-coordinate representation of color #FF8D14: hue angle of 30.89º 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 #FF8D14 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 20 | - |
| CMYK | 0 | 0.45 | 0.92 | 0 |
| HSL | 30.89º | 1% | 0.54% | - |
| HSV(B) | 30.89º | 0.92% | 1% | - |
| XYZ | 50.89 | 40.36 | 5.77 | - |
| YUV | 161.29 | 48.27 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 20 | 0 | 0.45 | 0.92 | 0 | 30.89 | 1 | 0.54 |
| Hex | FF | 8D | 14 | 0 | 2D | 5C | 0 | 1F | 64 | 36 |
| Octal | 377 | 215 | 24 | 0 | 55 | 134 | 0 | 37 | 144 | 66 |
| Binary | 11111111 | 10001101 | 10100 | 0 | 101101 | 1011100 | 0 | 11111 | 1100100 | 110110 |
Color Harmonies of #FF8D14
Complementary color
Monochromatic Colors of #FF8D14
Black with #FF8D14
Text Example
Text Example
White with #FF8D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D14; }
p { color: rgb(255,141,20); }
H1.HeaderClassName
{
color: #FF8D14;
}
.AnyTagClassName
{
color: #FF8D14;
}
</style>
background-color css
<style>
a { background-color: #FF8D14; }
a { background-color: rgb(255,141,20); }
div.DivClassName
{
background-color: #FF8D14;
}
.BgClassName
{
background-color: #FF8D14;
}
</style>
border-color css
<style>
span { border-color: #FF8D14; }
span { border-color: rgb(255,141,20); }
td.TdClassName
{
border-color: #FF8D14;
}
.TagClassName
{
border-color: #FF8D14;
}
</style>