Shades of Dark Orange #FB8F12
Tints of Dark Orange #FB8F12
RGB
CMYK
RGB Variations
Color information
#FB8F12 (or 0xFB8F12) is known color: Dark Orange. HEX triplet: FB, 8F and 12. RGB value is (251,143,18). Sum of RGB (Red+Green+Blue) = 251+143+18=412 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.92% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 18 (7.42% from 255 or 4.37% from 412); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8F12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8F12 is #0470ED. Grayscale: #A1A1A1. Windows color (decimal): -291054 or 1216507. OLE color: 1216507.
HSL color Cylindrical-coordinate representation of color #FB8F12: hue angle of 32.19º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB8F12 is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 18 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.02 |
| HSL | 32.19º | 0.97% | 0.53% | - |
| HSV(B) | 32.19º | 0.93% | 0.98% | - |
| XYZ | 49.72 | 40.2 | 5.71 | - |
| YUV | 161.04 | 47.28 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 18 | 0 | 0.43 | 0.93 | 0.02 | 32.19 | 0.97 | 0.53 |
| Hex | FB | 8F | 12 | 0 | 2B | 5D | 2 | 20 | 61 | 35 |
| Octal | 373 | 217 | 22 | 0 | 53 | 135 | 2 | 40 | 141 | 65 |
| Binary | 11111011 | 10001111 | 10010 | 0 | 101011 | 1011101 | 10 | 100000 | 1100001 | 110101 |
Color Harmonies of #FB8F12
Complementary color
Monochromatic Colors of #FB8F12
Black with #FB8F12
Text Example
Text Example
White with #FB8F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8F12; }
p { color: rgb(251,143,18); }
H1.HeaderClassName
{
color: #FB8F12;
}
.AnyTagClassName
{
color: #FB8F12;
}
</style>
background-color css
<style>
a { background-color: #FB8F12; }
a { background-color: rgb(251,143,18); }
div.DivClassName
{
background-color: #FB8F12;
}
.BgClassName
{
background-color: #FB8F12;
}
</style>
border-color css
<style>
span { border-color: #FB8F12; }
span { border-color: rgb(251,143,18); }
td.TdClassName
{
border-color: #FB8F12;
}
.TagClassName
{
border-color: #FB8F12;
}
</style>