Shades of Dark Orange #FA8A10
Tints of Dark Orange #FA8A10
RGB
CMYK
RGB Variations
Color information
#FA8A10 (or 0xFA8A10) is known color: Dark Orange. HEX triplet: FA, 8A and 10. RGB value is (250,138,16). Sum of RGB (Red+Green+Blue) = 250+138+16=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 138 (54.30% from 255 or 34.16% from 404); Blue value is 16 (6.64% from 255 or 3.96% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8A10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8A10 is #0575EF. Grayscale: #9E9E9E. Windows color (decimal): -357872 or 1084154. OLE color: 1084154.
HSL color Cylindrical-coordinate representation of color #FA8A10: hue angle of 31.28º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA8A10 is Cyan = 0, Magento = 0.45, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 138 | 16 | - |
| CMYK | 0 | 0.45 | 0.94 | 0.02 |
| HSL | 31.28º | 0.96% | 0.52% | - |
| HSV(B) | 31.28º | 0.94% | 0.98% | - |
| XYZ | 48.61 | 38.54 | 5.37 | - |
| YUV | 157.58 | 48.11 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 138 | 16 | 0 | 0.45 | 0.94 | 0.02 | 31.28 | 0.96 | 0.52 |
| Hex | FA | 8A | 10 | 0 | 2D | 5E | 2 | 1F | 60 | 34 |
| Octal | 372 | 212 | 20 | 0 | 55 | 136 | 2 | 37 | 140 | 64 |
| Binary | 11111010 | 10001010 | 10000 | 0 | 101101 | 1011110 | 10 | 11111 | 1100000 | 110100 |
Color Harmonies of #FA8A10
Complementary color
Monochromatic Colors of #FA8A10
Black with #FA8A10
Text Example
Text Example
White with #FA8A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8A10; }
p { color: rgb(250,138,16); }
H1.HeaderClassName
{
color: #FA8A10;
}
.AnyTagClassName
{
color: #FA8A10;
}
</style>
background-color css
<style>
a { background-color: #FA8A10; }
a { background-color: rgb(250,138,16); }
div.DivClassName
{
background-color: #FA8A10;
}
.BgClassName
{
background-color: #FA8A10;
}
</style>
border-color css
<style>
span { border-color: #FA8A10; }
span { border-color: rgb(250,138,16); }
td.TdClassName
{
border-color: #FA8A10;
}
.TagClassName
{
border-color: #FA8A10;
}
</style>