Shades of Dark Orange #FE8604
Tints of Dark Orange #FE8604
RGB
CMYK
RGB Variations
Color information
#FE8604 (or 0xFE8604) is known color: Dark Orange. HEX triplet: FE, 86 and 04. RGB value is (254,134,4). Sum of RGB (Red+Green+Blue) = 254+134+4=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 4 (1.95% from 255 or 1.02% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8604 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8604 is #0179FB. Grayscale: #9B9B9B. Windows color (decimal): -96764 or 296702. OLE color: 296702.
HSL color Cylindrical-coordinate representation of color #FE8604: hue angle of 31.2º 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 #FE8604 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 134 | 4 | - |
| CMYK | 0 | 0.47 | 0.98 | 0.00 |
| HSL | 31.2º | 0.99% | 0.51% | - |
| HSV(B) | 31.2º | 0.98% | 1% | - |
| XYZ | 49.42 | 38.13 | 4.87 | - |
| YUV | 155.06 | 42.76 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 134 | 4 | 0 | 0.47 | 0.98 | 0.00 | 31.2 | 0.99 | 0.51 |
| Hex | FE | 86 | 4 | 0 | 2F | 62 | 0 | 1F | 63 | 33 |
| Octal | 376 | 206 | 4 | 0 | 57 | 142 | 0 | 37 | 143 | 63 |
| Binary | 11111110 | 10000110 | 100 | 0 | 101111 | 1100010 | 0 | 11111 | 1100011 | 110011 |
Color Harmonies of #FE8604
Complementary color
Monochromatic Colors of #FE8604
Black with #FE8604
Text Example
Text Example
White with #FE8604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8604; }
p { color: rgb(254,134,4); }
H1.HeaderClassName
{
color: #FE8604;
}
.AnyTagClassName
{
color: #FE8604;
}
</style>
background-color css
<style>
a { background-color: #FE8604; }
a { background-color: rgb(254,134,4); }
div.DivClassName
{
background-color: #FE8604;
}
.BgClassName
{
background-color: #FE8604;
}
</style>
border-color css
<style>
span { border-color: #FE8604; }
span { border-color: rgb(254,134,4); }
td.TdClassName
{
border-color: #FE8604;
}
.TagClassName
{
border-color: #FE8604;
}
</style>