Shades of Dark Orange #FA9100
Tints of Dark Orange #FA9100
RGB
CMYK
RGB Variations
Color information
#FA9100 (or 0xFA9100) is known color: Dark Orange. HEX triplet: FA, 91 and 00. RGB value is (250,145,0). Sum of RGB (Red+Green+Blue) = 250+145+0=395 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.29% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 0 (0.39% from 255 or 0% from 395); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9100 is #056EFF. Grayscale: #A0A0A0. Windows color (decimal): -356096 or 37370. OLE color: 37370.
HSL color Cylindrical-coordinate representation of color #FA9100: hue angle of 34.8º 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 #FA9100 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 145 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.02 |
| HSL | 34.8º | 1% | 0.49% | - |
| HSV(B) | 34.8º | 1% | 0.98% | - |
| XYZ | 49.55 | 40.57 | 5.22 | - |
| YUV | 159.87 | 37.79 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 145 | 0 | 0 | 0.42 | 1 | 0.02 | 34.8 | 1 | 0.49 |
| Hex | FA | 91 | 0 | 0 | 2A | 64 | 2 | 23 | 64 | 31 |
| Octal | 372 | 221 | 0 | 0 | 52 | 144 | 2 | 43 | 144 | 61 |
| Binary | 11111010 | 10010001 | 0 | 0 | 101010 | 1100100 | 10 | 100011 | 1100100 | 110001 |
Color Harmonies of #FA9100
Complementary color
Monochromatic Colors of #FA9100
Black with #FA9100
Text Example
Text Example
White with #FA9100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9100; }
p { color: rgb(250,145,0); }
H1.HeaderClassName
{
color: #FA9100;
}
.AnyTagClassName
{
color: #FA9100;
}
</style>
background-color css
<style>
a { background-color: #FA9100; }
a { background-color: rgb(250,145,0); }
div.DivClassName
{
background-color: #FA9100;
}
.BgClassName
{
background-color: #FA9100;
}
</style>
border-color css
<style>
span { border-color: #FA9100; }
span { border-color: rgb(250,145,0); }
td.TdClassName
{
border-color: #FA9100;
}
.TagClassName
{
border-color: #FA9100;
}
</style>