Shades of Burnt Orange #FA6322
Tints of Burnt Orange #FA6322
RGB
CMYK
RGB Variations
Color information
#FA6322 (or 0xFA6322) is known color: Burnt Orange. HEX triplet: FA, 63 and 22. RGB value is (250,99,34). Sum of RGB (Red+Green+Blue) = 250+99+34=383 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.27% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 34 (13.67% from 255 or 8.88% from 383); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6322 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6322 is #059CDD. Grayscale: #898989. Windows color (decimal): -367838 or 2253818. OLE color: 2253818.
HSL color Cylindrical-coordinate representation of color #FA6322: hue angle of 18.06º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA6322 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 99 | 34 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.02 |
| HSL | 18.06º | 0.96% | 0.56% | - |
| HSV(B) | 18.06º | 0.86% | 0.98% | - |
| XYZ | 44.17 | 29.36 | 4.85 | - |
| YUV | 136.74 | 70.03 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 99 | 34 | 0 | 0.60 | 0.86 | 0.02 | 18.06 | 0.96 | 0.56 |
| Hex | FA | 63 | 22 | 0 | 3C | 56 | 2 | 12 | 60 | 38 |
| Octal | 372 | 143 | 42 | 0 | 74 | 126 | 2 | 22 | 140 | 70 |
| Binary | 11111010 | 1100011 | 100010 | 0 | 111100 | 1010110 | 10 | 10010 | 1100000 | 111000 |
Color Harmonies of #FA6322
Complementary color
Monochromatic Colors of #FA6322
Black with #FA6322
Text Example
Text Example
White with #FA6322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6322; }
p { color: rgb(250,99,34); }
H1.HeaderClassName
{
color: #FA6322;
}
.AnyTagClassName
{
color: #FA6322;
}
</style>
background-color css
<style>
a { background-color: #FA6322; }
a { background-color: rgb(250,99,34); }
div.DivClassName
{
background-color: #FA6322;
}
.BgClassName
{
background-color: #FA6322;
}
</style>
border-color css
<style>
span { border-color: #FA6322; }
span { border-color: rgb(250,99,34); }
td.TdClassName
{
border-color: #FA6322;
}
.TagClassName
{
border-color: #FA6322;
}
</style>