Shades of Burnt Orange #FA7A2E
Tints of Burnt Orange #FA7A2E
RGB
CMYK
RGB Variations
Color information
#FA7A2E (or 0xFA7A2E) is known color: Burnt Orange. HEX triplet: FA, 7A and 2E. RGB value is (250,122,46). Sum of RGB (Red+Green+Blue) = 250+122+46=418 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.81% from 418); Green value is 122 (48.05% from 255 or 29.19% from 418); Blue value is 46 (18.36% from 255 or 11.00% from 418); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7A2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7A2E is #0585D1. Grayscale: #989898. Windows color (decimal): -361938 or 3046138. OLE color: 3046138.
HSL color Cylindrical-coordinate representation of color #FA7A2E: hue angle of 22.35º 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 #FA7A2E is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 122 | 46 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.02 |
| HSL | 22.35º | 0.95% | 0.58% | - |
| HSV(B) | 22.35º | 0.82% | 0.98% | - |
| XYZ | 46.88 | 34.44 | 6.76 | - |
| YUV | 151.61 | 68.41 | 198.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 122 | 46 | 0 | 0.51 | 0.82 | 0.02 | 22.35 | 0.95 | 0.58 |
| Hex | FA | 7A | 2E | 0 | 33 | 52 | 2 | 16 | 5F | 3A |
| Octal | 372 | 172 | 56 | 0 | 63 | 122 | 2 | 26 | 137 | 72 |
| Binary | 11111010 | 1111010 | 101110 | 0 | 110011 | 1010010 | 10 | 10110 | 1011111 | 111010 |
Color Harmonies of #FA7A2E
Complementary color
Monochromatic Colors of #FA7A2E
Black with #FA7A2E
Text Example
Text Example
White with #FA7A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7A2E; }
p { color: rgb(250,122,46); }
H1.HeaderClassName
{
color: #FA7A2E;
}
.AnyTagClassName
{
color: #FA7A2E;
}
</style>
background-color css
<style>
a { background-color: #FA7A2E; }
a { background-color: rgb(250,122,46); }
div.DivClassName
{
background-color: #FA7A2E;
}
.BgClassName
{
background-color: #FA7A2E;
}
</style>
border-color css
<style>
span { border-color: #FA7A2E; }
span { border-color: rgb(250,122,46); }
td.TdClassName
{
border-color: #FA7A2E;
}
.TagClassName
{
border-color: #FA7A2E;
}
</style>