Shades of Dark Orange #FF8B0A
Tints of Dark Orange #FF8B0A
RGB
CMYK
RGB Variations
Color information
#FF8B0A (or 0xFF8B0A) is known color: Dark Orange. HEX triplet: FF, 8B and 0A. RGB value is (255,139,10). Sum of RGB (Red+Green+Blue) = 255+139+10=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 10 (4.30% from 255 or 2.48% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8B0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8B0A is #0074F5. Grayscale: #9F9F9F. Windows color (decimal): -29942 or 691199. OLE color: 691199.
HSL color Cylindrical-coordinate representation of color #FF8B0A: hue angle of 31.59º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF8B0A is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 139 | 10 | - |
| CMYK | 0 | 0.45 | 0.96 | 0 |
| HSL | 31.59º | 1% | 0.52% | - |
| HSV(B) | 31.59º | 0.96% | 1% | - |
| XYZ | 50.53 | 39.75 | 5.3 | - |
| YUV | 158.98 | 43.93 | 196.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 139 | 10 | 0 | 0.45 | 0.96 | 0 | 31.59 | 1 | 0.52 |
| Hex | FF | 8B | A | 0 | 2D | 60 | 0 | 20 | 64 | 34 |
| Octal | 377 | 213 | 12 | 0 | 55 | 140 | 0 | 40 | 144 | 64 |
| Binary | 11111111 | 10001011 | 1010 | 0 | 101101 | 1100000 | 0 | 100000 | 1100100 | 110100 |
Color Harmonies of #FF8B0A
Complementary color
Monochromatic Colors of #FF8B0A
Black with #FF8B0A
Text Example
Text Example
White with #FF8B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8B0A; }
p { color: rgb(255,139,10); }
H1.HeaderClassName
{
color: #FF8B0A;
}
.AnyTagClassName
{
color: #FF8B0A;
}
</style>
background-color css
<style>
a { background-color: #FF8B0A; }
a { background-color: rgb(255,139,10); }
div.DivClassName
{
background-color: #FF8B0A;
}
.BgClassName
{
background-color: #FF8B0A;
}
</style>
border-color css
<style>
span { border-color: #FF8B0A; }
span { border-color: rgb(255,139,10); }
td.TdClassName
{
border-color: #FF8B0A;
}
.TagClassName
{
border-color: #FF8B0A;
}
</style>