Shades of Dark Orange #FA8C10
Tints of Dark Orange #FA8C10
RGB
CMYK
RGB Variations
Color information
#FA8C10 (or 0xFA8C10) is known color: Dark Orange. HEX triplet: FA, 8C and 10. RGB value is (250,140,16). Sum of RGB (Red+Green+Blue) = 250+140+16=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 16 (6.64% from 255 or 3.94% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8C10 is #0573EF. Grayscale: #9F9F9F. Windows color (decimal): -357360 or 1084666. OLE color: 1084666.
HSL color Cylindrical-coordinate representation of color #FA8C10: hue angle of 31.79º 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 #FA8C10 is Cyan = 0, Magento = 0.44, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 140 | 16 | - |
| CMYK | 0 | 0.44 | 0.94 | 0.02 |
| HSL | 31.79º | 0.96% | 0.52% | - |
| HSV(B) | 31.79º | 0.94% | 0.98% | - |
| XYZ | 48.9 | 39.12 | 5.46 | - |
| YUV | 158.75 | 47.44 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 140 | 16 | 0 | 0.44 | 0.94 | 0.02 | 31.79 | 0.96 | 0.52 |
| Hex | FA | 8C | 10 | 0 | 2C | 5E | 2 | 20 | 60 | 34 |
| Octal | 372 | 214 | 20 | 0 | 54 | 136 | 2 | 40 | 140 | 64 |
| Binary | 11111010 | 10001100 | 10000 | 0 | 101100 | 1011110 | 10 | 100000 | 1100000 | 110100 |
Color Harmonies of #FA8C10
Complementary color
Monochromatic Colors of #FA8C10
Black with #FA8C10
Text Example
Text Example
White with #FA8C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8C10; }
p { color: rgb(250,140,16); }
H1.HeaderClassName
{
color: #FA8C10;
}
.AnyTagClassName
{
color: #FA8C10;
}
</style>
background-color css
<style>
a { background-color: #FA8C10; }
a { background-color: rgb(250,140,16); }
div.DivClassName
{
background-color: #FA8C10;
}
.BgClassName
{
background-color: #FA8C10;
}
</style>
border-color css
<style>
span { border-color: #FA8C10; }
span { border-color: rgb(250,140,16); }
td.TdClassName
{
border-color: #FA8C10;
}
.TagClassName
{
border-color: #FA8C10;
}
</style>