Shades of Dark Orange #FE850B
Tints of Dark Orange #FE850B
RGB
CMYK
RGB Variations
Color information
#FE850B (or 0xFE850B) is known color: Dark Orange. HEX triplet: FE, 85 and 0B. RGB value is (254,133,11). Sum of RGB (Red+Green+Blue) = 254+133+11=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 11 (4.69% from 255 or 2.76% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE850B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE850B is #017AF4. Grayscale: #9B9B9B. Windows color (decimal): -97013 or 755198. OLE color: 755198.
HSL color Cylindrical-coordinate representation of color #FE850B: hue angle of 30.12º 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 #FE850B is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 133 | 11 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.00 |
| HSL | 30.12º | 0.99% | 0.52% | - |
| HSV(B) | 30.12º | 0.96% | 1% | - |
| XYZ | 49.32 | 37.87 | 5.03 | - |
| YUV | 155.27 | 46.59 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 133 | 11 | 0 | 0.48 | 0.96 | 0.00 | 30.12 | 0.99 | 0.52 |
| Hex | FE | 85 | B | 0 | 30 | 60 | 0 | 1E | 63 | 34 |
| Octal | 376 | 205 | 13 | 0 | 60 | 140 | 0 | 36 | 143 | 64 |
| Binary | 11111110 | 10000101 | 1011 | 0 | 110000 | 1100000 | 0 | 11110 | 1100011 | 110100 |
Color Harmonies of #FE850B
Complementary color
Monochromatic Colors of #FE850B
Black with #FE850B
Text Example
Text Example
White with #FE850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE850B; }
p { color: rgb(254,133,11); }
H1.HeaderClassName
{
color: #FE850B;
}
.AnyTagClassName
{
color: #FE850B;
}
</style>
background-color css
<style>
a { background-color: #FE850B; }
a { background-color: rgb(254,133,11); }
div.DivClassName
{
background-color: #FE850B;
}
.BgClassName
{
background-color: #FE850B;
}
</style>
border-color css
<style>
span { border-color: #FE850B; }
span { border-color: rgb(254,133,11); }
td.TdClassName
{
border-color: #FE850B;
}
.TagClassName
{
border-color: #FE850B;
}
</style>