Shades of Burnt Orange #FA6D3E
Tints of Burnt Orange #FA6D3E
RGB
CMYK
RGB Variations
Color information
#FA6D3E (or 0xFA6D3E) is known color: Burnt Orange. HEX triplet: FA, 6D and 3E. RGB value is (250,109,62). Sum of RGB (Red+Green+Blue) = 250+109+62=421 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.38% from 421); Green value is 109 (42.97% from 255 or 25.89% from 421); Blue value is 62 (24.61% from 255 or 14.73% from 421); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6D3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6D3E is #0592C1. Grayscale: #929292. Windows color (decimal): -365250 or 4091386. OLE color: 4091386.
HSL color Cylindrical-coordinate representation of color #FA6D3E: hue angle of 15º 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 #FA6D3E is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 109 | 62 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.02 |
| HSL | 15º | 0.95% | 0.61% | - |
| HSV(B) | 15º | 0.75% | 0.98% | - |
| XYZ | 45.76 | 31.61 | 8.25 | - |
| YUV | 145.8 | 80.71 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 109 | 62 | 0 | 0.56 | 0.75 | 0.02 | 15 | 0.95 | 0.61 |
| Hex | FA | 6D | 3E | 0 | 38 | 4B | 2 | F | 5F | 3D |
| Octal | 372 | 155 | 76 | 0 | 70 | 113 | 2 | 17 | 137 | 75 |
| Binary | 11111010 | 1101101 | 111110 | 0 | 111000 | 1001011 | 10 | 1111 | 1011111 | 111101 |
Color Harmonies of #FA6D3E
Complementary color
Monochromatic Colors of #FA6D3E
Black with #FA6D3E
Text Example
Text Example
White with #FA6D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6D3E; }
p { color: rgb(250,109,62); }
H1.HeaderClassName
{
color: #FA6D3E;
}
.AnyTagClassName
{
color: #FA6D3E;
}
</style>
background-color css
<style>
a { background-color: #FA6D3E; }
a { background-color: rgb(250,109,62); }
div.DivClassName
{
background-color: #FA6D3E;
}
.BgClassName
{
background-color: #FA6D3E;
}
</style>
border-color css
<style>
span { border-color: #FA6D3E; }
span { border-color: rgb(250,109,62); }
td.TdClassName
{
border-color: #FA6D3E;
}
.TagClassName
{
border-color: #FA6D3E;
}
</style>