Shades of Dark Orange #FA8D12
Tints of Dark Orange #FA8D12
RGB
CMYK
RGB Variations
Color information
#FA8D12 (or 0xFA8D12) is known color: Dark Orange. HEX triplet: FA, 8D and 12. RGB value is (250,141,18). Sum of RGB (Red+Green+Blue) = 250+141+18=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 18 (7.42% from 255 or 4.40% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8D12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8D12 is #0572ED. Grayscale: #A0A0A0. Windows color (decimal): -357102 or 1215994. OLE color: 1215994.
HSL color Cylindrical-coordinate representation of color #FA8D12: hue angle of 31.81º 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 #FA8D12 is Cyan = 0, Magento = 0.44, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 18 | - |
| CMYK | 0 | 0.44 | 0.93 | 0.02 |
| HSL | 31.81º | 0.96% | 0.53% | - |
| HSV(B) | 31.81º | 0.93% | 0.98% | - |
| XYZ | 49.06 | 39.42 | 5.59 | - |
| YUV | 159.57 | 48.11 | 192.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 18 | 0 | 0.44 | 0.93 | 0.02 | 31.81 | 0.96 | 0.53 |
| Hex | FA | 8D | 12 | 0 | 2C | 5D | 2 | 20 | 60 | 35 |
| Octal | 372 | 215 | 22 | 0 | 54 | 135 | 2 | 40 | 140 | 65 |
| Binary | 11111010 | 10001101 | 10010 | 0 | 101100 | 1011101 | 10 | 100000 | 1100000 | 110101 |
Color Harmonies of #FA8D12
Complementary color
Monochromatic Colors of #FA8D12
Black with #FA8D12
Text Example
Text Example
White with #FA8D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8D12; }
p { color: rgb(250,141,18); }
H1.HeaderClassName
{
color: #FA8D12;
}
.AnyTagClassName
{
color: #FA8D12;
}
</style>
background-color css
<style>
a { background-color: #FA8D12; }
a { background-color: rgb(250,141,18); }
div.DivClassName
{
background-color: #FA8D12;
}
.BgClassName
{
background-color: #FA8D12;
}
</style>
border-color css
<style>
span { border-color: #FA8D12; }
span { border-color: rgb(250,141,18); }
td.TdClassName
{
border-color: #FA8D12;
}
.TagClassName
{
border-color: #FA8D12;
}
</style>