Shades of Dark Orange #FE8301
Tints of Dark Orange #FE8301
RGB
CMYK
RGB Variations
Color information
#FE8301 (or 0xFE8301) is known color: Dark Orange. HEX triplet: FE, 83 and 01. RGB value is (254,131,1). Sum of RGB (Red+Green+Blue) = 254+131+1=386 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.80% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 1 (0.78% from 255 or 0.26% from 386); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8301 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8301 is #017CFE. Grayscale: #999999. Windows color (decimal): -97535 or 99326. OLE color: 99326.
HSL color Cylindrical-coordinate representation of color #FE8301: hue angle of 30.83º 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 #FE8301 is Cyan = 0, Magento = 0.48, Yellow = 1.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 131 | 1 | - |
| CMYK | 0 | 0.48 | 1.00 | 0.00 |
| HSL | 30.83º | 0.99% | 0.5% | - |
| HSV(B) | 30.83º | 1% | 1% | - |
| XYZ | 48.99 | 37.31 | 4.65 | - |
| YUV | 152.96 | 42.25 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 131 | 1 | 0 | 0.48 | 1.00 | 0.00 | 30.83 | 0.99 | 0.5 |
| Hex | FE | 83 | 1 | 0 | 30 | 64 | 0 | 1F | 63 | 32 |
| Octal | 376 | 203 | 1 | 0 | 60 | 144 | 0 | 37 | 143 | 62 |
| Binary | 11111110 | 10000011 | 1 | 0 | 110000 | 1100100 | 0 | 11111 | 1100011 | 110010 |
Color Harmonies of #FE8301
Complementary color
Monochromatic Colors of #FE8301
Black with #FE8301
Text Example
Text Example
White with #FE8301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8301; }
p { color: rgb(254,131,1); }
H1.HeaderClassName
{
color: #FE8301;
}
.AnyTagClassName
{
color: #FE8301;
}
</style>
background-color css
<style>
a { background-color: #FE8301; }
a { background-color: rgb(254,131,1); }
div.DivClassName
{
background-color: #FE8301;
}
.BgClassName
{
background-color: #FE8301;
}
</style>
border-color css
<style>
span { border-color: #FE8301; }
span { border-color: rgb(254,131,1); }
td.TdClassName
{
border-color: #FE8301;
}
.TagClassName
{
border-color: #FE8301;
}
</style>