Shades of Dark Orange #FB8A08
Tints of Dark Orange #FB8A08
RGB
CMYK
RGB Variations
Color information
#FB8A08 (or 0xFB8A08) is known color: Dark Orange. HEX triplet: FB, 8A and 08. RGB value is (251,138,8). Sum of RGB (Red+Green+Blue) = 251+138+8=397 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.22% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 8 (3.52% from 255 or 2.02% from 397); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8A08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8A08 is #0475F7. Grayscale: #9D9D9D. Windows color (decimal): -292344 or 559867. OLE color: 559867.
HSL color Cylindrical-coordinate representation of color #FB8A08: hue angle of 32.1º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FB8A08 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 138 | 8 | - |
| CMYK | 0 | 0.45 | 0.97 | 0.02 |
| HSL | 32.1º | 0.97% | 0.51% | - |
| HSV(B) | 32.1º | 0.97% | 0.98% | - |
| XYZ | 48.92 | 38.7 | 5.12 | - |
| YUV | 156.97 | 43.94 | 195.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 138 | 8 | 0 | 0.45 | 0.97 | 0.02 | 32.1 | 0.97 | 0.51 |
| Hex | FB | 8A | 8 | 0 | 2D | 61 | 2 | 20 | 61 | 33 |
| Octal | 373 | 212 | 10 | 0 | 55 | 141 | 2 | 40 | 141 | 63 |
| Binary | 11111011 | 10001010 | 1000 | 0 | 101101 | 1100001 | 10 | 100000 | 1100001 | 110011 |
Color Harmonies of #FB8A08
Complementary color
Monochromatic Colors of #FB8A08
Black with #FB8A08
Text Example
Text Example
White with #FB8A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8A08; }
p { color: rgb(251,138,8); }
H1.HeaderClassName
{
color: #FB8A08;
}
.AnyTagClassName
{
color: #FB8A08;
}
</style>
background-color css
<style>
a { background-color: #FB8A08; }
a { background-color: rgb(251,138,8); }
div.DivClassName
{
background-color: #FB8A08;
}
.BgClassName
{
background-color: #FB8A08;
}
</style>
border-color css
<style>
span { border-color: #FB8A08; }
span { border-color: rgb(251,138,8); }
td.TdClassName
{
border-color: #FB8A08;
}
.TagClassName
{
border-color: #FB8A08;
}
</style>