Shades of Dark Orange #FA8702
Tints of Dark Orange #FA8702
RGB
CMYK
RGB Variations
Color information
#FA8702 (or 0xFA8702) is known color: Dark Orange. HEX triplet: FA, 87 and 02. RGB value is (250,135,2). Sum of RGB (Red+Green+Blue) = 250+135+2=387 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.60% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 2 (1.17% from 255 or 0.52% from 387); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8702 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8702 is #0578FD. Grayscale: #9A9A9A. Windows color (decimal): -358654 or 165882. OLE color: 165882.
HSL color Cylindrical-coordinate representation of color #FA8702: hue angle of 32.18º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA8702 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 135 | 2 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.02 |
| HSL | 32.18º | 0.98% | 0.49% | - |
| HSV(B) | 32.18º | 0.99% | 0.98% | - |
| XYZ | 48.1 | 37.66 | 4.79 | - |
| YUV | 154.22 | 42.1 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 135 | 2 | 0 | 0.46 | 0.99 | 0.02 | 32.18 | 0.98 | 0.49 |
| Hex | FA | 87 | 2 | 0 | 2E | 63 | 2 | 20 | 62 | 31 |
| Octal | 372 | 207 | 2 | 0 | 56 | 143 | 2 | 40 | 142 | 61 |
| Binary | 11111010 | 10000111 | 10 | 0 | 101110 | 1100011 | 10 | 100000 | 1100010 | 110001 |
Color Harmonies of #FA8702
Complementary color
Monochromatic Colors of #FA8702
Black with #FA8702
Text Example
Text Example
White with #FA8702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8702; }
p { color: rgb(250,135,2); }
H1.HeaderClassName
{
color: #FA8702;
}
.AnyTagClassName
{
color: #FA8702;
}
</style>
background-color css
<style>
a { background-color: #FA8702; }
a { background-color: rgb(250,135,2); }
div.DivClassName
{
background-color: #FA8702;
}
.BgClassName
{
background-color: #FA8702;
}
</style>
border-color css
<style>
span { border-color: #FA8702; }
span { border-color: rgb(250,135,2); }
td.TdClassName
{
border-color: #FA8702;
}
.TagClassName
{
border-color: #FA8702;
}
</style>