Shades of Dark Orange #FA9301
Tints of Dark Orange #FA9301
RGB
CMYK
RGB Variations
Color information
#FA9301 (or 0xFA9301) is known color: Dark Orange. HEX triplet: FA, 93 and 01. RGB value is (250,147,1). Sum of RGB (Red+Green+Blue) = 250+147+1=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 1 (0.78% from 255 or 0.25% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9301 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9301 is #056CFE. Grayscale: #A1A1A1. Windows color (decimal): -355583 or 103418. OLE color: 103418.
HSL color Cylindrical-coordinate representation of color #FA9301: hue angle of 35.18º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA9301 is Cyan = 0, Magento = 0.41, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 147 | 1 | - |
| CMYK | 0 | 0.41 | 1.00 | 0.02 |
| HSL | 35.18º | 0.99% | 0.49% | - |
| HSV(B) | 35.18º | 1% | 0.98% | - |
| XYZ | 49.86 | 41.19 | 5.35 | - |
| YUV | 161.15 | 37.62 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 147 | 1 | 0 | 0.41 | 1.00 | 0.02 | 35.18 | 0.99 | 0.49 |
| Hex | FA | 93 | 1 | 0 | 29 | 64 | 2 | 23 | 63 | 31 |
| Octal | 372 | 223 | 1 | 0 | 51 | 144 | 2 | 43 | 143 | 61 |
| Binary | 11111010 | 10010011 | 1 | 0 | 101001 | 1100100 | 10 | 100011 | 1100011 | 110001 |
Color Harmonies of #FA9301
Complementary color
Monochromatic Colors of #FA9301
Black with #FA9301
Text Example
Text Example
White with #FA9301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9301; }
p { color: rgb(250,147,1); }
H1.HeaderClassName
{
color: #FA9301;
}
.AnyTagClassName
{
color: #FA9301;
}
</style>
background-color css
<style>
a { background-color: #FA9301; }
a { background-color: rgb(250,147,1); }
div.DivClassName
{
background-color: #FA9301;
}
.BgClassName
{
background-color: #FA9301;
}
</style>
border-color css
<style>
span { border-color: #FA9301; }
span { border-color: rgb(250,147,1); }
td.TdClassName
{
border-color: #FA9301;
}
.TagClassName
{
border-color: #FA9301;
}
</style>