Shades of Dark Orange #FA8608
Tints of Dark Orange #FA8608
RGB
CMYK
RGB Variations
Color information
#FA8608 (or 0xFA8608) is known color: Dark Orange. HEX triplet: FA, 86 and 08. RGB value is (250,134,8). Sum of RGB (Red+Green+Blue) = 250+134+8=392 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.78% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 8 (3.52% from 255 or 2.04% from 392); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8608 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8608 is #0579F7. Grayscale: #9A9A9A. Windows color (decimal): -358904 or 558842. OLE color: 558842.
HSL color Cylindrical-coordinate representation of color #FA8608: hue angle of 31.24º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA8608 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 134 | 8 | - |
| CMYK | 0 | 0.46 | 0.97 | 0.02 |
| HSL | 31.24º | 0.96% | 0.51% | - |
| HSV(B) | 31.24º | 0.97% | 0.98% | - |
| XYZ | 47.99 | 37.39 | 4.92 | - |
| YUV | 154.32 | 45.43 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 134 | 8 | 0 | 0.46 | 0.97 | 0.02 | 31.24 | 0.96 | 0.51 |
| Hex | FA | 86 | 8 | 0 | 2E | 61 | 2 | 1F | 60 | 33 |
| Octal | 372 | 206 | 10 | 0 | 56 | 141 | 2 | 37 | 140 | 63 |
| Binary | 11111010 | 10000110 | 1000 | 0 | 101110 | 1100001 | 10 | 11111 | 1100000 | 110011 |
Color Harmonies of #FA8608
Complementary color
Monochromatic Colors of #FA8608
Black with #FA8608
Text Example
Text Example
White with #FA8608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8608; }
p { color: rgb(250,134,8); }
H1.HeaderClassName
{
color: #FA8608;
}
.AnyTagClassName
{
color: #FA8608;
}
</style>
background-color css
<style>
a { background-color: #FA8608; }
a { background-color: rgb(250,134,8); }
div.DivClassName
{
background-color: #FA8608;
}
.BgClassName
{
background-color: #FA8608;
}
</style>
border-color css
<style>
span { border-color: #FA8608; }
span { border-color: rgb(250,134,8); }
td.TdClassName
{
border-color: #FA8608;
}
.TagClassName
{
border-color: #FA8608;
}
</style>