Shades of Dark Orange #FA8E0C
Tints of Dark Orange #FA8E0C
RGB
CMYK
RGB Variations
Color information
#FA8E0C (or 0xFA8E0C) is known color: Dark Orange. HEX triplet: FA, 8E and 0C. RGB value is (250,142,12). Sum of RGB (Red+Green+Blue) = 250+142+12=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 12 (5.08% from 255 or 2.97% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8E0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8E0C is #0571F3. Grayscale: #A0A0A0. Windows color (decimal): -356852 or 823034. OLE color: 823034.
HSL color Cylindrical-coordinate representation of color #FA8E0C: hue angle of 32.77º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA8E0C is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 142 | 12 | - |
| CMYK | 0 | 0.43 | 0.95 | 0.02 |
| HSL | 32.77º | 0.96% | 0.51% | - |
| HSV(B) | 32.77º | 0.95% | 0.98% | - |
| XYZ | 49.16 | 39.7 | 5.42 | - |
| YUV | 159.47 | 44.78 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 142 | 12 | 0 | 0.43 | 0.95 | 0.02 | 32.77 | 0.96 | 0.51 |
| Hex | FA | 8E | C | 0 | 2B | 5F | 2 | 21 | 60 | 33 |
| Octal | 372 | 216 | 14 | 0 | 53 | 137 | 2 | 41 | 140 | 63 |
| Binary | 11111010 | 10001110 | 1100 | 0 | 101011 | 1011111 | 10 | 100001 | 1100000 | 110011 |
Color Harmonies of #FA8E0C
Complementary color
Monochromatic Colors of #FA8E0C
Black with #FA8E0C
Text Example
Text Example
White with #FA8E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8E0C; }
p { color: rgb(250,142,12); }
H1.HeaderClassName
{
color: #FA8E0C;
}
.AnyTagClassName
{
color: #FA8E0C;
}
</style>
background-color css
<style>
a { background-color: #FA8E0C; }
a { background-color: rgb(250,142,12); }
div.DivClassName
{
background-color: #FA8E0C;
}
.BgClassName
{
background-color: #FA8E0C;
}
</style>
border-color css
<style>
span { border-color: #FA8E0C; }
span { border-color: rgb(250,142,12); }
td.TdClassName
{
border-color: #FA8E0C;
}
.TagClassName
{
border-color: #FA8E0C;
}
</style>