Shades of Burnt Orange #FA7029
Tints of Burnt Orange #FA7029
RGB
CMYK
RGB Variations
Color information
#FA7029 (or 0xFA7029) is known color: Burnt Orange. HEX triplet: FA, 70 and 29. RGB value is (250,112,41). Sum of RGB (Red+Green+Blue) = 250+112+41=403 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.03% from 403); Green value is 112 (44.14% from 255 or 27.79% from 403); Blue value is 41 (16.41% from 255 or 10.17% from 403); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7029 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7029 is #058FD6. Grayscale: #919191. Windows color (decimal): -364503 or 2715898. OLE color: 2715898.
HSL color Cylindrical-coordinate representation of color #FA7029: hue angle of 20.38º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA7029 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 112 | 41 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.02 |
| HSL | 20.38º | 0.95% | 0.57% | - |
| HSV(B) | 20.38º | 0.84% | 0.98% | - |
| XYZ | 45.62 | 32.07 | 5.88 | - |
| YUV | 145.17 | 69.22 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 112 | 41 | 0 | 0.55 | 0.84 | 0.02 | 20.38 | 0.95 | 0.57 |
| Hex | FA | 70 | 29 | 0 | 37 | 54 | 2 | 14 | 5F | 39 |
| Octal | 372 | 160 | 51 | 0 | 67 | 124 | 2 | 24 | 137 | 71 |
| Binary | 11111010 | 1110000 | 101001 | 0 | 110111 | 1010100 | 10 | 10100 | 1011111 | 111001 |
Color Harmonies of #FA7029
Complementary color
Monochromatic Colors of #FA7029
Black with #FA7029
Text Example
Text Example
White with #FA7029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7029; }
p { color: rgb(250,112,41); }
H1.HeaderClassName
{
color: #FA7029;
}
.AnyTagClassName
{
color: #FA7029;
}
</style>
background-color css
<style>
a { background-color: #FA7029; }
a { background-color: rgb(250,112,41); }
div.DivClassName
{
background-color: #FA7029;
}
.BgClassName
{
background-color: #FA7029;
}
</style>
border-color css
<style>
span { border-color: #FA7029; }
span { border-color: rgb(250,112,41); }
td.TdClassName
{
border-color: #FA7029;
}
.TagClassName
{
border-color: #FA7029;
}
</style>