Shades of Dark Orange #FA9201
Tints of Dark Orange #FA9201
RGB
CMYK
RGB Variations
Color information
#FA9201 (or 0xFA9201) is known color: Dark Orange. HEX triplet: FA, 92 and 01. RGB value is (250,146,1). Sum of RGB (Red+Green+Blue) = 250+146+1=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 1 (0.78% from 255 or 0.25% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9201 is #056DFE. Grayscale: #A1A1A1. Windows color (decimal): -355839 or 103162. OLE color: 103162.
HSL color Cylindrical-coordinate representation of color #FA9201: hue angle of 34.94º 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 #FA9201 is Cyan = 0, Magento = 0.42, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 146 | 1 | - |
| CMYK | 0 | 0.42 | 1.00 | 0.02 |
| HSL | 34.94º | 0.99% | 0.49% | - |
| HSV(B) | 34.94º | 1% | 0.98% | - |
| XYZ | 49.71 | 40.88 | 5.3 | - |
| YUV | 160.57 | 37.96 | 191.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 146 | 1 | 0 | 0.42 | 1.00 | 0.02 | 34.94 | 0.99 | 0.49 |
| Hex | FA | 92 | 1 | 0 | 2A | 64 | 2 | 23 | 63 | 31 |
| Octal | 372 | 222 | 1 | 0 | 52 | 144 | 2 | 43 | 143 | 61 |
| Binary | 11111010 | 10010010 | 1 | 0 | 101010 | 1100100 | 10 | 100011 | 1100011 | 110001 |
Color Harmonies of #FA9201
Complementary color
Monochromatic Colors of #FA9201
Black with #FA9201
Text Example
Text Example
White with #FA9201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9201; }
p { color: rgb(250,146,1); }
H1.HeaderClassName
{
color: #FA9201;
}
.AnyTagClassName
{
color: #FA9201;
}
</style>
background-color css
<style>
a { background-color: #FA9201; }
a { background-color: rgb(250,146,1); }
div.DivClassName
{
background-color: #FA9201;
}
.BgClassName
{
background-color: #FA9201;
}
</style>
border-color css
<style>
span { border-color: #FA9201; }
span { border-color: rgb(250,146,1); }
td.TdClassName
{
border-color: #FA9201;
}
.TagClassName
{
border-color: #FA9201;
}
</style>