Shades of Dark Orange #FA890B
Tints of Dark Orange #FA890B
RGB
CMYK
RGB Variations
Color information
#FA890B (or 0xFA890B) is known color: Dark Orange. HEX triplet: FA, 89 and 0B. RGB value is (250,137,11). Sum of RGB (Red+Green+Blue) = 250+137+11=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 11 (4.69% from 255 or 2.76% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA890B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA890B is #0576F4. Grayscale: #9D9D9D. Windows color (decimal): -358133 or 756218. OLE color: 756218.
HSL color Cylindrical-coordinate representation of color #FA890B: hue angle of 31.63º 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 #FA890B is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 137 | 11 | - |
| CMYK | 0 | 0.45 | 0.96 | 0.02 |
| HSL | 31.63º | 0.96% | 0.51% | - |
| HSV(B) | 31.63º | 0.96% | 0.98% | - |
| XYZ | 48.43 | 38.24 | 5.15 | - |
| YUV | 156.42 | 45.94 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 137 | 11 | 0 | 0.45 | 0.96 | 0.02 | 31.63 | 0.96 | 0.51 |
| Hex | FA | 89 | B | 0 | 2D | 60 | 2 | 20 | 60 | 33 |
| Octal | 372 | 211 | 13 | 0 | 55 | 140 | 2 | 40 | 140 | 63 |
| Binary | 11111010 | 10001001 | 1011 | 0 | 101101 | 1100000 | 10 | 100000 | 1100000 | 110011 |
Color Harmonies of #FA890B
Complementary color
Monochromatic Colors of #FA890B
Black with #FA890B
Text Example
Text Example
White with #FA890B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA890B; }
p { color: rgb(250,137,11); }
H1.HeaderClassName
{
color: #FA890B;
}
.AnyTagClassName
{
color: #FA890B;
}
</style>
background-color css
<style>
a { background-color: #FA890B; }
a { background-color: rgb(250,137,11); }
div.DivClassName
{
background-color: #FA890B;
}
.BgClassName
{
background-color: #FA890B;
}
</style>
border-color css
<style>
span { border-color: #FA890B; }
span { border-color: rgb(250,137,11); }
td.TdClassName
{
border-color: #FA890B;
}
.TagClassName
{
border-color: #FA890B;
}
</style>