Shades of Dark Orange #FB8F05
Tints of Dark Orange #FB8F05
RGB
CMYK
RGB Variations
Color information
#FB8F05 (or 0xFB8F05) is known color: Dark Orange. HEX triplet: FB, 8F and 05. RGB value is (251,143,5). Sum of RGB (Red+Green+Blue) = 251+143+5=399 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.91% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 5 (2.34% from 255 or 1.25% from 399); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8F05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8F05 is #0470FA. Grayscale: #A0A0A0. Windows color (decimal): -291067 or 364539. OLE color: 364539.
HSL color Cylindrical-coordinate representation of color #FB8F05: hue angle of 33.66º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB8F05 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 5 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.02 |
| HSL | 33.66º | 0.97% | 0.5% | - |
| HSV(B) | 33.66º | 0.98% | 0.98% | - |
| XYZ | 49.63 | 40.17 | 5.28 | - |
| YUV | 159.56 | 40.78 | 193.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 5 | 0 | 0.43 | 0.98 | 0.02 | 33.66 | 0.97 | 0.5 |
| Hex | FB | 8F | 5 | 0 | 2B | 62 | 2 | 22 | 61 | 32 |
| Octal | 373 | 217 | 5 | 0 | 53 | 142 | 2 | 42 | 141 | 62 |
| Binary | 11111011 | 10001111 | 101 | 0 | 101011 | 1100010 | 10 | 100010 | 1100001 | 110010 |
Color Harmonies of #FB8F05
Complementary color
Monochromatic Colors of #FB8F05
Black with #FB8F05
Text Example
Text Example
White with #FB8F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8F05; }
p { color: rgb(251,143,5); }
H1.HeaderClassName
{
color: #FB8F05;
}
.AnyTagClassName
{
color: #FB8F05;
}
</style>
background-color css
<style>
a { background-color: #FB8F05; }
a { background-color: rgb(251,143,5); }
div.DivClassName
{
background-color: #FB8F05;
}
.BgClassName
{
background-color: #FB8F05;
}
</style>
border-color css
<style>
span { border-color: #FB8F05; }
span { border-color: rgb(251,143,5); }
td.TdClassName
{
border-color: #FB8F05;
}
.TagClassName
{
border-color: #FB8F05;
}
</style>