Shades of Dark Orange #FE8A0D
Tints of Dark Orange #FE8A0D
RGB
CMYK
RGB Variations
Color information
#FE8A0D (or 0xFE8A0D) is known color: Dark Orange. HEX triplet: FE, 8A and 0D. RGB value is (254,138,13). Sum of RGB (Red+Green+Blue) = 254+138+13=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 13 (5.47% from 255 or 3.21% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8A0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8A0D is #0175F2. Grayscale: #9F9F9F. Windows color (decimal): -95731 or 887550. OLE color: 887550.
HSL color Cylindrical-coordinate representation of color #FE8A0D: hue angle of 31.12º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE8A0D is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 138 | 13 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.00 |
| HSL | 31.12º | 0.99% | 0.52% | - |
| HSV(B) | 31.12º | 0.95% | 1% | - |
| XYZ | 50.03 | 39.28 | 5.32 | - |
| YUV | 158.43 | 45.93 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 138 | 13 | 0 | 0.46 | 0.95 | 0.00 | 31.12 | 0.99 | 0.52 |
| Hex | FE | 8A | D | 0 | 2E | 5F | 0 | 1F | 63 | 34 |
| Octal | 376 | 212 | 15 | 0 | 56 | 137 | 0 | 37 | 143 | 64 |
| Binary | 11111110 | 10001010 | 1101 | 0 | 101110 | 1011111 | 0 | 11111 | 1100011 | 110100 |
Color Harmonies of #FE8A0D
Complementary color
Monochromatic Colors of #FE8A0D
Black with #FE8A0D
Text Example
Text Example
White with #FE8A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8A0D; }
p { color: rgb(254,138,13); }
H1.HeaderClassName
{
color: #FE8A0D;
}
.AnyTagClassName
{
color: #FE8A0D;
}
</style>
background-color css
<style>
a { background-color: #FE8A0D; }
a { background-color: rgb(254,138,13); }
div.DivClassName
{
background-color: #FE8A0D;
}
.BgClassName
{
background-color: #FE8A0D;
}
</style>
border-color css
<style>
span { border-color: #FE8A0D; }
span { border-color: rgb(254,138,13); }
td.TdClassName
{
border-color: #FE8A0D;
}
.TagClassName
{
border-color: #FE8A0D;
}
</style>