Shades of Dark Orange #FF9310
Tints of Dark Orange #FF9310
RGB
CMYK
RGB Variations
Color information
#FF9310 (or 0xFF9310) is known color: Dark Orange. HEX triplet: FF, 93 and 10. RGB value is (255,147,16). Sum of RGB (Red+Green+Blue) = 255+147+16=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 16 (6.64% from 255 or 3.83% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9310 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9310 is #006CEF. Grayscale: #A4A4A4. Windows color (decimal): -27888 or 1086463. OLE color: 1086463.
HSL color Cylindrical-coordinate representation of color #FF9310: hue angle of 32.89º 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 #FF9310 is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 147 | 16 | - |
| CMYK | 0 | 0.42 | 0.94 | 0 |
| HSL | 32.89º | 1% | 0.53% | - |
| HSV(B) | 32.89º | 0.94% | 1% | - |
| XYZ | 51.77 | 42.16 | 5.9 | - |
| YUV | 164.36 | 44.28 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 147 | 16 | 0 | 0.42 | 0.94 | 0 | 32.89 | 1 | 0.53 |
| Hex | FF | 93 | 10 | 0 | 2A | 5E | 0 | 21 | 64 | 35 |
| Octal | 377 | 223 | 20 | 0 | 52 | 136 | 0 | 41 | 144 | 65 |
| Binary | 11111111 | 10010011 | 10000 | 0 | 101010 | 1011110 | 0 | 100001 | 1100100 | 110101 |
Color Harmonies of #FF9310
Complementary color
Monochromatic Colors of #FF9310
Black with #FF9310
Text Example
Text Example
White with #FF9310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9310; }
p { color: rgb(255,147,16); }
H1.HeaderClassName
{
color: #FF9310;
}
.AnyTagClassName
{
color: #FF9310;
}
</style>
background-color css
<style>
a { background-color: #FF9310; }
a { background-color: rgb(255,147,16); }
div.DivClassName
{
background-color: #FF9310;
}
.BgClassName
{
background-color: #FF9310;
}
</style>
border-color css
<style>
span { border-color: #FF9310; }
span { border-color: rgb(255,147,16); }
td.TdClassName
{
border-color: #FF9310;
}
.TagClassName
{
border-color: #FF9310;
}
</style>