Shades of Dark Orange #FE8D0B
Tints of Dark Orange #FE8D0B
RGB
CMYK
RGB Variations
Color information
#FE8D0B (or 0xFE8D0B) is known color: Dark Orange. HEX triplet: FE, 8D and 0B. RGB value is (254,141,11). Sum of RGB (Red+Green+Blue) = 254+141+11=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 11 (4.69% from 255 or 2.71% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8D0B is #0172F4. Grayscale: #A0A0A0. Windows color (decimal): -94965 or 757246. OLE color: 757246.
HSL color Cylindrical-coordinate representation of color #FE8D0B: hue angle of 32.1º 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 #FE8D0B is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 141 | 11 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.00 |
| HSL | 32.1º | 0.99% | 0.52% | - |
| HSV(B) | 32.1º | 0.96% | 1% | - |
| XYZ | 50.46 | 40.14 | 5.41 | - |
| YUV | 159.97 | 43.94 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 141 | 11 | 0 | 0.44 | 0.96 | 0.00 | 32.1 | 0.99 | 0.52 |
| Hex | FE | 8D | B | 0 | 2C | 60 | 0 | 20 | 63 | 34 |
| Octal | 376 | 215 | 13 | 0 | 54 | 140 | 0 | 40 | 143 | 64 |
| Binary | 11111110 | 10001101 | 1011 | 0 | 101100 | 1100000 | 0 | 100000 | 1100011 | 110100 |
Color Harmonies of #FE8D0B
Complementary color
Monochromatic Colors of #FE8D0B
Black with #FE8D0B
Text Example
Text Example
White with #FE8D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE8D0B; }
p { color: rgb(254,141,11); }
H1.HeaderClassName
{
color: #FE8D0B;
}
.AnyTagClassName
{
color: #FE8D0B;
}
</style>
background-color css
<style>
a { background-color: #FE8D0B; }
a { background-color: rgb(254,141,11); }
div.DivClassName
{
background-color: #FE8D0B;
}
.BgClassName
{
background-color: #FE8D0B;
}
</style>
border-color css
<style>
span { border-color: #FE8D0B; }
span { border-color: rgb(254,141,11); }
td.TdClassName
{
border-color: #FE8D0B;
}
.TagClassName
{
border-color: #FE8D0B;
}
</style>