Shades of Dark Orange #FB8F0D
Tints of Dark Orange #FB8F0D
RGB
CMYK
RGB Variations
Color information
#FB8F0D (or 0xFB8F0D) is known color: Dark Orange. HEX triplet: FB, 8F and 0D. RGB value is (251,143,13). Sum of RGB (Red+Green+Blue) = 251+143+13=407 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.67% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 13 (5.47% from 255 or 3.19% from 407); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8F0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8F0D is #0470F2. Grayscale: #A1A1A1. Windows color (decimal): -291059 or 888827. OLE color: 888827.
HSL color Cylindrical-coordinate representation of color #FB8F0D: hue angle of 32.77º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB8F0D is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 13 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.02 |
| HSL | 32.77º | 0.97% | 0.52% | - |
| HSV(B) | 32.77º | 0.95% | 0.98% | - |
| XYZ | 49.68 | 40.18 | 5.52 | - |
| YUV | 160.47 | 44.78 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 13 | 0 | 0.43 | 0.95 | 0.02 | 32.77 | 0.97 | 0.52 |
| Hex | FB | 8F | D | 0 | 2B | 5F | 2 | 21 | 61 | 34 |
| Octal | 373 | 217 | 15 | 0 | 53 | 137 | 2 | 41 | 141 | 64 |
| Binary | 11111011 | 10001111 | 1101 | 0 | 101011 | 1011111 | 10 | 100001 | 1100001 | 110100 |
Color Harmonies of #FB8F0D
Complementary color
Monochromatic Colors of #FB8F0D
Black with #FB8F0D
Text Example
Text Example
White with #FB8F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8F0D; }
p { color: rgb(251,143,13); }
H1.HeaderClassName
{
color: #FB8F0D;
}
.AnyTagClassName
{
color: #FB8F0D;
}
</style>
background-color css
<style>
a { background-color: #FB8F0D; }
a { background-color: rgb(251,143,13); }
div.DivClassName
{
background-color: #FB8F0D;
}
.BgClassName
{
background-color: #FB8F0D;
}
</style>
border-color css
<style>
span { border-color: #FB8F0D; }
span { border-color: rgb(251,143,13); }
td.TdClassName
{
border-color: #FB8F0D;
}
.TagClassName
{
border-color: #FB8F0D;
}
</style>