Shades of Dark Orange #FB9105
Tints of Dark Orange #FB9105
RGB
CMYK
RGB Variations
Color information
#FB9105 (or 0xFB9105) is known color: Dark Orange. HEX triplet: FB, 91 and 05. RGB value is (251,145,5). Sum of RGB (Red+Green+Blue) = 251+145+5=401 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.59% from 401); Green value is 145 (57.03% from 255 or 36.16% from 401); Blue value is 5 (2.34% from 255 or 1.25% from 401); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9105 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB9105 is #046EFA. Grayscale: #A1A1A1. Windows color (decimal): -290555 or 365051. OLE color: 365051.
HSL color Cylindrical-coordinate representation of color #FB9105: hue angle of 34.15º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB9105 is Cyan = 0, Magento = 0.42, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 145 | 5 | - |
| CMYK | 0 | 0.42 | 0.98 | 0.02 |
| HSL | 34.15º | 0.97% | 0.5% | - |
| HSV(B) | 34.15º | 0.98% | 0.98% | - |
| XYZ | 49.94 | 40.77 | 5.38 | - |
| YUV | 160.73 | 40.12 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 145 | 5 | 0 | 0.42 | 0.98 | 0.02 | 34.15 | 0.97 | 0.5 |
| Hex | FB | 91 | 5 | 0 | 2A | 62 | 2 | 22 | 61 | 32 |
| Octal | 373 | 221 | 5 | 0 | 52 | 142 | 2 | 42 | 141 | 62 |
| Binary | 11111011 | 10010001 | 101 | 0 | 101010 | 1100010 | 10 | 100010 | 1100001 | 110010 |
Color Harmonies of #FB9105
Complementary color
Monochromatic Colors of #FB9105
Black with #FB9105
Text Example
Text Example
White with #FB9105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9105; }
p { color: rgb(251,145,5); }
H1.HeaderClassName
{
color: #FB9105;
}
.AnyTagClassName
{
color: #FB9105;
}
</style>
background-color css
<style>
a { background-color: #FB9105; }
a { background-color: rgb(251,145,5); }
div.DivClassName
{
background-color: #FB9105;
}
.BgClassName
{
background-color: #FB9105;
}
</style>
border-color css
<style>
span { border-color: #FB9105; }
span { border-color: rgb(251,145,5); }
td.TdClassName
{
border-color: #FB9105;
}
.TagClassName
{
border-color: #FB9105;
}
</style>