Shades of Burnt Orange #FA722B
Tints of Burnt Orange #FA722B
RGB
CMYK
RGB Variations
Color information
#FA722B (or 0xFA722B) is known color: Burnt Orange. HEX triplet: FA, 72 and 2B. RGB value is (250,114,43). Sum of RGB (Red+Green+Blue) = 250+114+43=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 43 (17.19% from 255 or 10.57% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA722B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA722B is #058DD4. Grayscale: #929292. Windows color (decimal): -363989 or 2847482. OLE color: 2847482.
HSL color Cylindrical-coordinate representation of color #FA722B: hue angle of 20.58º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA722B is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 114 | 43 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.02 |
| HSL | 20.58º | 0.95% | 0.57% | - |
| HSV(B) | 20.58º | 0.83% | 0.98% | - |
| XYZ | 45.88 | 32.53 | 6.15 | - |
| YUV | 146.57 | 69.56 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 114 | 43 | 0 | 0.54 | 0.83 | 0.02 | 20.58 | 0.95 | 0.57 |
| Hex | FA | 72 | 2B | 0 | 36 | 53 | 2 | 15 | 5F | 39 |
| Octal | 372 | 162 | 53 | 0 | 66 | 123 | 2 | 25 | 137 | 71 |
| Binary | 11111010 | 1110010 | 101011 | 0 | 110110 | 1010011 | 10 | 10101 | 1011111 | 111001 |
Color Harmonies of #FA722B
Complementary color
Monochromatic Colors of #FA722B
Black with #FA722B
Text Example
Text Example
White with #FA722B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA722B; }
p { color: rgb(250,114,43); }
H1.HeaderClassName
{
color: #FA722B;
}
.AnyTagClassName
{
color: #FA722B;
}
</style>
background-color css
<style>
a { background-color: #FA722B; }
a { background-color: rgb(250,114,43); }
div.DivClassName
{
background-color: #FA722B;
}
.BgClassName
{
background-color: #FA722B;
}
</style>
border-color css
<style>
span { border-color: #FA722B; }
span { border-color: rgb(250,114,43); }
td.TdClassName
{
border-color: #FA722B;
}
.TagClassName
{
border-color: #FA722B;
}
</style>