Shades of Dark Orange #FF8A0B
Tints of Dark Orange #FF8A0B
RGB
CMYK
RGB Variations
Color information
#FF8A0B (or 0xFF8A0B) is known color: Dark Orange. HEX triplet: FF, 8A and 0B. RGB value is (255,138,11). Sum of RGB (Red+Green+Blue) = 255+138+11=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 11 (4.69% from 255 or 2.72% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8A0B is #0075F4. Grayscale: #9F9F9F. Windows color (decimal): -30197 or 756479. OLE color: 756479.
HSL color Cylindrical-coordinate representation of color #FF8A0B: hue angle of 31.23º 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 #FF8A0B is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 11 | - |
| CMYK | 0 | 0.46 | 0.96 | 0 |
| HSL | 31.23º | 1% | 0.52% | - |
| HSV(B) | 31.23º | 0.96% | 1% | - |
| XYZ | 50.39 | 39.46 | 5.28 | - |
| YUV | 158.51 | 44.76 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 11 | 0 | 0.46 | 0.96 | 0 | 31.23 | 1 | 0.52 |
| Hex | FF | 8A | B | 0 | 2E | 60 | 0 | 1F | 64 | 34 |
| Octal | 377 | 212 | 13 | 0 | 56 | 140 | 0 | 37 | 144 | 64 |
| Binary | 11111111 | 10001010 | 1011 | 0 | 101110 | 1100000 | 0 | 11111 | 1100100 | 110100 |
Color Harmonies of #FF8A0B
Complementary color
Monochromatic Colors of #FF8A0B
Black with #FF8A0B
Text Example
Text Example
White with #FF8A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8A0B; }
p { color: rgb(255,138,11); }
H1.HeaderClassName
{
color: #FF8A0B;
}
.AnyTagClassName
{
color: #FF8A0B;
}
</style>
background-color css
<style>
a { background-color: #FF8A0B; }
a { background-color: rgb(255,138,11); }
div.DivClassName
{
background-color: #FF8A0B;
}
.BgClassName
{
background-color: #FF8A0B;
}
</style>
border-color css
<style>
span { border-color: #FF8A0B; }
span { border-color: rgb(255,138,11); }
td.TdClassName
{
border-color: #FF8A0B;
}
.TagClassName
{
border-color: #FF8A0B;
}
</style>