Shades of Dark Orange #FF8D15
Tints of Dark Orange #FF8D15
RGB
CMYK
RGB Variations
Color information
#FF8D15 (or 0xFF8D15) is known color: Dark Orange. HEX triplet: FF, 8D and 15. RGB value is (255,141,21). Sum of RGB (Red+Green+Blue) = 255+141+21=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 21 (8.59% from 255 or 5.04% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8D15 is #0072EA. Grayscale: #A2A2A2. Windows color (decimal): -29419 or 1412607. OLE color: 1412607.
HSL color Cylindrical-coordinate representation of color #FF8D15: hue angle of 30.77º 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 #FF8D15 is Cyan = 0, Magento = 0.45, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 141 | 21 | - |
| CMYK | 0 | 0.45 | 0.92 | 0 |
| HSL | 30.77º | 1% | 0.54% | - |
| HSV(B) | 30.77º | 0.92% | 1% | - |
| XYZ | 50.9 | 40.36 | 5.82 | - |
| YUV | 161.41 | 48.77 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 141 | 21 | 0 | 0.45 | 0.92 | 0 | 30.77 | 1 | 0.54 |
| Hex | FF | 8D | 15 | 0 | 2D | 5C | 0 | 1F | 64 | 36 |
| Octal | 377 | 215 | 25 | 0 | 55 | 134 | 0 | 37 | 144 | 66 |
| Binary | 11111111 | 10001101 | 10101 | 0 | 101101 | 1011100 | 0 | 11111 | 1100100 | 110110 |
Color Harmonies of #FF8D15
Complementary color
Monochromatic Colors of #FF8D15
Black with #FF8D15
Text Example
Text Example
White with #FF8D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8D15; }
p { color: rgb(255,141,21); }
H1.HeaderClassName
{
color: #FF8D15;
}
.AnyTagClassName
{
color: #FF8D15;
}
</style>
background-color css
<style>
a { background-color: #FF8D15; }
a { background-color: rgb(255,141,21); }
div.DivClassName
{
background-color: #FF8D15;
}
.BgClassName
{
background-color: #FF8D15;
}
</style>
border-color css
<style>
span { border-color: #FF8D15; }
span { border-color: rgb(255,141,21); }
td.TdClassName
{
border-color: #FF8D15;
}
.TagClassName
{
border-color: #FF8D15;
}
</style>