Shades of Dark Orange #FA8F06
Tints of Dark Orange #FA8F06
RGB
CMYK
RGB Variations
Color information
#FA8F06 (or 0xFA8F06) is known color: Dark Orange. HEX triplet: FA, 8F and 06. RGB value is (250,143,6). Sum of RGB (Red+Green+Blue) = 250+143+6=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 6 (2.73% from 255 or 1.50% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8F06 is #0570F9. Grayscale: #A0A0A0. Windows color (decimal): -356602 or 430074. OLE color: 430074.
HSL color Cylindrical-coordinate representation of color #FA8F06: hue angle of 33.69º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA8F06 is Cyan = 0, Magento = 0.43, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 143 | 6 | - |
| CMYK | 0 | 0.43 | 0.98 | 0.02 |
| HSL | 33.69º | 0.96% | 0.5% | - |
| HSV(B) | 33.69º | 0.98% | 0.98% | - |
| XYZ | 49.28 | 39.98 | 5.29 | - |
| YUV | 159.38 | 41.45 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 143 | 6 | 0 | 0.43 | 0.98 | 0.02 | 33.69 | 0.96 | 0.5 |
| Hex | FA | 8F | 6 | 0 | 2B | 62 | 2 | 22 | 60 | 32 |
| Octal | 372 | 217 | 6 | 0 | 53 | 142 | 2 | 42 | 140 | 62 |
| Binary | 11111010 | 10001111 | 110 | 0 | 101011 | 1100010 | 10 | 100010 | 1100000 | 110010 |
Color Harmonies of #FA8F06
Complementary color
Monochromatic Colors of #FA8F06
Black with #FA8F06
Text Example
Text Example
White with #FA8F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA8F06; }
p { color: rgb(250,143,6); }
H1.HeaderClassName
{
color: #FA8F06;
}
.AnyTagClassName
{
color: #FA8F06;
}
</style>
background-color css
<style>
a { background-color: #FA8F06; }
a { background-color: rgb(250,143,6); }
div.DivClassName
{
background-color: #FA8F06;
}
.BgClassName
{
background-color: #FA8F06;
}
</style>
border-color css
<style>
span { border-color: #FA8F06; }
span { border-color: rgb(250,143,6); }
td.TdClassName
{
border-color: #FA8F06;
}
.TagClassName
{
border-color: #FA8F06;
}
</style>