Shades of Dark Orange #FE9305
Tints of Dark Orange #FE9305
RGB
CMYK
RGB Variations
Color information
#FE9305 (or 0xFE9305) is known color: Dark Orange. HEX triplet: FE, 93 and 05. RGB value is (254,147,5). Sum of RGB (Red+Green+Blue) = 254+147+5=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 5 (2.34% from 255 or 1.23% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9305 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9305 is #016CFA. Grayscale: #A3A3A3. Windows color (decimal): -93435 or 365566. OLE color: 365566.
HSL color Cylindrical-coordinate representation of color #FE9305: hue angle of 34.22º 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 #FE9305 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 147 | 5 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.00 |
| HSL | 34.22º | 0.99% | 0.51% | - |
| HSV(B) | 34.22º | 0.98% | 1% | - |
| XYZ | 51.33 | 41.95 | 5.53 | - |
| YUV | 162.81 | 38.95 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 147 | 5 | 0 | 0.42 | 0.98 | 0.00 | 34.22 | 0.99 | 0.51 |
| Hex | FE | 93 | 5 | 0 | 2A | 62 | 0 | 22 | 63 | 33 |
| Octal | 376 | 223 | 5 | 0 | 52 | 142 | 0 | 42 | 143 | 63 |
| Binary | 11111110 | 10010011 | 101 | 0 | 101010 | 1100010 | 0 | 100010 | 1100011 | 110011 |
Color Harmonies of #FE9305
Complementary color
Monochromatic Colors of #FE9305
Black with #FE9305
Text Example
Text Example
White with #FE9305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE9305; }
p { color: rgb(254,147,5); }
H1.HeaderClassName
{
color: #FE9305;
}
.AnyTagClassName
{
color: #FE9305;
}
</style>
background-color css
<style>
a { background-color: #FE9305; }
a { background-color: rgb(254,147,5); }
div.DivClassName
{
background-color: #FE9305;
}
.BgClassName
{
background-color: #FE9305;
}
</style>
border-color css
<style>
span { border-color: #FE9305; }
span { border-color: rgb(254,147,5); }
td.TdClassName
{
border-color: #FE9305;
}
.TagClassName
{
border-color: #FE9305;
}
</style>