Shades of Dark Orange #FE8B0A
Tints of Dark Orange #FE8B0A
RGB
CMYK
RGB Variations
Color information
#FE8B0A (or 0xFE8B0A) is known color: Dark Orange. HEX triplet: FE, 8B and 0A. RGB value is (254,139,10). Sum of RGB (Red+Green+Blue) = 254+139+10=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 10 (4.30% from 255 or 2.48% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8B0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8B0A is #0174F5. Grayscale: #9F9F9F. Windows color (decimal): -95478 or 691198. OLE color: 691198.
HSL color Cylindrical-coordinate representation of color #FE8B0A: hue angle of 31.72º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE8B0A is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 139 | 10 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.00 |
| HSL | 31.72º | 0.99% | 0.52% | - |
| HSV(B) | 31.72º | 0.96% | 1% | - |
| XYZ | 50.16 | 39.56 | 5.28 | - |
| YUV | 158.68 | 44.1 | 195.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 139 | 10 | 0 | 0.45 | 0.96 | 0.00 | 31.72 | 0.99 | 0.52 |
| Hex | FE | 8B | A | 0 | 2D | 60 | 0 | 20 | 63 | 34 |
| Octal | 376 | 213 | 12 | 0 | 55 | 140 | 0 | 40 | 143 | 64 |
| Binary | 11111110 | 10001011 | 1010 | 0 | 101101 | 1100000 | 0 | 100000 | 1100011 | 110100 |
Color Harmonies of #FE8B0A
Complementary color
Monochromatic Colors of #FE8B0A
Black with #FE8B0A
Text Example
Text Example
White with #FE8B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8B0A; }
p { color: rgb(254,139,10); }
H1.HeaderClassName
{
color: #FE8B0A;
}
.AnyTagClassName
{
color: #FE8B0A;
}
</style>
background-color css
<style>
a { background-color: #FE8B0A; }
a { background-color: rgb(254,139,10); }
div.DivClassName
{
background-color: #FE8B0A;
}
.BgClassName
{
background-color: #FE8B0A;
}
</style>
border-color css
<style>
span { border-color: #FE8B0A; }
span { border-color: rgb(254,139,10); }
td.TdClassName
{
border-color: #FE8B0A;
}
.TagClassName
{
border-color: #FE8B0A;
}
</style>