Shades of Dark Orange #FF9605
Tints of Dark Orange #FF9605
RGB
CMYK
RGB Variations
Color information
#FF9605 (or 0xFF9605) is known color: Dark Orange. HEX triplet: FF, 96 and 05. RGB value is (255,150,5). Sum of RGB (Red+Green+Blue) = 255+150+5=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 5 (2.34% from 255 or 1.22% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9605 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9605 is #0069FA. Grayscale: #A5A5A5. Windows color (decimal): -27131 or 366335. OLE color: 366335.
HSL color Cylindrical-coordinate representation of color #FF9605: hue angle of 34.8º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF9605 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 5 | - |
| CMYK | 0 | 0.41 | 0.98 | 0 |
| HSL | 34.8º | 1% | 0.51% | - |
| HSV(B) | 34.8º | 0.98% | 1% | - |
| XYZ | 52.17 | 43.08 | 5.71 | - |
| YUV | 164.87 | 37.79 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 5 | 0 | 0.41 | 0.98 | 0 | 34.8 | 1 | 0.51 |
| Hex | FF | 96 | 5 | 0 | 29 | 62 | 0 | 23 | 64 | 33 |
| Octal | 377 | 226 | 5 | 0 | 51 | 142 | 0 | 43 | 144 | 63 |
| Binary | 11111111 | 10010110 | 101 | 0 | 101001 | 1100010 | 0 | 100011 | 1100100 | 110011 |
Color Harmonies of #FF9605
Complementary color
Monochromatic Colors of #FF9605
Black with #FF9605
Text Example
Text Example
White with #FF9605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9605; }
p { color: rgb(255,150,5); }
H1.HeaderClassName
{
color: #FF9605;
}
.AnyTagClassName
{
color: #FF9605;
}
</style>
background-color css
<style>
a { background-color: #FF9605; }
a { background-color: rgb(255,150,5); }
div.DivClassName
{
background-color: #FF9605;
}
.BgClassName
{
background-color: #FF9605;
}
</style>
border-color css
<style>
span { border-color: #FF9605; }
span { border-color: rgb(255,150,5); }
td.TdClassName
{
border-color: #FF9605;
}
.TagClassName
{
border-color: #FF9605;
}
</style>