Shades of Burnt Orange #FD7329
Tints of Burnt Orange #FD7329
RGB
CMYK
RGB Variations
Color information
#FD7329 (or 0xFD7329) is known color: Burnt Orange. HEX triplet: FD, 73 and 29. RGB value is (253,115,41). Sum of RGB (Red+Green+Blue) = 253+115+41=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 41 (16.41% from 255 or 10.02% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7329 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7329 is #028CD6. Grayscale: #949494. Windows color (decimal): -167127 or 2716669. OLE color: 2716669.
HSL color Cylindrical-coordinate representation of color #FD7329: hue angle of 20.94º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD7329 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 115 | 41 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.01 |
| HSL | 20.94º | 0.98% | 0.58% | - |
| HSV(B) | 20.94º | 0.84% | 0.99% | - |
| XYZ | 47.04 | 33.3 | 6.05 | - |
| YUV | 147.83 | 67.72 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 115 | 41 | 0 | 0.55 | 0.84 | 0.01 | 20.94 | 0.98 | 0.58 |
| Hex | FD | 73 | 29 | 0 | 37 | 54 | 1 | 15 | 62 | 3A |
| Octal | 375 | 163 | 51 | 0 | 67 | 124 | 1 | 25 | 142 | 72 |
| Binary | 11111101 | 1110011 | 101001 | 0 | 110111 | 1010100 | 1 | 10101 | 1100010 | 111010 |
Color Harmonies of #FD7329
Complementary color
Monochromatic Colors of #FD7329
Black with #FD7329
Text Example
Text Example
White with #FD7329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7329; }
p { color: rgb(253,115,41); }
H1.HeaderClassName
{
color: #FD7329;
}
.AnyTagClassName
{
color: #FD7329;
}
</style>
background-color css
<style>
a { background-color: #FD7329; }
a { background-color: rgb(253,115,41); }
div.DivClassName
{
background-color: #FD7329;
}
.BgClassName
{
background-color: #FD7329;
}
</style>
border-color css
<style>
span { border-color: #FD7329; }
span { border-color: rgb(253,115,41); }
td.TdClassName
{
border-color: #FD7329;
}
.TagClassName
{
border-color: #FD7329;
}
</style>