Shades of Burnt Orange #FA722F
Tints of Burnt Orange #FA722F
RGB
CMYK
RGB Variations
Color information
#FA722F (or 0xFA722F) is known color: Burnt Orange. HEX triplet: FA, 72 and 2F. RGB value is (250,114,47). Sum of RGB (Red+Green+Blue) = 250+114+47=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 47 (18.75% from 255 or 11.44% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA722F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA722F is #058DD0. Grayscale: #939393. Windows color (decimal): -363985 or 3109626. OLE color: 3109626.
HSL color Cylindrical-coordinate representation of color #FA722F: hue angle of 19.8º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA722F is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 114 | 47 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.02 |
| HSL | 19.8º | 0.95% | 0.58% | - |
| HSV(B) | 19.8º | 0.81% | 0.98% | - |
| XYZ | 45.95 | 32.56 | 6.55 | - |
| YUV | 147.03 | 71.56 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 114 | 47 | 0 | 0.54 | 0.81 | 0.02 | 19.8 | 0.95 | 0.58 |
| Hex | FA | 72 | 2F | 0 | 36 | 51 | 2 | 14 | 5F | 3A |
| Octal | 372 | 162 | 57 | 0 | 66 | 121 | 2 | 24 | 137 | 72 |
| Binary | 11111010 | 1110010 | 101111 | 0 | 110110 | 1010001 | 10 | 10100 | 1011111 | 111010 |
Color Harmonies of #FA722F
Complementary color
Monochromatic Colors of #FA722F
Black with #FA722F
Text Example
Text Example
White with #FA722F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA722F; }
p { color: rgb(250,114,47); }
H1.HeaderClassName
{
color: #FA722F;
}
.AnyTagClassName
{
color: #FA722F;
}
</style>
background-color css
<style>
a { background-color: #FA722F; }
a { background-color: rgb(250,114,47); }
div.DivClassName
{
background-color: #FA722F;
}
.BgClassName
{
background-color: #FA722F;
}
</style>
border-color css
<style>
span { border-color: #FA722F; }
span { border-color: rgb(250,114,47); }
td.TdClassName
{
border-color: #FA722F;
}
.TagClassName
{
border-color: #FA722F;
}
</style>