Shades of Dark Orange #FB9003
Tints of Dark Orange #FB9003
RGB
CMYK
RGB Variations
Color information
#FB9003 (or 0xFB9003) is known color: Dark Orange. HEX triplet: FB, 90 and 03. RGB value is (251,144,3). Sum of RGB (Red+Green+Blue) = 251+144+3=398 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.07% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 3 (1.56% from 255 or 0.75% from 398); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9003 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB9003 is #046FFC. Grayscale: #A0A0A0. Windows color (decimal): -290813 or 233723. OLE color: 233723.
HSL color Cylindrical-coordinate representation of color #FB9003: hue angle of 34.11º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB9003 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 144 | 3 | - |
| CMYK | 0 | 0.43 | 0.99 | 0.02 |
| HSL | 34.11º | 0.98% | 0.5% | - |
| HSV(B) | 34.11º | 0.99% | 0.98% | - |
| XYZ | 49.77 | 40.46 | 5.27 | - |
| YUV | 159.92 | 39.45 | 192.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 144 | 3 | 0 | 0.43 | 0.99 | 0.02 | 34.11 | 0.98 | 0.5 |
| Hex | FB | 90 | 3 | 0 | 2B | 63 | 2 | 22 | 62 | 32 |
| Octal | 373 | 220 | 3 | 0 | 53 | 143 | 2 | 42 | 142 | 62 |
| Binary | 11111011 | 10010000 | 11 | 0 | 101011 | 1100011 | 10 | 100010 | 1100010 | 110010 |
Color Harmonies of #FB9003
Complementary color
Monochromatic Colors of #FB9003
Black with #FB9003
Text Example
Text Example
White with #FB9003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9003; }
p { color: rgb(251,144,3); }
H1.HeaderClassName
{
color: #FB9003;
}
.AnyTagClassName
{
color: #FB9003;
}
</style>
background-color css
<style>
a { background-color: #FB9003; }
a { background-color: rgb(251,144,3); }
div.DivClassName
{
background-color: #FB9003;
}
.BgClassName
{
background-color: #FB9003;
}
</style>
border-color css
<style>
span { border-color: #FB9003; }
span { border-color: rgb(251,144,3); }
td.TdClassName
{
border-color: #FB9003;
}
.TagClassName
{
border-color: #FB9003;
}
</style>