Shades of Dark Orange #FF9411
Tints of Dark Orange #FF9411
RGB
CMYK
RGB Variations
Color information
#FF9411 (or 0xFF9411) is known color: Dark Orange. HEX triplet: FF, 94 and 11. RGB value is (255,148,17). Sum of RGB (Red+Green+Blue) = 255+148+17=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 17 (7.03% from 255 or 4.05% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9411 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9411 is #006BEE. Grayscale: #A5A5A5. Windows color (decimal): -27631 or 1152255. OLE color: 1152255.
HSL color Cylindrical-coordinate representation of color #FF9411: hue angle of 33.03º 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 #FF9411 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 17 | - |
| CMYK | 0 | 0.42 | 0.93 | 0 |
| HSL | 33.03º | 1% | 0.53% | - |
| HSV(B) | 33.03º | 0.93% | 1% | - |
| XYZ | 51.93 | 42.48 | 5.99 | - |
| YUV | 165.06 | 44.45 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 17 | 0 | 0.42 | 0.93 | 0 | 33.03 | 1 | 0.53 |
| Hex | FF | 94 | 11 | 0 | 2A | 5D | 0 | 21 | 64 | 35 |
| Octal | 377 | 224 | 21 | 0 | 52 | 135 | 0 | 41 | 144 | 65 |
| Binary | 11111111 | 10010100 | 10001 | 0 | 101010 | 1011101 | 0 | 100001 | 1100100 | 110101 |
Color Harmonies of #FF9411
Complementary color
Monochromatic Colors of #FF9411
Black with #FF9411
Text Example
Text Example
White with #FF9411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9411; }
p { color: rgb(255,148,17); }
H1.HeaderClassName
{
color: #FF9411;
}
.AnyTagClassName
{
color: #FF9411;
}
</style>
background-color css
<style>
a { background-color: #FF9411; }
a { background-color: rgb(255,148,17); }
div.DivClassName
{
background-color: #FF9411;
}
.BgClassName
{
background-color: #FF9411;
}
</style>
border-color css
<style>
span { border-color: #FF9411; }
span { border-color: rgb(255,148,17); }
td.TdClassName
{
border-color: #FF9411;
}
.TagClassName
{
border-color: #FF9411;
}
</style>