Shades of Dark Orange #FF9410
Tints of Dark Orange #FF9410
RGB
CMYK
RGB Variations
Color information
#FF9410 (or 0xFF9410) is known color: Dark Orange. HEX triplet: FF, 94 and 10. RGB value is (255,148,16). Sum of RGB (Red+Green+Blue) = 255+148+16=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 16 (6.64% from 255 or 3.82% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9410 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9410 is #006BEF. Grayscale: #A5A5A5. Windows color (decimal): -27632 or 1086719. OLE color: 1086719.
HSL color Cylindrical-coordinate representation of color #FF9410: hue angle of 33.14º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF9410 is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 16 | - |
| CMYK | 0 | 0.42 | 0.94 | 0 |
| HSL | 33.14º | 1% | 0.53% | - |
| HSV(B) | 33.14º | 0.94% | 1% | - |
| XYZ | 51.92 | 42.48 | 5.95 | - |
| YUV | 164.95 | 43.95 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 16 | 0 | 0.42 | 0.94 | 0 | 33.14 | 1 | 0.53 |
| Hex | FF | 94 | 10 | 0 | 2A | 5E | 0 | 21 | 64 | 35 |
| Octal | 377 | 224 | 20 | 0 | 52 | 136 | 0 | 41 | 144 | 65 |
| Binary | 11111111 | 10010100 | 10000 | 0 | 101010 | 1011110 | 0 | 100001 | 1100100 | 110101 |
Color Harmonies of #FF9410
Complementary color
Monochromatic Colors of #FF9410
Black with #FF9410
Text Example
Text Example
White with #FF9410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9410; }
p { color: rgb(255,148,16); }
H1.HeaderClassName
{
color: #FF9410;
}
.AnyTagClassName
{
color: #FF9410;
}
</style>
background-color css
<style>
a { background-color: #FF9410; }
a { background-color: rgb(255,148,16); }
div.DivClassName
{
background-color: #FF9410;
}
.BgClassName
{
background-color: #FF9410;
}
</style>
border-color css
<style>
span { border-color: #FF9410; }
span { border-color: rgb(255,148,16); }
td.TdClassName
{
border-color: #FF9410;
}
.TagClassName
{
border-color: #FF9410;
}
</style>