Shades of Dark Orange #FF9311
Tints of Dark Orange #FF9311
RGB
CMYK
RGB Variations
Color information
#FF9311 (or 0xFF9311) is known color: Dark Orange. HEX triplet: FF, 93 and 11. RGB value is (255,147,17). Sum of RGB (Red+Green+Blue) = 255+147+17=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 17 (7.03% from 255 or 4.06% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9311 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9311 is #006CEE. Grayscale: #A5A5A5. Windows color (decimal): -27887 or 1151999. OLE color: 1151999.
HSL color Cylindrical-coordinate representation of color #FF9311: hue angle of 32.77º 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 #FF9311 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 147 | 17 | - |
| CMYK | 0 | 0.42 | 0.93 | 0 |
| HSL | 32.77º | 1% | 0.53% | - |
| HSV(B) | 32.77º | 0.93% | 1% | - |
| XYZ | 51.77 | 42.17 | 5.94 | - |
| YUV | 164.47 | 44.78 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 147 | 17 | 0 | 0.42 | 0.93 | 0 | 32.77 | 1 | 0.53 |
| Hex | FF | 93 | 11 | 0 | 2A | 5D | 0 | 21 | 64 | 35 |
| Octal | 377 | 223 | 21 | 0 | 52 | 135 | 0 | 41 | 144 | 65 |
| Binary | 11111111 | 10010011 | 10001 | 0 | 101010 | 1011101 | 0 | 100001 | 1100100 | 110101 |
Color Harmonies of #FF9311
Complementary color
Monochromatic Colors of #FF9311
Black with #FF9311
Text Example
Text Example
White with #FF9311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9311; }
p { color: rgb(255,147,17); }
H1.HeaderClassName
{
color: #FF9311;
}
.AnyTagClassName
{
color: #FF9311;
}
</style>
background-color css
<style>
a { background-color: #FF9311; }
a { background-color: rgb(255,147,17); }
div.DivClassName
{
background-color: #FF9311;
}
.BgClassName
{
background-color: #FF9311;
}
</style>
border-color css
<style>
span { border-color: #FF9311; }
span { border-color: rgb(255,147,17); }
td.TdClassName
{
border-color: #FF9311;
}
.TagClassName
{
border-color: #FF9311;
}
</style>