Shades of Dark Orange #FA8900
Tints of Dark Orange #FA8900
RGB
CMYK
RGB Variations
Color information
#FA8900 (or 0xFA8900) is known color: Dark Orange. HEX triplet: FA, 89 and 00. RGB value is (250,137,0). Sum of RGB (Red+Green+Blue) = 250+137+0=387 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.60% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 0 (0.39% from 255 or 0% from 387); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8900 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8900 is #0576FF. Grayscale: #9B9B9B. Windows color (decimal): -358144 or 35322. OLE color: 35322.
HSL color Cylindrical-coordinate representation of color #FA8900: hue angle of 32.88º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA8900 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 137 | 0 | - |
| CMYK | 0 | 0.45 | 1 | 0.02 |
| HSL | 32.88º | 1% | 0.49% | - |
| HSV(B) | 32.88º | 1% | 0.98% | - |
| XYZ | 48.37 | 38.22 | 4.83 | - |
| YUV | 155.17 | 40.44 | 195.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 137 | 0 | 0 | 0.45 | 1 | 0.02 | 32.88 | 1 | 0.49 |
| Hex | FA | 89 | 0 | 0 | 2D | 64 | 2 | 21 | 64 | 31 |
| Octal | 372 | 211 | 0 | 0 | 55 | 144 | 2 | 41 | 144 | 61 |
| Binary | 11111010 | 10001001 | 0 | 0 | 101101 | 1100100 | 10 | 100001 | 1100100 | 110001 |
Color Harmonies of #FA8900
Complementary color
Monochromatic Colors of #FA8900
Black with #FA8900
Text Example
Text Example
White with #FA8900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8900; }
p { color: rgb(250,137,0); }
H1.HeaderClassName
{
color: #FA8900;
}
.AnyTagClassName
{
color: #FA8900;
}
</style>
background-color css
<style>
a { background-color: #FA8900; }
a { background-color: rgb(250,137,0); }
div.DivClassName
{
background-color: #FA8900;
}
.BgClassName
{
background-color: #FA8900;
}
</style>
border-color css
<style>
span { border-color: #FA8900; }
span { border-color: rgb(250,137,0); }
td.TdClassName
{
border-color: #FA8900;
}
.TagClassName
{
border-color: #FA8900;
}
</style>