Shades of Dark Orange #FA9103
Tints of Dark Orange #FA9103
RGB
CMYK
RGB Variations
Color information
#FA9103 (or 0xFA9103) is known color: Dark Orange. HEX triplet: FA, 91 and 03. RGB value is (250,145,3). Sum of RGB (Red+Green+Blue) = 250+145+3=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 3 (1.56% from 255 or 0.75% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9103 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9103 is #056EFC. Grayscale: #A0A0A0. Windows color (decimal): -356093 or 233978. OLE color: 233978.
HSL color Cylindrical-coordinate representation of color #FA9103: hue angle of 34.49º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA9103 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 145 | 3 | - |
| CMYK | 0 | 0.42 | 0.99 | 0.02 |
| HSL | 34.49º | 0.98% | 0.5% | - |
| HSV(B) | 34.49º | 0.99% | 0.98% | - |
| XYZ | 49.57 | 40.58 | 5.31 | - |
| YUV | 160.21 | 39.29 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 145 | 3 | 0 | 0.42 | 0.99 | 0.02 | 34.49 | 0.98 | 0.5 |
| Hex | FA | 91 | 3 | 0 | 2A | 63 | 2 | 22 | 62 | 32 |
| Octal | 372 | 221 | 3 | 0 | 52 | 143 | 2 | 42 | 142 | 62 |
| Binary | 11111010 | 10010001 | 11 | 0 | 101010 | 1100011 | 10 | 100010 | 1100010 | 110010 |
Color Harmonies of #FA9103
Complementary color
Monochromatic Colors of #FA9103
Black with #FA9103
Text Example
Text Example
White with #FA9103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9103; }
p { color: rgb(250,145,3); }
H1.HeaderClassName
{
color: #FA9103;
}
.AnyTagClassName
{
color: #FA9103;
}
</style>
background-color css
<style>
a { background-color: #FA9103; }
a { background-color: rgb(250,145,3); }
div.DivClassName
{
background-color: #FA9103;
}
.BgClassName
{
background-color: #FA9103;
}
</style>
border-color css
<style>
span { border-color: #FA9103; }
span { border-color: rgb(250,145,3); }
td.TdClassName
{
border-color: #FA9103;
}
.TagClassName
{
border-color: #FA9103;
}
</style>