Shades of Burnt Orange #FF6D31
Tints of Burnt Orange #FF6D31
RGB
CMYK
RGB Variations
Color information
#FF6D31 (or 0xFF6D31) is known color: Burnt Orange. HEX triplet: FF, 6D and 31. RGB value is (255,109,49). Sum of RGB (Red+Green+Blue) = 255+109+49=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 49 (19.53% from 255 or 11.86% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6D31 is #0092CE. Grayscale: #929292. Windows color (decimal): -37583 or 3239423. OLE color: 3239423.
HSL color Cylindrical-coordinate representation of color #FF6D31: hue angle of 17.48º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF6D31 is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 109 | 49 | - |
| CMYK | 0 | 0.57 | 0.81 | 0 |
| HSL | 17.48º | 1% | 0.6% | - |
| HSV(B) | 17.48º | 0.81% | 1% | - |
| XYZ | 47.26 | 32.42 | 6.67 | - |
| YUV | 145.81 | 73.37 | 205.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 109 | 49 | 0 | 0.57 | 0.81 | 0 | 17.48 | 1 | 0.6 |
| Hex | FF | 6D | 31 | 0 | 39 | 51 | 0 | 11 | 64 | 3C |
| Octal | 377 | 155 | 61 | 0 | 71 | 121 | 0 | 21 | 144 | 74 |
| Binary | 11111111 | 1101101 | 110001 | 0 | 111001 | 1010001 | 0 | 10001 | 1100100 | 111100 |
Color Harmonies of #FF6D31
Complementary color
Monochromatic Colors of #FF6D31
Black with #FF6D31
Text Example
Text Example
White with #FF6D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6D31; }
p { color: rgb(255,109,49); }
H1.HeaderClassName
{
color: #FF6D31;
}
.AnyTagClassName
{
color: #FF6D31;
}
</style>
background-color css
<style>
a { background-color: #FF6D31; }
a { background-color: rgb(255,109,49); }
div.DivClassName
{
background-color: #FF6D31;
}
.BgClassName
{
background-color: #FF6D31;
}
</style>
border-color css
<style>
span { border-color: #FF6D31; }
span { border-color: rgb(255,109,49); }
td.TdClassName
{
border-color: #FF6D31;
}
.TagClassName
{
border-color: #FF6D31;
}
</style>