Shades of Dark Orange #FA950B
Tints of Dark Orange #FA950B
RGB
CMYK
RGB Variations
Color information
#FA950B (or 0xFA950B) is known color: Dark Orange. HEX triplet: FA, 95 and 0B. RGB value is (250,149,11). Sum of RGB (Red+Green+Blue) = 250+149+11=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 11 (4.69% from 255 or 2.68% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA950B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA950B is #056AF4. Grayscale: #A4A4A4. Windows color (decimal): -355061 or 759290. OLE color: 759290.
HSL color Cylindrical-coordinate representation of color #FA950B: hue angle of 34.64º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA950B is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 149 | 11 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.02 |
| HSL | 34.64º | 0.96% | 0.51% | - |
| HSV(B) | 34.64º | 0.96% | 0.98% | - |
| XYZ | 50.23 | 41.84 | 5.75 | - |
| YUV | 163.47 | 41.96 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 149 | 11 | 0 | 0.40 | 0.96 | 0.02 | 34.64 | 0.96 | 0.51 |
| Hex | FA | 95 | B | 0 | 28 | 60 | 2 | 23 | 60 | 33 |
| Octal | 372 | 225 | 13 | 0 | 50 | 140 | 2 | 43 | 140 | 63 |
| Binary | 11111010 | 10010101 | 1011 | 0 | 101000 | 1100000 | 10 | 100011 | 1100000 | 110011 |
Color Harmonies of #FA950B
Complementary color
Monochromatic Colors of #FA950B
Black with #FA950B
Text Example
Text Example
White with #FA950B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA950B; }
p { color: rgb(250,149,11); }
H1.HeaderClassName
{
color: #FA950B;
}
.AnyTagClassName
{
color: #FA950B;
}
</style>
background-color css
<style>
a { background-color: #FA950B; }
a { background-color: rgb(250,149,11); }
div.DivClassName
{
background-color: #FA950B;
}
.BgClassName
{
background-color: #FA950B;
}
</style>
border-color css
<style>
span { border-color: #FA950B; }
span { border-color: rgb(250,149,11); }
td.TdClassName
{
border-color: #FA950B;
}
.TagClassName
{
border-color: #FA950B;
}
</style>