Shades of Dark Orange #FF8B0E
Tints of Dark Orange #FF8B0E
RGB
CMYK
RGB Variations
Color information
#FF8B0E (or 0xFF8B0E) is known color: Dark Orange. HEX triplet: FF, 8B and 0E. RGB value is (255,139,14). Sum of RGB (Red+Green+Blue) = 255+139+14=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 14 (5.86% from 255 or 3.43% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8B0E is #0074F1. Grayscale: #A0A0A0. Windows color (decimal): -29938 or 953343. OLE color: 953343.
HSL color Cylindrical-coordinate representation of color #FF8B0E: hue angle of 31.12º 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 #FF8B0E is Cyan = 0, Magento = 0.45, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 14 | - |
| CMYK | 0 | 0.45 | 0.95 | 0 |
| HSL | 31.12º | 1% | 0.53% | - |
| HSV(B) | 31.12º | 0.95% | 1% | - |
| XYZ | 50.55 | 39.76 | 5.42 | - |
| YUV | 159.43 | 45.93 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 14 | 0 | 0.45 | 0.95 | 0 | 31.12 | 1 | 0.53 |
| Hex | FF | 8B | E | 0 | 2D | 5F | 0 | 1F | 64 | 35 |
| Octal | 377 | 213 | 16 | 0 | 55 | 137 | 0 | 37 | 144 | 65 |
| Binary | 11111111 | 10001011 | 1110 | 0 | 101101 | 1011111 | 0 | 11111 | 1100100 | 110101 |
Color Harmonies of #FF8B0E
Complementary color
Monochromatic Colors of #FF8B0E
Black with #FF8B0E
Text Example
Text Example
White with #FF8B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8B0E; }
p { color: rgb(255,139,14); }
H1.HeaderClassName
{
color: #FF8B0E;
}
.AnyTagClassName
{
color: #FF8B0E;
}
</style>
background-color css
<style>
a { background-color: #FF8B0E; }
a { background-color: rgb(255,139,14); }
div.DivClassName
{
background-color: #FF8B0E;
}
.BgClassName
{
background-color: #FF8B0E;
}
</style>
border-color css
<style>
span { border-color: #FF8B0E; }
span { border-color: rgb(255,139,14); }
td.TdClassName
{
border-color: #FF8B0E;
}
.TagClassName
{
border-color: #FF8B0E;
}
</style>