Shades of Dark Orange #FB860C
Tints of Dark Orange #FB860C
RGB
CMYK
RGB Variations
Color information
#FB860C (or 0xFB860C) is known color: Dark Orange. HEX triplet: FB, 86 and 0C. RGB value is (251,134,12). Sum of RGB (Red+Green+Blue) = 251+134+12=397 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.22% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 12 (5.08% from 255 or 3.02% from 397); Max value from RGB is 251 - color contains mainly: red. Hex color #FB860C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB860C is #0479F3. Grayscale: #9B9B9B. Windows color (decimal): -293364 or 820987. OLE color: 820987.
HSL color Cylindrical-coordinate representation of color #FB860C: hue angle of 30.63º 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 #FB860C is Cyan = 0, Magento = 0.47, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 134 | 12 | - |
| CMYK | 0 | 0.47 | 0.95 | 0.02 |
| HSL | 30.63º | 0.97% | 0.52% | - |
| HSV(B) | 30.63º | 0.95% | 0.98% | - |
| XYZ | 48.38 | 37.59 | 5.05 | - |
| YUV | 155.08 | 47.26 | 196.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 134 | 12 | 0 | 0.47 | 0.95 | 0.02 | 30.63 | 0.97 | 0.52 |
| Hex | FB | 86 | C | 0 | 2F | 5F | 2 | 1F | 61 | 34 |
| Octal | 373 | 206 | 14 | 0 | 57 | 137 | 2 | 37 | 141 | 64 |
| Binary | 11111011 | 10000110 | 1100 | 0 | 101111 | 1011111 | 10 | 11111 | 1100001 | 110100 |
Color Harmonies of #FB860C
Complementary color
Monochromatic Colors of #FB860C
Black with #FB860C
Text Example
Text Example
White with #FB860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB860C; }
p { color: rgb(251,134,12); }
H1.HeaderClassName
{
color: #FB860C;
}
.AnyTagClassName
{
color: #FB860C;
}
</style>
background-color css
<style>
a { background-color: #FB860C; }
a { background-color: rgb(251,134,12); }
div.DivClassName
{
background-color: #FB860C;
}
.BgClassName
{
background-color: #FB860C;
}
</style>
border-color css
<style>
span { border-color: #FB860C; }
span { border-color: rgb(251,134,12); }
td.TdClassName
{
border-color: #FB860C;
}
.TagClassName
{
border-color: #FB860C;
}
</style>