Shades of Dark Orange #FB9010
Tints of Dark Orange #FB9010
RGB
CMYK
RGB Variations
Color information
#FB9010 (or 0xFB9010) is known color: Dark Orange. HEX triplet: FB, 90 and 10. RGB value is (251,144,16). Sum of RGB (Red+Green+Blue) = 251+144+16=411 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.07% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 16 (6.64% from 255 or 3.89% from 411); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB9010 is #046FEF. Grayscale: #A2A2A2. Windows color (decimal): -290800 or 1085691. OLE color: 1085691.
HSL color Cylindrical-coordinate representation of color #FB9010: hue angle of 32.68º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB9010 is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 144 | 16 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.02 |
| HSL | 32.68º | 0.97% | 0.52% | - |
| HSV(B) | 32.68º | 0.94% | 0.98% | - |
| XYZ | 49.85 | 40.49 | 5.68 | - |
| YUV | 161.4 | 45.95 | 191.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 144 | 16 | 0 | 0.43 | 0.94 | 0.02 | 32.68 | 0.97 | 0.52 |
| Hex | FB | 90 | 10 | 0 | 2B | 5E | 2 | 21 | 61 | 34 |
| Octal | 373 | 220 | 20 | 0 | 53 | 136 | 2 | 41 | 141 | 64 |
| Binary | 11111011 | 10010000 | 10000 | 0 | 101011 | 1011110 | 10 | 100001 | 1100001 | 110100 |
Color Harmonies of #FB9010
Complementary color
Monochromatic Colors of #FB9010
Black with #FB9010
Text Example
Text Example
White with #FB9010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9010; }
p { color: rgb(251,144,16); }
H1.HeaderClassName
{
color: #FB9010;
}
.AnyTagClassName
{
color: #FB9010;
}
</style>
background-color css
<style>
a { background-color: #FB9010; }
a { background-color: rgb(251,144,16); }
div.DivClassName
{
background-color: #FB9010;
}
.BgClassName
{
background-color: #FB9010;
}
</style>
border-color css
<style>
span { border-color: #FB9010; }
span { border-color: rgb(251,144,16); }
td.TdClassName
{
border-color: #FB9010;
}
.TagClassName
{
border-color: #FB9010;
}
</style>