Shades of Burnt Orange #FD6D3A
Tints of Burnt Orange #FD6D3A
RGB
CMYK
RGB Variations
Color information
#FD6D3A (or 0xFD6D3A) is known color: Burnt Orange. HEX triplet: FD, 6D and 3A. RGB value is (253,109,58). Sum of RGB (Red+Green+Blue) = 253+109+58=420 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.24% from 420); Green value is 109 (42.97% from 255 or 25.95% from 420); Blue value is 58 (23.05% from 255 or 13.81% from 420); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6D3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6D3A is #0292C5. Grayscale: #929292. Windows color (decimal): -168646 or 3829245. OLE color: 3829245.
HSL color Cylindrical-coordinate representation of color #FD6D3A: hue angle of 15.69º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FD6D3A is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 109 | 58 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.01 |
| HSL | 15.69º | 0.98% | 0.61% | - |
| HSV(B) | 15.69º | 0.77% | 0.99% | - |
| XYZ | 46.74 | 32.13 | 7.74 | - |
| YUV | 146.24 | 78.21 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 109 | 58 | 0 | 0.57 | 0.77 | 0.01 | 15.69 | 0.98 | 0.61 |
| Hex | FD | 6D | 3A | 0 | 39 | 4D | 1 | 10 | 62 | 3D |
| Octal | 375 | 155 | 72 | 0 | 71 | 115 | 1 | 20 | 142 | 75 |
| Binary | 11111101 | 1101101 | 111010 | 0 | 111001 | 1001101 | 1 | 10000 | 1100010 | 111101 |
Color Harmonies of #FD6D3A
Complementary color
Monochromatic Colors of #FD6D3A
Black with #FD6D3A
Text Example
Text Example
White with #FD6D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6D3A; }
p { color: rgb(253,109,58); }
H1.HeaderClassName
{
color: #FD6D3A;
}
.AnyTagClassName
{
color: #FD6D3A;
}
</style>
background-color css
<style>
a { background-color: #FD6D3A; }
a { background-color: rgb(253,109,58); }
div.DivClassName
{
background-color: #FD6D3A;
}
.BgClassName
{
background-color: #FD6D3A;
}
</style>
border-color css
<style>
span { border-color: #FD6D3A; }
span { border-color: rgb(253,109,58); }
td.TdClassName
{
border-color: #FD6D3A;
}
.TagClassName
{
border-color: #FD6D3A;
}
</style>