Shades of Burnt Orange #FA7E2E
Tints of Burnt Orange #FA7E2E
RGB
CMYK
RGB Variations
Color information
#FA7E2E (or 0xFA7E2E) is known color: Burnt Orange. HEX triplet: FA, 7E and 2E. RGB value is (250,126,46). Sum of RGB (Red+Green+Blue) = 250+126+46=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 46 (18.36% from 255 or 10.90% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7E2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7E2E is #0581D1. Grayscale: #9A9A9A. Windows color (decimal): -360914 or 3047162. OLE color: 3047162.
HSL color Cylindrical-coordinate representation of color #FA7E2E: hue angle of 23.53º 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 #FA7E2E is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 126 | 46 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.02 |
| HSL | 23.53º | 0.95% | 0.58% | - |
| HSV(B) | 23.53º | 0.82% | 0.98% | - |
| XYZ | 47.38 | 35.44 | 6.93 | - |
| YUV | 153.96 | 67.08 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 126 | 46 | 0 | 0.50 | 0.82 | 0.02 | 23.53 | 0.95 | 0.58 |
| Hex | FA | 7E | 2E | 0 | 32 | 52 | 2 | 18 | 5F | 3A |
| Octal | 372 | 176 | 56 | 0 | 62 | 122 | 2 | 30 | 137 | 72 |
| Binary | 11111010 | 1111110 | 101110 | 0 | 110010 | 1010010 | 10 | 11000 | 1011111 | 111010 |
Color Harmonies of #FA7E2E
Complementary color
Monochromatic Colors of #FA7E2E
Black with #FA7E2E
Text Example
Text Example
White with #FA7E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7E2E; }
p { color: rgb(250,126,46); }
H1.HeaderClassName
{
color: #FA7E2E;
}
.AnyTagClassName
{
color: #FA7E2E;
}
</style>
background-color css
<style>
a { background-color: #FA7E2E; }
a { background-color: rgb(250,126,46); }
div.DivClassName
{
background-color: #FA7E2E;
}
.BgClassName
{
background-color: #FA7E2E;
}
</style>
border-color css
<style>
span { border-color: #FA7E2E; }
span { border-color: rgb(250,126,46); }
td.TdClassName
{
border-color: #FA7E2E;
}
.TagClassName
{
border-color: #FA7E2E;
}
</style>