Shades of Dark Orange #FA8713
Tints of Dark Orange #FA8713
RGB
CMYK
RGB Variations
Color information
#FA8713 (or 0xFA8713) is known color: Dark Orange. HEX triplet: FA, 87 and 13. RGB value is (250,135,19). Sum of RGB (Red+Green+Blue) = 250+135+19=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 19 (7.81% from 255 or 4.70% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8713 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8713 is #0578EC. Grayscale: #9C9C9C. Windows color (decimal): -358637 or 1279994. OLE color: 1279994.
HSL color Cylindrical-coordinate representation of color #FA8713: hue angle of 30.13º degrees, saturation: 0.96, 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 #FA8713 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 135 | 19 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.02 |
| HSL | 30.13º | 0.96% | 0.53% | - |
| HSV(B) | 30.13º | 0.92% | 0.98% | - |
| XYZ | 48.21 | 37.7 | 5.35 | - |
| YUV | 156.16 | 50.6 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 135 | 19 | 0 | 0.46 | 0.92 | 0.02 | 30.13 | 0.96 | 0.53 |
| Hex | FA | 87 | 13 | 0 | 2E | 5C | 2 | 1E | 60 | 35 |
| Octal | 372 | 207 | 23 | 0 | 56 | 134 | 2 | 36 | 140 | 65 |
| Binary | 11111010 | 10000111 | 10011 | 0 | 101110 | 1011100 | 10 | 11110 | 1100000 | 110101 |
Color Harmonies of #FA8713
Complementary color
Monochromatic Colors of #FA8713
Black with #FA8713
Text Example
Text Example
White with #FA8713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8713; }
p { color: rgb(250,135,19); }
H1.HeaderClassName
{
color: #FA8713;
}
.AnyTagClassName
{
color: #FA8713;
}
</style>
background-color css
<style>
a { background-color: #FA8713; }
a { background-color: rgb(250,135,19); }
div.DivClassName
{
background-color: #FA8713;
}
.BgClassName
{
background-color: #FA8713;
}
</style>
border-color css
<style>
span { border-color: #FA8713; }
span { border-color: rgb(250,135,19); }
td.TdClassName
{
border-color: #FA8713;
}
.TagClassName
{
border-color: #FA8713;
}
</style>