Shades of Dark Orange #FA8F09
Tints of Dark Orange #FA8F09
RGB
CMYK
RGB Variations
Color information
#FA8F09 (or 0xFA8F09) is known color: Dark Orange. HEX triplet: FA, 8F and 09. RGB value is (250,143,9). Sum of RGB (Red+Green+Blue) = 250+143+9=402 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.19% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 9 (3.91% from 255 or 2.24% from 402); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8F09 is #0570F6. Grayscale: #A0A0A0. Windows color (decimal): -356599 or 626682. OLE color: 626682.
HSL color Cylindrical-coordinate representation of color #FA8F09: hue angle of 33.36º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA8F09 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 9 | - |
| CMYK | 0 | 0.43 | 0.96 | 0.02 |
| HSL | 33.36º | 0.96% | 0.51% | - |
| HSV(B) | 33.36º | 0.96% | 0.98% | - |
| XYZ | 49.3 | 39.99 | 5.38 | - |
| YUV | 159.72 | 42.95 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 9 | 0 | 0.43 | 0.96 | 0.02 | 33.36 | 0.96 | 0.51 |
| Hex | FA | 8F | 9 | 0 | 2B | 60 | 2 | 21 | 60 | 33 |
| Octal | 372 | 217 | 11 | 0 | 53 | 140 | 2 | 41 | 140 | 63 |
| Binary | 11111010 | 10001111 | 1001 | 0 | 101011 | 1100000 | 10 | 100001 | 1100000 | 110011 |
Color Harmonies of #FA8F09
Complementary color
Monochromatic Colors of #FA8F09
Black with #FA8F09
Text Example
Text Example
White with #FA8F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8F09; }
p { color: rgb(250,143,9); }
H1.HeaderClassName
{
color: #FA8F09;
}
.AnyTagClassName
{
color: #FA8F09;
}
</style>
background-color css
<style>
a { background-color: #FA8F09; }
a { background-color: rgb(250,143,9); }
div.DivClassName
{
background-color: #FA8F09;
}
.BgClassName
{
background-color: #FA8F09;
}
</style>
border-color css
<style>
span { border-color: #FA8F09; }
span { border-color: rgb(250,143,9); }
td.TdClassName
{
border-color: #FA8F09;
}
.TagClassName
{
border-color: #FA8F09;
}
</style>