Shades of Dark Orange #FE9001
Tints of Dark Orange #FE9001
RGB
CMYK
RGB Variations
Color information
#FE9001 (or 0xFE9001) is known color: Dark Orange. HEX triplet: FE, 90 and 01. RGB value is (254,144,1). Sum of RGB (Red+Green+Blue) = 254+144+1=399 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.66% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 1 (0.78% from 255 or 0.25% from 399); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9001 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9001 is #016FFE. Grayscale: #A1A1A1. Windows color (decimal): -94207 or 102654. OLE color: 102654.
HSL color Cylindrical-coordinate representation of color #FE9001: hue angle of 33.91º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE9001 is Cyan = 0, Magento = 0.43, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 1 | - |
| CMYK | 0 | 0.43 | 1.00 | 0.00 |
| HSL | 33.91º | 0.99% | 0.5% | - |
| HSV(B) | 33.91º | 1% | 1% | - |
| XYZ | 50.85 | 41.02 | 5.27 | - |
| YUV | 160.59 | 37.94 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 1 | 0 | 0.43 | 1.00 | 0.00 | 33.91 | 0.99 | 0.5 |
| Hex | FE | 90 | 1 | 0 | 2B | 64 | 0 | 22 | 63 | 32 |
| Octal | 376 | 220 | 1 | 0 | 53 | 144 | 0 | 42 | 143 | 62 |
| Binary | 11111110 | 10010000 | 1 | 0 | 101011 | 1100100 | 0 | 100010 | 1100011 | 110010 |
Color Harmonies of #FE9001
Complementary color
Monochromatic Colors of #FE9001
Black with #FE9001
Text Example
Text Example
White with #FE9001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9001; }
p { color: rgb(254,144,1); }
H1.HeaderClassName
{
color: #FE9001;
}
.AnyTagClassName
{
color: #FE9001;
}
</style>
background-color css
<style>
a { background-color: #FE9001; }
a { background-color: rgb(254,144,1); }
div.DivClassName
{
background-color: #FE9001;
}
.BgClassName
{
background-color: #FE9001;
}
</style>
border-color css
<style>
span { border-color: #FE9001; }
span { border-color: rgb(254,144,1); }
td.TdClassName
{
border-color: #FE9001;
}
.TagClassName
{
border-color: #FE9001;
}
</style>