Shades of Burnt Orange #FA703F
Tints of Burnt Orange #FA703F
RGB
CMYK
RGB Variations
Color information
#FA703F (or 0xFA703F) is known color: Burnt Orange. HEX triplet: FA, 70 and 3F. RGB value is (250,112,63). Sum of RGB (Red+Green+Blue) = 250+112+63=425 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.82% from 425); Green value is 112 (44.14% from 255 or 26.35% from 425); Blue value is 63 (25% from 255 or 14.82% from 425); Max value from RGB is 250 - color contains mainly: red. Hex color #FA703F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA703F is #058FC0. Grayscale: #949494. Windows color (decimal): -364481 or 4157690. OLE color: 4157690.
HSL color Cylindrical-coordinate representation of color #FA703F: hue angle of 15.72º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FA703F is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 112 | 63 | - |
| CMYK | 0 | 0.55 | 0.75 | 0.02 |
| HSL | 15.72º | 0.95% | 0.61% | - |
| HSV(B) | 15.72º | 0.75% | 0.98% | - |
| XYZ | 46.12 | 32.27 | 8.5 | - |
| YUV | 147.68 | 80.22 | 200.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 112 | 63 | 0 | 0.55 | 0.75 | 0.02 | 15.72 | 0.95 | 0.61 |
| Hex | FA | 70 | 3F | 0 | 37 | 4B | 2 | 10 | 5F | 3D |
| Octal | 372 | 160 | 77 | 0 | 67 | 113 | 2 | 20 | 137 | 75 |
| Binary | 11111010 | 1110000 | 111111 | 0 | 110111 | 1001011 | 10 | 10000 | 1011111 | 111101 |
Color Harmonies of #FA703F
Complementary color
Monochromatic Colors of #FA703F
Black with #FA703F
Text Example
Text Example
White with #FA703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA703F; }
p { color: rgb(250,112,63); }
H1.HeaderClassName
{
color: #FA703F;
}
.AnyTagClassName
{
color: #FA703F;
}
</style>
background-color css
<style>
a { background-color: #FA703F; }
a { background-color: rgb(250,112,63); }
div.DivClassName
{
background-color: #FA703F;
}
.BgClassName
{
background-color: #FA703F;
}
</style>
border-color css
<style>
span { border-color: #FA703F; }
span { border-color: rgb(250,112,63); }
td.TdClassName
{
border-color: #FA703F;
}
.TagClassName
{
border-color: #FA703F;
}
</style>