Shades of Dark Orange #FA8F12
Tints of Dark Orange #FA8F12
RGB
CMYK
RGB Variations
Color information
#FA8F12 (or 0xFA8F12) is known color: Dark Orange. HEX triplet: FA, 8F and 12. RGB value is (250,143,18). Sum of RGB (Red+Green+Blue) = 250+143+18=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 18 (7.42% from 255 or 4.38% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8F12 is #0570ED. Grayscale: #A1A1A1. Windows color (decimal): -356590 or 1216506. OLE color: 1216506.
HSL color Cylindrical-coordinate representation of color #FA8F12: hue angle of 32.33º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA8F12 is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 18 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.02 |
| HSL | 32.33º | 0.96% | 0.53% | - |
| HSV(B) | 32.33º | 0.93% | 0.98% | - |
| XYZ | 49.36 | 40.01 | 5.69 | - |
| YUV | 160.74 | 47.45 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 18 | 0 | 0.43 | 0.93 | 0.02 | 32.33 | 0.96 | 0.53 |
| Hex | FA | 8F | 12 | 0 | 2B | 5D | 2 | 20 | 60 | 35 |
| Octal | 372 | 217 | 22 | 0 | 53 | 135 | 2 | 40 | 140 | 65 |
| Binary | 11111010 | 10001111 | 10010 | 0 | 101011 | 1011101 | 10 | 100000 | 1100000 | 110101 |
Color Harmonies of #FA8F12
Complementary color
Monochromatic Colors of #FA8F12
Black with #FA8F12
Text Example
Text Example
White with #FA8F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8F12; }
p { color: rgb(250,143,18); }
H1.HeaderClassName
{
color: #FA8F12;
}
.AnyTagClassName
{
color: #FA8F12;
}
</style>
background-color css
<style>
a { background-color: #FA8F12; }
a { background-color: rgb(250,143,18); }
div.DivClassName
{
background-color: #FA8F12;
}
.BgClassName
{
background-color: #FA8F12;
}
</style>
border-color css
<style>
span { border-color: #FA8F12; }
span { border-color: rgb(250,143,18); }
td.TdClassName
{
border-color: #FA8F12;
}
.TagClassName
{
border-color: #FA8F12;
}
</style>