Shades of Dark Orange #FE870B
Tints of Dark Orange #FE870B
RGB
CMYK
RGB Variations
Color information
#FE870B (or 0xFE870B) is known color: Dark Orange. HEX triplet: FE, 87 and 0B. RGB value is (254,135,11). Sum of RGB (Red+Green+Blue) = 254+135+11=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 11 (4.69% from 255 or 2.75% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE870B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE870B is #0178F4. Grayscale: #9D9D9D. Windows color (decimal): -96501 or 755710. OLE color: 755710.
HSL color Cylindrical-coordinate representation of color #FE870B: hue angle of 30.62º 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 #FE870B is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 135 | 11 | - |
| CMYK | 0 | 0.47 | 0.96 | 0.00 |
| HSL | 30.62º | 0.99% | 0.52% | - |
| HSV(B) | 30.62º | 0.96% | 1% | - |
| XYZ | 49.6 | 38.42 | 5.12 | - |
| YUV | 156.45 | 45.92 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 135 | 11 | 0 | 0.47 | 0.96 | 0.00 | 30.62 | 0.99 | 0.52 |
| Hex | FE | 87 | B | 0 | 2F | 60 | 0 | 1F | 63 | 34 |
| Octal | 376 | 207 | 13 | 0 | 57 | 140 | 0 | 37 | 143 | 64 |
| Binary | 11111110 | 10000111 | 1011 | 0 | 101111 | 1100000 | 0 | 11111 | 1100011 | 110100 |
Color Harmonies of #FE870B
Complementary color
Monochromatic Colors of #FE870B
Black with #FE870B
Text Example
Text Example
White with #FE870B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE870B; }
p { color: rgb(254,135,11); }
H1.HeaderClassName
{
color: #FE870B;
}
.AnyTagClassName
{
color: #FE870B;
}
</style>
background-color css
<style>
a { background-color: #FE870B; }
a { background-color: rgb(254,135,11); }
div.DivClassName
{
background-color: #FE870B;
}
.BgClassName
{
background-color: #FE870B;
}
</style>
border-color css
<style>
span { border-color: #FE870B; }
span { border-color: rgb(254,135,11); }
td.TdClassName
{
border-color: #FE870B;
}
.TagClassName
{
border-color: #FE870B;
}
</style>