Shades of Burnt Orange #FA6A3A
Tints of Burnt Orange #FA6A3A
RGB
CMYK
RGB Variations
Color information
#FA6A3A (or 0xFA6A3A) is known color: Burnt Orange. HEX triplet: FA, 6A and 3A. RGB value is (250,106,58). Sum of RGB (Red+Green+Blue) = 250+106+58=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 58 (23.05% from 255 or 14.01% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6A3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6A3A is #0595C5. Grayscale: #8F8F8F. Windows color (decimal): -366022 or 3828474. OLE color: 3828474.
HSL color Cylindrical-coordinate representation of color #FA6A3A: hue angle of 15º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FA6A3A is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 106 | 58 | - |
| CMYK | 0 | 0.58 | 0.77 | 0.02 |
| HSL | 15º | 0.95% | 0.6% | - |
| HSV(B) | 15º | 0.77% | 0.98% | - |
| XYZ | 45.34 | 30.94 | 7.58 | - |
| YUV | 143.58 | 79.71 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 106 | 58 | 0 | 0.58 | 0.77 | 0.02 | 15 | 0.95 | 0.6 |
| Hex | FA | 6A | 3A | 0 | 3A | 4D | 2 | F | 5F | 3C |
| Octal | 372 | 152 | 72 | 0 | 72 | 115 | 2 | 17 | 137 | 74 |
| Binary | 11111010 | 1101010 | 111010 | 0 | 111010 | 1001101 | 10 | 1111 | 1011111 | 111100 |
Color Harmonies of #FA6A3A
Complementary color
Monochromatic Colors of #FA6A3A
Black with #FA6A3A
Text Example
Text Example
White with #FA6A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6A3A; }
p { color: rgb(250,106,58); }
H1.HeaderClassName
{
color: #FA6A3A;
}
.AnyTagClassName
{
color: #FA6A3A;
}
</style>
background-color css
<style>
a { background-color: #FA6A3A; }
a { background-color: rgb(250,106,58); }
div.DivClassName
{
background-color: #FA6A3A;
}
.BgClassName
{
background-color: #FA6A3A;
}
</style>
border-color css
<style>
span { border-color: #FA6A3A; }
span { border-color: rgb(250,106,58); }
td.TdClassName
{
border-color: #FA6A3A;
}
.TagClassName
{
border-color: #FA6A3A;
}
</style>