Shades of Dark Orange #FA9207
Tints of Dark Orange #FA9207
RGB
CMYK
RGB Variations
Color information
#FA9207 (or 0xFA9207) is known color: Dark Orange. HEX triplet: FA, 92 and 07. RGB value is (250,146,7). Sum of RGB (Red+Green+Blue) = 250+146+7=403 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.03% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 7 (3.12% from 255 or 1.74% from 403); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9207 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9207 is #056DF8. Grayscale: #A1A1A1. Windows color (decimal): -355833 or 496378. OLE color: 496378.
HSL color Cylindrical-coordinate representation of color #FA9207: hue angle of 34.32º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA9207 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 146 | 7 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.02 |
| HSL | 34.32º | 0.96% | 0.5% | - |
| HSV(B) | 34.32º | 0.97% | 0.98% | - |
| XYZ | 49.74 | 40.9 | 5.47 | - |
| YUV | 161.25 | 40.96 | 191.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 146 | 7 | 0 | 0.42 | 0.97 | 0.02 | 34.32 | 0.96 | 0.5 |
| Hex | FA | 92 | 7 | 0 | 2A | 61 | 2 | 22 | 60 | 32 |
| Octal | 372 | 222 | 7 | 0 | 52 | 141 | 2 | 42 | 140 | 62 |
| Binary | 11111010 | 10010010 | 111 | 0 | 101010 | 1100001 | 10 | 100010 | 1100000 | 110010 |
Color Harmonies of #FA9207
Complementary color
Monochromatic Colors of #FA9207
Black with #FA9207
Text Example
Text Example
White with #FA9207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9207; }
p { color: rgb(250,146,7); }
H1.HeaderClassName
{
color: #FA9207;
}
.AnyTagClassName
{
color: #FA9207;
}
</style>
background-color css
<style>
a { background-color: #FA9207; }
a { background-color: rgb(250,146,7); }
div.DivClassName
{
background-color: #FA9207;
}
.BgClassName
{
background-color: #FA9207;
}
</style>
border-color css
<style>
span { border-color: #FA9207; }
span { border-color: rgb(250,146,7); }
td.TdClassName
{
border-color: #FA9207;
}
.TagClassName
{
border-color: #FA9207;
}
</style>