Shades of Dark Orange #FF9601
Tints of Dark Orange #FF9601
RGB
CMYK
RGB Variations
Color information
#FF9601 (or 0xFF9601) is known color: Dark Orange. HEX triplet: FF, 96 and 01. RGB value is (255,150,1). Sum of RGB (Red+Green+Blue) = 255+150+1=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 1 (0.78% from 255 or 0.25% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9601 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9601 is #0069FE. Grayscale: #A5A5A5. Windows color (decimal): -27135 or 104191. OLE color: 104191.
HSL color Cylindrical-coordinate representation of color #FF9601: hue angle of 35.2º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF9601 is Cyan = 0, Magento = 0.41, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 150 | 1 | - |
| CMYK | 0 | 0.41 | 1.00 | 0 |
| HSL | 35.2º | 1% | 0.5% | - |
| HSV(B) | 35.2º | 1% | 1% | - |
| XYZ | 52.15 | 43.07 | 5.59 | - |
| YUV | 164.41 | 35.79 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 150 | 1 | 0 | 0.41 | 1.00 | 0 | 35.2 | 1 | 0.5 |
| Hex | FF | 96 | 1 | 0 | 29 | 64 | 0 | 23 | 64 | 32 |
| Octal | 377 | 226 | 1 | 0 | 51 | 144 | 0 | 43 | 144 | 62 |
| Binary | 11111111 | 10010110 | 1 | 0 | 101001 | 1100100 | 0 | 100011 | 1100100 | 110010 |
Color Harmonies of #FF9601
Complementary color
Monochromatic Colors of #FF9601
Black with #FF9601
Text Example
Text Example
White with #FF9601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9601; }
p { color: rgb(255,150,1); }
H1.HeaderClassName
{
color: #FF9601;
}
.AnyTagClassName
{
color: #FF9601;
}
</style>
background-color css
<style>
a { background-color: #FF9601; }
a { background-color: rgb(255,150,1); }
div.DivClassName
{
background-color: #FF9601;
}
.BgClassName
{
background-color: #FF9601;
}
</style>
border-color css
<style>
span { border-color: #FF9601; }
span { border-color: rgb(255,150,1); }
td.TdClassName
{
border-color: #FF9601;
}
.TagClassName
{
border-color: #FF9601;
}
</style>