Shades of Dark Orange #FF8A11
Tints of Dark Orange #FF8A11
RGB
CMYK
RGB Variations
Color information
#FF8A11 (or 0xFF8A11) is known color: Dark Orange. HEX triplet: FF, 8A and 11. RGB value is (255,138,17). Sum of RGB (Red+Green+Blue) = 255+138+17=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 17 (7.03% from 255 or 4.15% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF8A11 is #0075EE. Grayscale: #9F9F9F. Windows color (decimal): -30191 or 1149695. OLE color: 1149695.
HSL color Cylindrical-coordinate representation of color #FF8A11: hue angle of 30.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF8A11 is Cyan = 0, Magento = 0.46, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 138 | 17 | - |
| CMYK | 0 | 0.46 | 0.93 | 0 |
| HSL | 30.5º | 1% | 0.53% | - |
| HSV(B) | 30.5º | 0.93% | 1% | - |
| XYZ | 50.43 | 39.48 | 5.49 | - |
| YUV | 159.19 | 47.76 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 138 | 17 | 0 | 0.46 | 0.93 | 0 | 30.5 | 1 | 0.53 |
| Hex | FF | 8A | 11 | 0 | 2E | 5D | 0 | 1F | 64 | 35 |
| Octal | 377 | 212 | 21 | 0 | 56 | 135 | 0 | 37 | 144 | 65 |
| Binary | 11111111 | 10001010 | 10001 | 0 | 101110 | 1011101 | 0 | 11111 | 1100100 | 110101 |
Color Harmonies of #FF8A11
Complementary color
Monochromatic Colors of #FF8A11
Black with #FF8A11
Text Example
Text Example
White with #FF8A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8A11; }
p { color: rgb(255,138,17); }
H1.HeaderClassName
{
color: #FF8A11;
}
.AnyTagClassName
{
color: #FF8A11;
}
</style>
background-color css
<style>
a { background-color: #FF8A11; }
a { background-color: rgb(255,138,17); }
div.DivClassName
{
background-color: #FF8A11;
}
.BgClassName
{
background-color: #FF8A11;
}
</style>
border-color css
<style>
span { border-color: #FF8A11; }
span { border-color: rgb(255,138,17); }
td.TdClassName
{
border-color: #FF8A11;
}
.TagClassName
{
border-color: #FF8A11;
}
</style>