Shades of Dark Orange #FE8303
Tints of Dark Orange #FE8303
RGB
CMYK
RGB Variations
Color information
#FE8303 (or 0xFE8303) is known color: Dark Orange. HEX triplet: FE, 83 and 03. RGB value is (254,131,3). Sum of RGB (Red+Green+Blue) = 254+131+3=388 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.46% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 3 (1.56% from 255 or 0.77% from 388); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8303 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8303 is #017CFC. Grayscale: #999999. Windows color (decimal): -97533 or 230398. OLE color: 230398.
HSL color Cylindrical-coordinate representation of color #FE8303: hue angle of 30.6º 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 #FE8303 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 131 | 3 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.00 |
| HSL | 30.6º | 0.99% | 0.5% | - |
| HSV(B) | 30.6º | 0.99% | 1% | - |
| XYZ | 49.01 | 37.31 | 4.7 | - |
| YUV | 153.19 | 43.25 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 131 | 3 | 0 | 0.48 | 0.99 | 0.00 | 30.6 | 0.99 | 0.5 |
| Hex | FE | 83 | 3 | 0 | 30 | 63 | 0 | 1F | 63 | 32 |
| Octal | 376 | 203 | 3 | 0 | 60 | 143 | 0 | 37 | 143 | 62 |
| Binary | 11111110 | 10000011 | 11 | 0 | 110000 | 1100011 | 0 | 11111 | 1100011 | 110010 |
Color Harmonies of #FE8303
Complementary color
Monochromatic Colors of #FE8303
Black with #FE8303
Text Example
Text Example
White with #FE8303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8303; }
p { color: rgb(254,131,3); }
H1.HeaderClassName
{
color: #FE8303;
}
.AnyTagClassName
{
color: #FE8303;
}
</style>
background-color css
<style>
a { background-color: #FE8303; }
a { background-color: rgb(254,131,3); }
div.DivClassName
{
background-color: #FE8303;
}
.BgClassName
{
background-color: #FE8303;
}
</style>
border-color css
<style>
span { border-color: #FE8303; }
span { border-color: rgb(254,131,3); }
td.TdClassName
{
border-color: #FE8303;
}
.TagClassName
{
border-color: #FE8303;
}
</style>