Shades of Dark Orange #FB850B
Tints of Dark Orange #FB850B
RGB
CMYK
RGB Variations
Color information
#FB850B (or 0xFB850B) is known color: Dark Orange. HEX triplet: FB, 85 and 0B. RGB value is (251,133,11). Sum of RGB (Red+Green+Blue) = 251+133+11=395 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.54% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 11 (4.69% from 255 or 2.78% from 395); Max value from RGB is 251 - color contains mainly: red. Hex color #FB850B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB850B is #047AF4. Grayscale: #9A9A9A. Windows color (decimal): -293621 or 755195. OLE color: 755195.
HSL color Cylindrical-coordinate representation of color #FB850B: hue angle of 30.5º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB850B is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 133 | 11 | - |
| CMYK | 0 | 0.47 | 0.96 | 0.02 |
| HSL | 30.5º | 0.97% | 0.51% | - |
| HSV(B) | 30.5º | 0.96% | 0.98% | - |
| XYZ | 48.23 | 37.31 | 4.98 | - |
| YUV | 154.37 | 47.09 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 133 | 11 | 0 | 0.47 | 0.96 | 0.02 | 30.5 | 0.97 | 0.51 |
| Hex | FB | 85 | B | 0 | 2F | 60 | 2 | 1E | 61 | 33 |
| Octal | 373 | 205 | 13 | 0 | 57 | 140 | 2 | 36 | 141 | 63 |
| Binary | 11111011 | 10000101 | 1011 | 0 | 101111 | 1100000 | 10 | 11110 | 1100001 | 110011 |
Color Harmonies of #FB850B
Complementary color
Monochromatic Colors of #FB850B
Black with #FB850B
Text Example
Text Example
White with #FB850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB850B; }
p { color: rgb(251,133,11); }
H1.HeaderClassName
{
color: #FB850B;
}
.AnyTagClassName
{
color: #FB850B;
}
</style>
background-color css
<style>
a { background-color: #FB850B; }
a { background-color: rgb(251,133,11); }
div.DivClassName
{
background-color: #FB850B;
}
.BgClassName
{
background-color: #FB850B;
}
</style>
border-color css
<style>
span { border-color: #FB850B; }
span { border-color: rgb(251,133,11); }
td.TdClassName
{
border-color: #FB850B;
}
.TagClassName
{
border-color: #FB850B;
}
</style>