Shades of Dark Orange #FE8300
Tints of Dark Orange #FE8300
RGB
CMYK
RGB Variations
Color information
#FE8300 (or 0xFE8300) is known color: Dark Orange. HEX triplet: FE, 83 and 00. RGB value is (254,131,0). Sum of RGB (Red+Green+Blue) = 254+131+0=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 0 (0.39% from 255 or 0% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8300 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8300 is #017CFF. Grayscale: #999999. Windows color (decimal): -97536 or 33790. OLE color: 33790.
HSL color Cylindrical-coordinate representation of color #FE8300: hue angle of 30.94º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FE8300 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 131 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.00 |
| HSL | 30.94º | 1% | 0.5% | - |
| HSV(B) | 30.94º | 1% | 1% | - |
| XYZ | 48.99 | 37.3 | 4.62 | - |
| YUV | 152.84 | 41.75 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 131 | 0 | 0 | 0.48 | 1 | 0.00 | 30.94 | 1 | 0.5 |
| Hex | FE | 83 | 0 | 0 | 30 | 64 | 0 | 1F | 64 | 32 |
| Octal | 376 | 203 | 0 | 0 | 60 | 144 | 0 | 37 | 144 | 62 |
| Binary | 11111110 | 10000011 | 0 | 0 | 110000 | 1100100 | 0 | 11111 | 1100100 | 110010 |
Color Harmonies of #FE8300
Complementary color
Monochromatic Colors of #FE8300
Black with #FE8300
Text Example
Text Example
White with #FE8300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8300; }
p { color: rgb(254,131,0); }
H1.HeaderClassName
{
color: #FE8300;
}
.AnyTagClassName
{
color: #FE8300;
}
</style>
background-color css
<style>
a { background-color: #FE8300; }
a { background-color: rgb(254,131,0); }
div.DivClassName
{
background-color: #FE8300;
}
.BgClassName
{
background-color: #FE8300;
}
</style>
border-color css
<style>
span { border-color: #FE8300; }
span { border-color: rgb(254,131,0); }
td.TdClassName
{
border-color: #FE8300;
}
.TagClassName
{
border-color: #FE8300;
}
</style>