Shades of Dark Orange #FE8703
Tints of Dark Orange #FE8703
RGB
CMYK
RGB Variations
Color information
#FE8703 (or 0xFE8703) is known color: Dark Orange. HEX triplet: FE, 87 and 03. RGB value is (254,135,3). Sum of RGB (Red+Green+Blue) = 254+135+3=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 3 (1.56% from 255 or 0.77% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8703 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8703 is #0178FC. Grayscale: #9C9C9C. Windows color (decimal): -96509 or 231422. OLE color: 231422.
HSL color Cylindrical-coordinate representation of color #FE8703: hue angle of 31.55º 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 #FE8703 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 135 | 3 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.00 |
| HSL | 31.55º | 0.99% | 0.5% | - |
| HSV(B) | 31.55º | 0.99% | 1% | - |
| XYZ | 49.55 | 38.41 | 4.89 | - |
| YUV | 155.53 | 41.92 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 135 | 3 | 0 | 0.47 | 0.99 | 0.00 | 31.55 | 0.99 | 0.5 |
| Hex | FE | 87 | 3 | 0 | 2F | 63 | 0 | 20 | 63 | 32 |
| Octal | 376 | 207 | 3 | 0 | 57 | 143 | 0 | 40 | 143 | 62 |
| Binary | 11111110 | 10000111 | 11 | 0 | 101111 | 1100011 | 0 | 100000 | 1100011 | 110010 |
Color Harmonies of #FE8703
Complementary color
Monochromatic Colors of #FE8703
Black with #FE8703
Text Example
Text Example
White with #FE8703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8703; }
p { color: rgb(254,135,3); }
H1.HeaderClassName
{
color: #FE8703;
}
.AnyTagClassName
{
color: #FE8703;
}
</style>
background-color css
<style>
a { background-color: #FE8703; }
a { background-color: rgb(254,135,3); }
div.DivClassName
{
background-color: #FE8703;
}
.BgClassName
{
background-color: #FE8703;
}
</style>
border-color css
<style>
span { border-color: #FE8703; }
span { border-color: rgb(254,135,3); }
td.TdClassName
{
border-color: #FE8703;
}
.TagClassName
{
border-color: #FE8703;
}
</style>