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