Shades of Dark Orange #FF9001
Tints of Dark Orange #FF9001
RGB
CMYK
RGB Variations
Color information
#FF9001 (or 0xFF9001) is known color: Dark Orange. HEX triplet: FF, 90 and 01. RGB value is (255,144,1). Sum of RGB (Red+Green+Blue) = 255+144+1=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 1 (0.78% from 255 or 0.25% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9001 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9001 is #006FFE. Grayscale: #A1A1A1. Windows color (decimal): -28671 or 102655. OLE color: 102655.
HSL color Cylindrical-coordinate representation of color #FF9001: hue angle of 33.78º 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 #FF9001 is Cyan = 0, Magento = 0.44, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 1 | - |
| CMYK | 0 | 0.44 | 1.00 | 0 |
| HSL | 33.78º | 1% | 0.5% | - |
| HSV(B) | 33.78º | 1% | 1% | - |
| XYZ | 51.22 | 41.21 | 5.28 | - |
| YUV | 160.89 | 37.77 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 1 | 0 | 0.44 | 1.00 | 0 | 33.78 | 1 | 0.5 |
| Hex | FF | 90 | 1 | 0 | 2C | 64 | 0 | 22 | 64 | 32 |
| Octal | 377 | 220 | 1 | 0 | 54 | 144 | 0 | 42 | 144 | 62 |
| Binary | 11111111 | 10010000 | 1 | 0 | 101100 | 1100100 | 0 | 100010 | 1100100 | 110010 |
Color Harmonies of #FF9001
Complementary color
Monochromatic Colors of #FF9001
Black with #FF9001
Text Example
Text Example
White with #FF9001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9001; }
p { color: rgb(255,144,1); }
H1.HeaderClassName
{
color: #FF9001;
}
.AnyTagClassName
{
color: #FF9001;
}
</style>
background-color css
<style>
a { background-color: #FF9001; }
a { background-color: rgb(255,144,1); }
div.DivClassName
{
background-color: #FF9001;
}
.BgClassName
{
background-color: #FF9001;
}
</style>
border-color css
<style>
span { border-color: #FF9001; }
span { border-color: rgb(255,144,1); }
td.TdClassName
{
border-color: #FF9001;
}
.TagClassName
{
border-color: #FF9001;
}
</style>