Shades of Dark Orange #FE9009
Tints of Dark Orange #FE9009
RGB
CMYK
RGB Variations
Color information
#FE9009 (or 0xFE9009) is known color: Dark Orange. HEX triplet: FE, 90 and 09. RGB value is (254,144,9). Sum of RGB (Red+Green+Blue) = 254+144+9=407 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.41% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 9 (3.91% from 255 or 2.21% from 407); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9009 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9009 is #016FF6. Grayscale: #A2A2A2. Windows color (decimal): -94199 or 626942. OLE color: 626942.
HSL color Cylindrical-coordinate representation of color #FE9009: hue angle of 33.06º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE9009 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 9 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.00 |
| HSL | 33.06º | 0.99% | 0.52% | - |
| HSV(B) | 33.06º | 0.96% | 1% | - |
| XYZ | 50.9 | 41.04 | 5.5 | - |
| YUV | 161.5 | 41.94 | 193.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 9 | 0 | 0.43 | 0.96 | 0.00 | 33.06 | 0.99 | 0.52 |
| Hex | FE | 90 | 9 | 0 | 2B | 60 | 0 | 21 | 63 | 34 |
| Octal | 376 | 220 | 11 | 0 | 53 | 140 | 0 | 41 | 143 | 64 |
| Binary | 11111110 | 10010000 | 1001 | 0 | 101011 | 1100000 | 0 | 100001 | 1100011 | 110100 |
Color Harmonies of #FE9009
Complementary color
Monochromatic Colors of #FE9009
Black with #FE9009
Text Example
Text Example
White with #FE9009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9009; }
p { color: rgb(254,144,9); }
H1.HeaderClassName
{
color: #FE9009;
}
.AnyTagClassName
{
color: #FE9009;
}
</style>
background-color css
<style>
a { background-color: #FE9009; }
a { background-color: rgb(254,144,9); }
div.DivClassName
{
background-color: #FE9009;
}
.BgClassName
{
background-color: #FE9009;
}
</style>
border-color css
<style>
span { border-color: #FE9009; }
span { border-color: rgb(254,144,9); }
td.TdClassName
{
border-color: #FE9009;
}
.TagClassName
{
border-color: #FE9009;
}
</style>