Shades of Dark Orange #FA910B
Tints of Dark Orange #FA910B
RGB
CMYK
RGB Variations
Color information
#FA910B (or 0xFA910B) is known color: Dark Orange. HEX triplet: FA, 91 and 0B. RGB value is (250,145,11). Sum of RGB (Red+Green+Blue) = 250+145+11=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 11 (4.69% from 255 or 2.71% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA910B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA910B is #056EF4. Grayscale: #A1A1A1. Windows color (decimal): -356085 or 758266. OLE color: 758266.
HSL color Cylindrical-coordinate representation of color #FA910B: hue angle of 33.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 #FA910B is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 145 | 11 | - |
| CMYK | 0 | 0.42 | 0.96 | 0.02 |
| HSL | 33.64º | 0.96% | 0.51% | - |
| HSV(B) | 33.64º | 0.96% | 0.98% | - |
| XYZ | 49.61 | 40.6 | 5.54 | - |
| YUV | 161.12 | 43.29 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 145 | 11 | 0 | 0.42 | 0.96 | 0.02 | 33.64 | 0.96 | 0.51 |
| Hex | FA | 91 | B | 0 | 2A | 60 | 2 | 22 | 60 | 33 |
| Octal | 372 | 221 | 13 | 0 | 52 | 140 | 2 | 42 | 140 | 63 |
| Binary | 11111010 | 10010001 | 1011 | 0 | 101010 | 1100000 | 10 | 100010 | 1100000 | 110011 |
Color Harmonies of #FA910B
Complementary color
Monochromatic Colors of #FA910B
Black with #FA910B
Text Example
Text Example
White with #FA910B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA910B; }
p { color: rgb(250,145,11); }
H1.HeaderClassName
{
color: #FA910B;
}
.AnyTagClassName
{
color: #FA910B;
}
</style>
background-color css
<style>
a { background-color: #FA910B; }
a { background-color: rgb(250,145,11); }
div.DivClassName
{
background-color: #FA910B;
}
.BgClassName
{
background-color: #FA910B;
}
</style>
border-color css
<style>
span { border-color: #FA910B; }
span { border-color: rgb(250,145,11); }
td.TdClassName
{
border-color: #FA910B;
}
.TagClassName
{
border-color: #FA910B;
}
</style>