Shades of Dark Orange #FF8F0E
Tints of Dark Orange #FF8F0E
RGB
CMYK
RGB Variations
Color information
#FF8F0E (or 0xFF8F0E) is known color: Dark Orange. HEX triplet: FF, 8F and 0E. RGB value is (255,143,14). Sum of RGB (Red+Green+Blue) = 255+143+14=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 14 (5.86% from 255 or 3.40% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8F0E is #0070F1. Grayscale: #A2A2A2. Windows color (decimal): -28914 or 954367. OLE color: 954367.
HSL color Cylindrical-coordinate representation of color #FF8F0E: hue angle of 32.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 #FF8F0E is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 14 | - |
| CMYK | 0 | 0.44 | 0.95 | 0 |
| HSL | 32.12º | 1% | 0.53% | - |
| HSV(B) | 32.12º | 0.95% | 1% | - |
| XYZ | 51.14 | 40.94 | 5.62 | - |
| YUV | 161.78 | 44.61 | 194.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 14 | 0 | 0.44 | 0.95 | 0 | 32.12 | 1 | 0.53 |
| Hex | FF | 8F | E | 0 | 2C | 5F | 0 | 20 | 64 | 35 |
| Octal | 377 | 217 | 16 | 0 | 54 | 137 | 0 | 40 | 144 | 65 |
| Binary | 11111111 | 10001111 | 1110 | 0 | 101100 | 1011111 | 0 | 100000 | 1100100 | 110101 |
Color Harmonies of #FF8F0E
Complementary color
Monochromatic Colors of #FF8F0E
Black with #FF8F0E
Text Example
Text Example
White with #FF8F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F0E; }
p { color: rgb(255,143,14); }
H1.HeaderClassName
{
color: #FF8F0E;
}
.AnyTagClassName
{
color: #FF8F0E;
}
</style>
background-color css
<style>
a { background-color: #FF8F0E; }
a { background-color: rgb(255,143,14); }
div.DivClassName
{
background-color: #FF8F0E;
}
.BgClassName
{
background-color: #FF8F0E;
}
</style>
border-color css
<style>
span { border-color: #FF8F0E; }
span { border-color: rgb(255,143,14); }
td.TdClassName
{
border-color: #FF8F0E;
}
.TagClassName
{
border-color: #FF8F0E;
}
</style>