Shades of Dark Orange #FE910B
Tints of Dark Orange #FE910B
RGB
CMYK
RGB Variations
Color information
#FE910B (or 0xFE910B) is known color: Dark Orange. HEX triplet: FE, 91 and 0B. RGB value is (254,145,11). Sum of RGB (Red+Green+Blue) = 254+145+11=410 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.95% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 11 (4.69% from 255 or 2.68% from 410); Max value from RGB is 254 - color contains mainly: red. Hex color #FE910B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE910B is #016EF4. Grayscale: #A2A2A2. Windows color (decimal): -93941 or 758270. OLE color: 758270.
HSL color Cylindrical-coordinate representation of color #FE910B: hue angle of 33.09º 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 #FE910B is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 145 | 11 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.00 |
| HSL | 33.09º | 0.99% | 0.52% | - |
| HSV(B) | 33.09º | 0.96% | 1% | - |
| XYZ | 51.06 | 41.35 | 5.61 | - |
| YUV | 162.32 | 42.61 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 145 | 11 | 0 | 0.43 | 0.96 | 0.00 | 33.09 | 0.99 | 0.52 |
| Hex | FE | 91 | B | 0 | 2B | 60 | 0 | 21 | 63 | 34 |
| Octal | 376 | 221 | 13 | 0 | 53 | 140 | 0 | 41 | 143 | 64 |
| Binary | 11111110 | 10010001 | 1011 | 0 | 101011 | 1100000 | 0 | 100001 | 1100011 | 110100 |
Color Harmonies of #FE910B
Complementary color
Monochromatic Colors of #FE910B
Black with #FE910B
Text Example
Text Example
White with #FE910B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE910B; }
p { color: rgb(254,145,11); }
H1.HeaderClassName
{
color: #FE910B;
}
.AnyTagClassName
{
color: #FE910B;
}
</style>
background-color css
<style>
a { background-color: #FE910B; }
a { background-color: rgb(254,145,11); }
div.DivClassName
{
background-color: #FE910B;
}
.BgClassName
{
background-color: #FE910B;
}
</style>
border-color css
<style>
span { border-color: #FE910B; }
span { border-color: rgb(254,145,11); }
td.TdClassName
{
border-color: #FE910B;
}
.TagClassName
{
border-color: #FE910B;
}
</style>