Shades of Burnt Orange #FA7E3E
Tints of Burnt Orange #FA7E3E
RGB
CMYK
RGB Variations
Color information
#FA7E3E (or 0xFA7E3E) is known color: Burnt Orange. HEX triplet: FA, 7E and 3E. RGB value is (250,126,62). Sum of RGB (Red+Green+Blue) = 250+126+62=438 (58% of max value = 765). Red value is 250 (98.05% from 255 or 57.08% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 62 (24.61% from 255 or 14.16% from 438); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7E3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7E3E is #0581C1. Grayscale: #9C9C9C. Windows color (decimal): -360898 or 4095738. OLE color: 4095738.
HSL color Cylindrical-coordinate representation of color #FA7E3E: hue angle of 20.43º 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 #FA7E3E is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 126 | 62 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.02 |
| HSL | 20.43º | 0.95% | 0.61% | - |
| HSV(B) | 20.43º | 0.75% | 0.98% | - |
| XYZ | 47.75 | 35.59 | 8.91 | - |
| YUV | 155.78 | 75.08 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 126 | 62 | 0 | 0.50 | 0.75 | 0.02 | 20.43 | 0.95 | 0.61 |
| Hex | FA | 7E | 3E | 0 | 32 | 4B | 2 | 14 | 5F | 3D |
| Octal | 372 | 176 | 76 | 0 | 62 | 113 | 2 | 24 | 137 | 75 |
| Binary | 11111010 | 1111110 | 111110 | 0 | 110010 | 1001011 | 10 | 10100 | 1011111 | 111101 |
Color Harmonies of #FA7E3E
Complementary color
Monochromatic Colors of #FA7E3E
Black with #FA7E3E
Text Example
Text Example
White with #FA7E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7E3E; }
p { color: rgb(250,126,62); }
H1.HeaderClassName
{
color: #FA7E3E;
}
.AnyTagClassName
{
color: #FA7E3E;
}
</style>
background-color css
<style>
a { background-color: #FA7E3E; }
a { background-color: rgb(250,126,62); }
div.DivClassName
{
background-color: #FA7E3E;
}
.BgClassName
{
background-color: #FA7E3E;
}
</style>
border-color css
<style>
span { border-color: #FA7E3E; }
span { border-color: rgb(250,126,62); }
td.TdClassName
{
border-color: #FA7E3E;
}
.TagClassName
{
border-color: #FA7E3E;
}
</style>