Shades of Dark Orange #FA870B
Tints of Dark Orange #FA870B
RGB
CMYK
RGB Variations
Color information
#FA870B (or 0xFA870B) is known color: Dark Orange. HEX triplet: FA, 87 and 0B. RGB value is (250,135,11). Sum of RGB (Red+Green+Blue) = 250+135+11=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 11 (4.69% from 255 or 2.78% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA870B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA870B is #0578F4. Grayscale: #9B9B9B. Windows color (decimal): -358645 or 755706. OLE color: 755706.
HSL color Cylindrical-coordinate representation of color #FA870B: hue angle of 31.13º 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 #FA870B is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 135 | 11 | - |
| CMYK | 0 | 0.46 | 0.96 | 0.02 |
| HSL | 31.13º | 0.96% | 0.51% | - |
| HSV(B) | 31.13º | 0.96% | 0.98% | - |
| XYZ | 48.15 | 37.68 | 5.05 | - |
| YUV | 155.25 | 46.6 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 135 | 11 | 0 | 0.46 | 0.96 | 0.02 | 31.13 | 0.96 | 0.51 |
| Hex | FA | 87 | B | 0 | 2E | 60 | 2 | 1F | 60 | 33 |
| Octal | 372 | 207 | 13 | 0 | 56 | 140 | 2 | 37 | 140 | 63 |
| Binary | 11111010 | 10000111 | 1011 | 0 | 101110 | 1100000 | 10 | 11111 | 1100000 | 110011 |
Color Harmonies of #FA870B
Complementary color
Monochromatic Colors of #FA870B
Black with #FA870B
Text Example
Text Example
White with #FA870B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA870B; }
p { color: rgb(250,135,11); }
H1.HeaderClassName
{
color: #FA870B;
}
.AnyTagClassName
{
color: #FA870B;
}
</style>
background-color css
<style>
a { background-color: #FA870B; }
a { background-color: rgb(250,135,11); }
div.DivClassName
{
background-color: #FA870B;
}
.BgClassName
{
background-color: #FA870B;
}
</style>
border-color css
<style>
span { border-color: #FA870B; }
span { border-color: rgb(250,135,11); }
td.TdClassName
{
border-color: #FA870B;
}
.TagClassName
{
border-color: #FA870B;
}
</style>