Shades of Dark Orange #FB8A02
Tints of Dark Orange #FB8A02
RGB
CMYK
RGB Variations
Color information
#FB8A02 (or 0xFB8A02) is known color: Dark Orange. HEX triplet: FB, 8A and 02. RGB value is (251,138,2). Sum of RGB (Red+Green+Blue) = 251+138+2=391 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.19% from 391); Green value is 138 (54.30% from 255 or 35.29% from 391); Blue value is 2 (1.17% from 255 or 0.51% from 391); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8A02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8A02 is #0475FD. Grayscale: #9C9C9C. Windows color (decimal): -292350 or 166651. OLE color: 166651.
HSL color Cylindrical-coordinate representation of color #FB8A02: hue angle of 32.77º 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 #FB8A02 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 138 | 2 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.02 |
| HSL | 32.77º | 0.98% | 0.5% | - |
| HSV(B) | 32.77º | 0.99% | 0.98% | - |
| XYZ | 48.88 | 38.69 | 4.95 | - |
| YUV | 156.28 | 40.94 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 138 | 2 | 0 | 0.45 | 0.99 | 0.02 | 32.77 | 0.98 | 0.5 |
| Hex | FB | 8A | 2 | 0 | 2D | 63 | 2 | 21 | 62 | 32 |
| Octal | 373 | 212 | 2 | 0 | 55 | 143 | 2 | 41 | 142 | 62 |
| Binary | 11111011 | 10001010 | 10 | 0 | 101101 | 1100011 | 10 | 100001 | 1100010 | 110010 |
Color Harmonies of #FB8A02
Complementary color
Monochromatic Colors of #FB8A02
Black with #FB8A02
Text Example
Text Example
White with #FB8A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8A02; }
p { color: rgb(251,138,2); }
H1.HeaderClassName
{
color: #FB8A02;
}
.AnyTagClassName
{
color: #FB8A02;
}
</style>
background-color css
<style>
a { background-color: #FB8A02; }
a { background-color: rgb(251,138,2); }
div.DivClassName
{
background-color: #FB8A02;
}
.BgClassName
{
background-color: #FB8A02;
}
</style>
border-color css
<style>
span { border-color: #FB8A02; }
span { border-color: rgb(251,138,2); }
td.TdClassName
{
border-color: #FB8A02;
}
.TagClassName
{
border-color: #FB8A02;
}
</style>