Shades of Dark Orange #FB900B
Tints of Dark Orange #FB900B
RGB
CMYK
RGB Variations
Color information
#FB900B (or 0xFB900B) is known color: Dark Orange. HEX triplet: FB, 90 and 0B. RGB value is (251,144,11). Sum of RGB (Red+Green+Blue) = 251+144+11=406 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.82% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 11 (4.69% from 255 or 2.71% from 406); Max value from RGB is 251 - color contains mainly: red. Hex color #FB900B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB900B is #046FF4. Grayscale: #A1A1A1. Windows color (decimal): -290805 or 758011. OLE color: 758011.
HSL color Cylindrical-coordinate representation of color #FB900B: hue angle of 33.25º 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 #FB900B is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 144 | 11 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.02 |
| HSL | 33.25º | 0.97% | 0.51% | - |
| HSV(B) | 33.25º | 0.96% | 0.98% | - |
| XYZ | 49.82 | 40.48 | 5.5 | - |
| YUV | 160.83 | 43.45 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 144 | 11 | 0 | 0.43 | 0.96 | 0.02 | 33.25 | 0.97 | 0.51 |
| Hex | FB | 90 | B | 0 | 2B | 60 | 2 | 21 | 61 | 33 |
| Octal | 373 | 220 | 13 | 0 | 53 | 140 | 2 | 41 | 141 | 63 |
| Binary | 11111011 | 10010000 | 1011 | 0 | 101011 | 1100000 | 10 | 100001 | 1100001 | 110011 |
Color Harmonies of #FB900B
Complementary color
Monochromatic Colors of #FB900B
Black with #FB900B
Text Example
Text Example
White with #FB900B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB900B; }
p { color: rgb(251,144,11); }
H1.HeaderClassName
{
color: #FB900B;
}
.AnyTagClassName
{
color: #FB900B;
}
</style>
background-color css
<style>
a { background-color: #FB900B; }
a { background-color: rgb(251,144,11); }
div.DivClassName
{
background-color: #FB900B;
}
.BgClassName
{
background-color: #FB900B;
}
</style>
border-color css
<style>
span { border-color: #FB900B; }
span { border-color: rgb(251,144,11); }
td.TdClassName
{
border-color: #FB900B;
}
.TagClassName
{
border-color: #FB900B;
}
</style>