Shades of Burnt Orange #FD6D3C
Tints of Burnt Orange #FD6D3C
RGB
CMYK
RGB Variations
Color information
#FD6D3C (or 0xFD6D3C) is known color: Burnt Orange. HEX triplet: FD, 6D and 3C. RGB value is (253,109,60). Sum of RGB (Red+Green+Blue) = 253+109+60=422 (55% of max value = 765). Red value is 253 (99.22% from 255 or 59.95% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 60 (23.83% from 255 or 14.22% from 422); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6D3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6D3C is #0292C3. Grayscale: #929292. Windows color (decimal): -168644 or 3960317. OLE color: 3960317.
HSL color Cylindrical-coordinate representation of color #FD6D3C: hue angle of 15.23º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FD6D3C is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 109 | 60 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.01 |
| HSL | 15.23º | 0.98% | 0.61% | - |
| HSV(B) | 15.23º | 0.76% | 0.99% | - |
| XYZ | 46.79 | 32.15 | 8.01 | - |
| YUV | 146.47 | 79.21 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 109 | 60 | 0 | 0.57 | 0.76 | 0.01 | 15.23 | 0.98 | 0.61 |
| Hex | FD | 6D | 3C | 0 | 39 | 4C | 1 | F | 62 | 3D |
| Octal | 375 | 155 | 74 | 0 | 71 | 114 | 1 | 17 | 142 | 75 |
| Binary | 11111101 | 1101101 | 111100 | 0 | 111001 | 1001100 | 1 | 1111 | 1100010 | 111101 |
Color Harmonies of #FD6D3C
Complementary color
Monochromatic Colors of #FD6D3C
Black with #FD6D3C
Text Example
Text Example
White with #FD6D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6D3C; }
p { color: rgb(253,109,60); }
H1.HeaderClassName
{
color: #FD6D3C;
}
.AnyTagClassName
{
color: #FD6D3C;
}
</style>
background-color css
<style>
a { background-color: #FD6D3C; }
a { background-color: rgb(253,109,60); }
div.DivClassName
{
background-color: #FD6D3C;
}
.BgClassName
{
background-color: #FD6D3C;
}
</style>
border-color css
<style>
span { border-color: #FD6D3C; }
span { border-color: rgb(253,109,60); }
td.TdClassName
{
border-color: #FD6D3C;
}
.TagClassName
{
border-color: #FD6D3C;
}
</style>