Shades of Dark Orange #FA9109
Tints of Dark Orange #FA9109
RGB
CMYK
RGB Variations
Color information
#FA9109 (or 0xFA9109) is known color: Dark Orange. HEX triplet: FA, 91 and 09. RGB value is (250,145,9). Sum of RGB (Red+Green+Blue) = 250+145+9=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 9 (3.91% from 255 or 2.23% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9109 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9109 is #056EF6. Grayscale: #A1A1A1. Windows color (decimal): -356087 or 627194. OLE color: 627194.
HSL color Cylindrical-coordinate representation of color #FA9109: hue angle of 33.86º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA9109 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 145 | 9 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.02 |
| HSL | 33.86º | 0.96% | 0.51% | - |
| HSV(B) | 33.86º | 0.96% | 0.98% | - |
| XYZ | 49.6 | 40.59 | 5.48 | - |
| YUV | 160.89 | 42.29 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 145 | 9 | 0 | 0.42 | 0.96 | 0.02 | 33.86 | 0.96 | 0.51 |
| Hex | FA | 91 | 9 | 0 | 2A | 60 | 2 | 22 | 60 | 33 |
| Octal | 372 | 221 | 11 | 0 | 52 | 140 | 2 | 42 | 140 | 63 |
| Binary | 11111010 | 10010001 | 1001 | 0 | 101010 | 1100000 | 10 | 100010 | 1100000 | 110011 |
Color Harmonies of #FA9109
Complementary color
Monochromatic Colors of #FA9109
Black with #FA9109
Text Example
Text Example
White with #FA9109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9109; }
p { color: rgb(250,145,9); }
H1.HeaderClassName
{
color: #FA9109;
}
.AnyTagClassName
{
color: #FA9109;
}
</style>
background-color css
<style>
a { background-color: #FA9109; }
a { background-color: rgb(250,145,9); }
div.DivClassName
{
background-color: #FA9109;
}
.BgClassName
{
background-color: #FA9109;
}
</style>
border-color css
<style>
span { border-color: #FA9109; }
span { border-color: rgb(250,145,9); }
td.TdClassName
{
border-color: #FA9109;
}
.TagClassName
{
border-color: #FA9109;
}
</style>