Shades of Dark Orange #FE9506
Tints of Dark Orange #FE9506
RGB
CMYK
RGB Variations
Color information
#FE9506 (or 0xFE9506) is known color: Dark Orange. HEX triplet: FE, 95 and 06. RGB value is (254,149,6). Sum of RGB (Red+Green+Blue) = 254+149+6=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 149 (58.59% from 255 or 36.43% from 409); Blue value is 6 (2.73% from 255 or 1.47% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9506 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9506 is #016AF9. Grayscale: #A4A4A4. Windows color (decimal): -92922 or 431614. OLE color: 431614.
HSL color Cylindrical-coordinate representation of color #FE9506: hue angle of 34.6º 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 #FE9506 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 149 | 6 | - |
| CMYK | 0 | 0.41 | 0.98 | 0.00 |
| HSL | 34.6º | 0.99% | 0.51% | - |
| HSV(B) | 34.6º | 0.98% | 1% | - |
| XYZ | 51.65 | 42.58 | 5.67 | - |
| YUV | 164.09 | 38.79 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 149 | 6 | 0 | 0.41 | 0.98 | 0.00 | 34.6 | 0.99 | 0.51 |
| Hex | FE | 95 | 6 | 0 | 29 | 62 | 0 | 23 | 63 | 33 |
| Octal | 376 | 225 | 6 | 0 | 51 | 142 | 0 | 43 | 143 | 63 |
| Binary | 11111110 | 10010101 | 110 | 0 | 101001 | 1100010 | 0 | 100011 | 1100011 | 110011 |
Color Harmonies of #FE9506
Complementary color
Monochromatic Colors of #FE9506
Black with #FE9506
Text Example
Text Example
White with #FE9506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9506; }
p { color: rgb(254,149,6); }
H1.HeaderClassName
{
color: #FE9506;
}
.AnyTagClassName
{
color: #FE9506;
}
</style>
background-color css
<style>
a { background-color: #FE9506; }
a { background-color: rgb(254,149,6); }
div.DivClassName
{
background-color: #FE9506;
}
.BgClassName
{
background-color: #FE9506;
}
</style>
border-color css
<style>
span { border-color: #FE9506; }
span { border-color: rgb(254,149,6); }
td.TdClassName
{
border-color: #FE9506;
}
.TagClassName
{
border-color: #FE9506;
}
</style>