Shades of Dark Orange #FE8D0C
Tints of Dark Orange #FE8D0C
RGB
CMYK
RGB Variations
Color information
#FE8D0C (or 0xFE8D0C) is known color: Dark Orange. HEX triplet: FE, 8D and 0C. RGB value is (254,141,12). Sum of RGB (Red+Green+Blue) = 254+141+12=407 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.41% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 12 (5.08% from 255 or 2.95% from 407); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8D0C is #0172F3. Grayscale: #A0A0A0. Windows color (decimal): -94964 or 822782. OLE color: 822782.
HSL color Cylindrical-coordinate representation of color #FE8D0C: hue angle of 31.98º 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 #FE8D0C is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 12 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.00 |
| HSL | 31.98º | 0.99% | 0.52% | - |
| HSV(B) | 31.98º | 0.95% | 1% | - |
| XYZ | 50.46 | 40.15 | 5.44 | - |
| YUV | 160.08 | 44.44 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 12 | 0 | 0.44 | 0.95 | 0.00 | 31.98 | 0.99 | 0.52 |
| Hex | FE | 8D | C | 0 | 2C | 5F | 0 | 20 | 63 | 34 |
| Octal | 376 | 215 | 14 | 0 | 54 | 137 | 0 | 40 | 143 | 64 |
| Binary | 11111110 | 10001101 | 1100 | 0 | 101100 | 1011111 | 0 | 100000 | 1100011 | 110100 |
Color Harmonies of #FE8D0C
Complementary color
Monochromatic Colors of #FE8D0C
Black with #FE8D0C
Text Example
Text Example
White with #FE8D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8D0C; }
p { color: rgb(254,141,12); }
H1.HeaderClassName
{
color: #FE8D0C;
}
.AnyTagClassName
{
color: #FE8D0C;
}
</style>
background-color css
<style>
a { background-color: #FE8D0C; }
a { background-color: rgb(254,141,12); }
div.DivClassName
{
background-color: #FE8D0C;
}
.BgClassName
{
background-color: #FE8D0C;
}
</style>
border-color css
<style>
span { border-color: #FE8D0C; }
span { border-color: rgb(254,141,12); }
td.TdClassName
{
border-color: #FE8D0C;
}
.TagClassName
{
border-color: #FE8D0C;
}
</style>