Shades of Dark Orange #FB8F09
Tints of Dark Orange #FB8F09
RGB
CMYK
RGB Variations
Color information
#FB8F09 (or 0xFB8F09) is known color: Dark Orange. HEX triplet: FB, 8F and 09. RGB value is (251,143,9). Sum of RGB (Red+Green+Blue) = 251+143+9=403 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.28% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 9 (3.91% from 255 or 2.23% from 403); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8F09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8F09 is #0470F6. Grayscale: #A0A0A0. Windows color (decimal): -291063 or 626683. OLE color: 626683.
HSL color Cylindrical-coordinate representation of color #FB8F09: hue angle of 33.22º 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 #FB8F09 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 9 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.02 |
| HSL | 33.22º | 0.97% | 0.51% | - |
| HSV(B) | 33.22º | 0.96% | 0.98% | - |
| XYZ | 49.66 | 40.17 | 5.4 | - |
| YUV | 160.02 | 42.78 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 9 | 0 | 0.43 | 0.96 | 0.02 | 33.22 | 0.97 | 0.51 |
| Hex | FB | 8F | 9 | 0 | 2B | 60 | 2 | 21 | 61 | 33 |
| Octal | 373 | 217 | 11 | 0 | 53 | 140 | 2 | 41 | 141 | 63 |
| Binary | 11111011 | 10001111 | 1001 | 0 | 101011 | 1100000 | 10 | 100001 | 1100001 | 110011 |
Color Harmonies of #FB8F09
Complementary color
Monochromatic Colors of #FB8F09
Black with #FB8F09
Text Example
Text Example
White with #FB8F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8F09; }
p { color: rgb(251,143,9); }
H1.HeaderClassName
{
color: #FB8F09;
}
.AnyTagClassName
{
color: #FB8F09;
}
</style>
background-color css
<style>
a { background-color: #FB8F09; }
a { background-color: rgb(251,143,9); }
div.DivClassName
{
background-color: #FB8F09;
}
.BgClassName
{
background-color: #FB8F09;
}
</style>
border-color css
<style>
span { border-color: #FB8F09; }
span { border-color: rgb(251,143,9); }
td.TdClassName
{
border-color: #FB8F09;
}
.TagClassName
{
border-color: #FB8F09;
}
</style>