Shades of Dark Orange #FA8F01
Tints of Dark Orange #FA8F01
RGB
CMYK
RGB Variations
Color information
#FA8F01 (or 0xFA8F01) is known color: Dark Orange. HEX triplet: FA, 8F and 01. RGB value is (250,143,1). Sum of RGB (Red+Green+Blue) = 250+143+1=394 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.45% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 1 (0.78% from 255 or 0.25% from 394); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8F01 is #0570FE. Grayscale: #9F9F9F. Windows color (decimal): -356607 or 102394. OLE color: 102394.
HSL color Cylindrical-coordinate representation of color #FA8F01: hue angle of 34.22º 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 #FA8F01 is Cyan = 0, Magento = 0.43, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 1 | - |
| CMYK | 0 | 0.43 | 1.00 | 0.02 |
| HSL | 34.22º | 0.99% | 0.49% | - |
| HSV(B) | 34.22º | 1% | 0.98% | - |
| XYZ | 49.25 | 39.97 | 5.15 | - |
| YUV | 158.81 | 38.95 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 1 | 0 | 0.43 | 1.00 | 0.02 | 34.22 | 0.99 | 0.49 |
| Hex | FA | 8F | 1 | 0 | 2B | 64 | 2 | 22 | 63 | 31 |
| Octal | 372 | 217 | 1 | 0 | 53 | 144 | 2 | 42 | 143 | 61 |
| Binary | 11111010 | 10001111 | 1 | 0 | 101011 | 1100100 | 10 | 100010 | 1100011 | 110001 |
Color Harmonies of #FA8F01
Complementary color
Monochromatic Colors of #FA8F01
Black with #FA8F01
Text Example
Text Example
White with #FA8F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8F01; }
p { color: rgb(250,143,1); }
H1.HeaderClassName
{
color: #FA8F01;
}
.AnyTagClassName
{
color: #FA8F01;
}
</style>
background-color css
<style>
a { background-color: #FA8F01; }
a { background-color: rgb(250,143,1); }
div.DivClassName
{
background-color: #FA8F01;
}
.BgClassName
{
background-color: #FA8F01;
}
</style>
border-color css
<style>
span { border-color: #FA8F01; }
span { border-color: rgb(250,143,1); }
td.TdClassName
{
border-color: #FA8F01;
}
.TagClassName
{
border-color: #FA8F01;
}
</style>