Shades of Dark Orange #FB8C13
Tints of Dark Orange #FB8C13
RGB
CMYK
RGB Variations
Color information
#FB8C13 (or 0xFB8C13) is known color: Dark Orange. HEX triplet: FB, 8C and 13. RGB value is (251,140,19). Sum of RGB (Red+Green+Blue) = 251+140+19=410 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.22% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 19 (7.81% from 255 or 4.63% from 410); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8C13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8C13 is #0473EC. Grayscale: #9F9F9F. Windows color (decimal): -291821 or 1281275. OLE color: 1281275.
HSL color Cylindrical-coordinate representation of color #FB8C13: hue angle of 31.29º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB8C13 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 140 | 19 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.02 |
| HSL | 31.29º | 0.97% | 0.53% | - |
| HSV(B) | 31.29º | 0.92% | 0.98% | - |
| XYZ | 49.28 | 39.31 | 5.61 | - |
| YUV | 159.4 | 48.77 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 140 | 19 | 0 | 0.44 | 0.92 | 0.02 | 31.29 | 0.97 | 0.53 |
| Hex | FB | 8C | 13 | 0 | 2C | 5C | 2 | 1F | 61 | 35 |
| Octal | 373 | 214 | 23 | 0 | 54 | 134 | 2 | 37 | 141 | 65 |
| Binary | 11111011 | 10001100 | 10011 | 0 | 101100 | 1011100 | 10 | 11111 | 1100001 | 110101 |
Color Harmonies of #FB8C13
Complementary color
Monochromatic Colors of #FB8C13
Black with #FB8C13
Text Example
Text Example
White with #FB8C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8C13; }
p { color: rgb(251,140,19); }
H1.HeaderClassName
{
color: #FB8C13;
}
.AnyTagClassName
{
color: #FB8C13;
}
</style>
background-color css
<style>
a { background-color: #FB8C13; }
a { background-color: rgb(251,140,19); }
div.DivClassName
{
background-color: #FB8C13;
}
.BgClassName
{
background-color: #FB8C13;
}
</style>
border-color css
<style>
span { border-color: #FB8C13; }
span { border-color: rgb(251,140,19); }
td.TdClassName
{
border-color: #FB8C13;
}
.TagClassName
{
border-color: #FB8C13;
}
</style>