Shades of Dark Orange #FE9003
Tints of Dark Orange #FE9003
RGB
CMYK
RGB Variations
Color information
#FE9003 (or 0xFE9003) is known color: Dark Orange. HEX triplet: FE, 90 and 03. RGB value is (254,144,3). Sum of RGB (Red+Green+Blue) = 254+144+3=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 3 (1.56% from 255 or 0.75% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9003 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9003 is #016FFC. Grayscale: #A1A1A1. Windows color (decimal): -94205 or 233726. OLE color: 233726.
HSL color Cylindrical-coordinate representation of color #FE9003: hue angle of 33.71º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FE9003 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 144 | 3 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.00 |
| HSL | 33.71º | 0.99% | 0.5% | - |
| HSV(B) | 33.71º | 0.99% | 1% | - |
| XYZ | 50.86 | 41.02 | 5.32 | - |
| YUV | 160.82 | 38.94 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 144 | 3 | 0 | 0.43 | 0.99 | 0.00 | 33.71 | 0.99 | 0.5 |
| Hex | FE | 90 | 3 | 0 | 2B | 63 | 0 | 22 | 63 | 32 |
| Octal | 376 | 220 | 3 | 0 | 53 | 143 | 0 | 42 | 143 | 62 |
| Binary | 11111110 | 10010000 | 11 | 0 | 101011 | 1100011 | 0 | 100010 | 1100011 | 110010 |
Color Harmonies of #FE9003
Complementary color
Monochromatic Colors of #FE9003
Black with #FE9003
Text Example
Text Example
White with #FE9003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9003; }
p { color: rgb(254,144,3); }
H1.HeaderClassName
{
color: #FE9003;
}
.AnyTagClassName
{
color: #FE9003;
}
</style>
background-color css
<style>
a { background-color: #FE9003; }
a { background-color: rgb(254,144,3); }
div.DivClassName
{
background-color: #FE9003;
}
.BgClassName
{
background-color: #FE9003;
}
</style>
border-color css
<style>
span { border-color: #FE9003; }
span { border-color: rgb(254,144,3); }
td.TdClassName
{
border-color: #FE9003;
}
.TagClassName
{
border-color: #FE9003;
}
</style>