Shades of Burnt Orange #FA6E2E
Tints of Burnt Orange #FA6E2E
RGB
CMYK
RGB Variations
Color information
#FA6E2E (or 0xFA6E2E) is known color: Burnt Orange. HEX triplet: FA, 6E and 2E. RGB value is (250,110,46). Sum of RGB (Red+Green+Blue) = 250+110+46=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 46 (18.36% from 255 or 11.33% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6E2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6E2E is #0591D1. Grayscale: #909090. Windows color (decimal): -365010 or 3043066. OLE color: 3043066.
HSL color Cylindrical-coordinate representation of color #FA6E2E: hue angle of 18.82º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA6E2E is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 110 | 46 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.02 |
| HSL | 18.82º | 0.95% | 0.58% | - |
| HSV(B) | 18.82º | 0.82% | 0.98% | - |
| XYZ | 45.49 | 31.67 | 6.3 | - |
| YUV | 144.56 | 72.38 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 110 | 46 | 0 | 0.56 | 0.82 | 0.02 | 18.82 | 0.95 | 0.58 |
| Hex | FA | 6E | 2E | 0 | 38 | 52 | 2 | 13 | 5F | 3A |
| Octal | 372 | 156 | 56 | 0 | 70 | 122 | 2 | 23 | 137 | 72 |
| Binary | 11111010 | 1101110 | 101110 | 0 | 111000 | 1010010 | 10 | 10011 | 1011111 | 111010 |
Color Harmonies of #FA6E2E
Complementary color
Monochromatic Colors of #FA6E2E
Black with #FA6E2E
Text Example
Text Example
White with #FA6E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6E2E; }
p { color: rgb(250,110,46); }
H1.HeaderClassName
{
color: #FA6E2E;
}
.AnyTagClassName
{
color: #FA6E2E;
}
</style>
background-color css
<style>
a { background-color: #FA6E2E; }
a { background-color: rgb(250,110,46); }
div.DivClassName
{
background-color: #FA6E2E;
}
.BgClassName
{
background-color: #FA6E2E;
}
</style>
border-color css
<style>
span { border-color: #FA6E2E; }
span { border-color: rgb(250,110,46); }
td.TdClassName
{
border-color: #FA6E2E;
}
.TagClassName
{
border-color: #FA6E2E;
}
</style>