Shades of Dark Orange #FA8D01
Tints of Dark Orange #FA8D01
RGB
CMYK
RGB Variations
Color information
#FA8D01 (or 0xFA8D01) is known color: Dark Orange. HEX triplet: FA, 8D and 01. RGB value is (250,141,1). Sum of RGB (Red+Green+Blue) = 250+141+1=392 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.78% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 1 (0.78% from 255 or 0.26% from 392); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8D01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8D01 is #0572FE. Grayscale: #9E9E9E. Windows color (decimal): -357119 or 101882. OLE color: 101882.
HSL color Cylindrical-coordinate representation of color #FA8D01: hue angle of 33.73º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA8D01 is Cyan = 0, Magento = 0.44, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 141 | 1 | - |
| CMYK | 0 | 0.44 | 1.00 | 0.02 |
| HSL | 33.73º | 0.99% | 0.49% | - |
| HSV(B) | 33.73º | 1% | 0.98% | - |
| XYZ | 48.95 | 39.38 | 5.05 | - |
| YUV | 157.63 | 39.61 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 141 | 1 | 0 | 0.44 | 1.00 | 0.02 | 33.73 | 0.99 | 0.49 |
| Hex | FA | 8D | 1 | 0 | 2C | 64 | 2 | 22 | 63 | 31 |
| Octal | 372 | 215 | 1 | 0 | 54 | 144 | 2 | 42 | 143 | 61 |
| Binary | 11111010 | 10001101 | 1 | 0 | 101100 | 1100100 | 10 | 100010 | 1100011 | 110001 |
Color Harmonies of #FA8D01
Complementary color
Monochromatic Colors of #FA8D01
Black with #FA8D01
Text Example
Text Example
White with #FA8D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8D01; }
p { color: rgb(250,141,1); }
H1.HeaderClassName
{
color: #FA8D01;
}
.AnyTagClassName
{
color: #FA8D01;
}
</style>
background-color css
<style>
a { background-color: #FA8D01; }
a { background-color: rgb(250,141,1); }
div.DivClassName
{
background-color: #FA8D01;
}
.BgClassName
{
background-color: #FA8D01;
}
</style>
border-color css
<style>
span { border-color: #FA8D01; }
span { border-color: rgb(250,141,1); }
td.TdClassName
{
border-color: #FA8D01;
}
.TagClassName
{
border-color: #FA8D01;
}
</style>