Shades of Dark Orange #FE800B
Tints of Dark Orange #FE800B
RGB
CMYK
RGB Variations
Color information
#FE800B (or 0xFE800B) is known color: Dark Orange. HEX triplet: FE, 80 and 0B. RGB value is (254,128,11). Sum of RGB (Red+Green+Blue) = 254+128+11=393 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.63% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 11 (4.69% from 255 or 2.80% from 393); Max value from RGB is 254 - color contains mainly: red. Hex color #FE800B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE800B is #017FF4. Grayscale: #989898. Windows color (decimal): -98293 or 753918. OLE color: 753918.
HSL color Cylindrical-coordinate representation of color #FE800B: hue angle of 28.89º 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 #FE800B is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 128 | 11 | - |
| CMYK | 0 | 0.50 | 0.96 | 0.00 |
| HSL | 28.89º | 0.99% | 0.52% | - |
| HSV(B) | 28.89º | 0.96% | 1% | - |
| XYZ | 48.65 | 36.53 | 4.8 | - |
| YUV | 152.34 | 48.24 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 128 | 11 | 0 | 0.50 | 0.96 | 0.00 | 28.89 | 0.99 | 0.52 |
| Hex | FE | 80 | B | 0 | 32 | 60 | 0 | 1D | 63 | 34 |
| Octal | 376 | 200 | 13 | 0 | 62 | 140 | 0 | 35 | 143 | 64 |
| Binary | 11111110 | 10000000 | 1011 | 0 | 110010 | 1100000 | 0 | 11101 | 1100011 | 110100 |
Color Harmonies of #FE800B
Complementary color
Monochromatic Colors of #FE800B
Black with #FE800B
Text Example
Text Example
White with #FE800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE800B; }
p { color: rgb(254,128,11); }
H1.HeaderClassName
{
color: #FE800B;
}
.AnyTagClassName
{
color: #FE800B;
}
</style>
background-color css
<style>
a { background-color: #FE800B; }
a { background-color: rgb(254,128,11); }
div.DivClassName
{
background-color: #FE800B;
}
.BgClassName
{
background-color: #FE800B;
}
</style>
border-color css
<style>
span { border-color: #FE800B; }
span { border-color: rgb(254,128,11); }
td.TdClassName
{
border-color: #FE800B;
}
.TagClassName
{
border-color: #FE800B;
}
</style>