Shades of Burnt Orange #FA7529
Tints of Burnt Orange #FA7529
RGB
CMYK
RGB Variations
Color information
#FA7529 (or 0xFA7529) is known color: Burnt Orange. HEX triplet: FA, 75 and 29. RGB value is (250,117,41). Sum of RGB (Red+Green+Blue) = 250+117+41=408 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.27% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 41 (16.41% from 255 or 10.05% from 408); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7529 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7529 is #058AD6. Grayscale: #949494. Windows color (decimal): -363223 or 2717178. OLE color: 2717178.
HSL color Cylindrical-coordinate representation of color #FA7529: hue angle of 21.82º 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 #FA7529 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 117 | 41 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.02 |
| HSL | 21.82º | 0.95% | 0.57% | - |
| HSV(B) | 21.82º | 0.84% | 0.98% | - |
| XYZ | 46.19 | 33.21 | 6.07 | - |
| YUV | 148.1 | 67.56 | 200.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 117 | 41 | 0 | 0.53 | 0.84 | 0.02 | 21.82 | 0.95 | 0.57 |
| Hex | FA | 75 | 29 | 0 | 35 | 54 | 2 | 16 | 5F | 39 |
| Octal | 372 | 165 | 51 | 0 | 65 | 124 | 2 | 26 | 137 | 71 |
| Binary | 11111010 | 1110101 | 101001 | 0 | 110101 | 1010100 | 10 | 10110 | 1011111 | 111001 |
Color Harmonies of #FA7529
Complementary color
Monochromatic Colors of #FA7529
Black with #FA7529
Text Example
Text Example
White with #FA7529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7529; }
p { color: rgb(250,117,41); }
H1.HeaderClassName
{
color: #FA7529;
}
.AnyTagClassName
{
color: #FA7529;
}
</style>
background-color css
<style>
a { background-color: #FA7529; }
a { background-color: rgb(250,117,41); }
div.DivClassName
{
background-color: #FA7529;
}
.BgClassName
{
background-color: #FA7529;
}
</style>
border-color css
<style>
span { border-color: #FA7529; }
span { border-color: rgb(250,117,41); }
td.TdClassName
{
border-color: #FA7529;
}
.TagClassName
{
border-color: #FA7529;
}
</style>