Shades of Dark Orange #FE9505
Tints of Dark Orange #FE9505
RGB
CMYK
RGB Variations
Color information
#FE9505 (or 0xFE9505) is known color: Dark Orange. HEX triplet: FE, 95 and 05. RGB value is (254,149,5). Sum of RGB (Red+Green+Blue) = 254+149+5=408 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.25% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 5 (2.34% from 255 or 1.23% from 408); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9505 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9505 is #016AFA. Grayscale: #A4A4A4. Windows color (decimal): -92923 or 366078. OLE color: 366078.
HSL color Cylindrical-coordinate representation of color #FE9505: hue angle of 34.7º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE9505 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 5 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.00 |
| HSL | 34.7º | 0.99% | 0.51% | - |
| HSV(B) | 34.7º | 0.98% | 1% | - |
| XYZ | 51.65 | 42.58 | 5.64 | - |
| YUV | 163.98 | 38.29 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 5 | 0 | 0.41 | 0.98 | 0.00 | 34.7 | 0.99 | 0.51 |
| Hex | FE | 95 | 5 | 0 | 29 | 62 | 0 | 23 | 63 | 33 |
| Octal | 376 | 225 | 5 | 0 | 51 | 142 | 0 | 43 | 143 | 63 |
| Binary | 11111110 | 10010101 | 101 | 0 | 101001 | 1100010 | 0 | 100011 | 1100011 | 110011 |
Color Harmonies of #FE9505
Complementary color
Monochromatic Colors of #FE9505
Black with #FE9505
Text Example
Text Example
White with #FE9505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9505; }
p { color: rgb(254,149,5); }
H1.HeaderClassName
{
color: #FE9505;
}
.AnyTagClassName
{
color: #FE9505;
}
</style>
background-color css
<style>
a { background-color: #FE9505; }
a { background-color: rgb(254,149,5); }
div.DivClassName
{
background-color: #FE9505;
}
.BgClassName
{
background-color: #FE9505;
}
</style>
border-color css
<style>
span { border-color: #FE9505; }
span { border-color: rgb(254,149,5); }
td.TdClassName
{
border-color: #FE9505;
}
.TagClassName
{
border-color: #FE9505;
}
</style>