Shades of Burnt Orange #FD6C31
Tints of Burnt Orange #FD6C31
RGB
CMYK
RGB Variations
Color information
#FD6C31 (or 0xFD6C31) is known color: Burnt Orange. HEX triplet: FD, 6C and 31. RGB value is (253,108,49). Sum of RGB (Red+Green+Blue) = 253+108+49=410 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.71% from 410); Green value is 108 (42.58% from 255 or 26.34% from 410); Blue value is 49 (19.53% from 255 or 11.95% from 410); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6C31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6C31 is #0293CE. Grayscale: #919191. Windows color (decimal): -168911 or 3239165. OLE color: 3239165.
HSL color Cylindrical-coordinate representation of color #FD6C31: hue angle of 17.35º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD6C31 is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 108 | 49 | - |
| CMYK | 0 | 0.57 | 0.81 | 0.01 |
| HSL | 17.35º | 0.98% | 0.59% | - |
| HSV(B) | 17.35º | 0.81% | 0.99% | - |
| XYZ | 46.42 | 31.83 | 6.6 | - |
| YUV | 144.63 | 74.04 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 108 | 49 | 0 | 0.57 | 0.81 | 0.01 | 17.35 | 0.98 | 0.59 |
| Hex | FD | 6C | 31 | 0 | 39 | 51 | 1 | 11 | 62 | 3B |
| Octal | 375 | 154 | 61 | 0 | 71 | 121 | 1 | 21 | 142 | 73 |
| Binary | 11111101 | 1101100 | 110001 | 0 | 111001 | 1010001 | 1 | 10001 | 1100010 | 111011 |
Color Harmonies of #FD6C31
Complementary color
Monochromatic Colors of #FD6C31
Black with #FD6C31
Text Example
Text Example
White with #FD6C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6C31; }
p { color: rgb(253,108,49); }
H1.HeaderClassName
{
color: #FD6C31;
}
.AnyTagClassName
{
color: #FD6C31;
}
</style>
background-color css
<style>
a { background-color: #FD6C31; }
a { background-color: rgb(253,108,49); }
div.DivClassName
{
background-color: #FD6C31;
}
.BgClassName
{
background-color: #FD6C31;
}
</style>
border-color css
<style>
span { border-color: #FD6C31; }
span { border-color: rgb(253,108,49); }
td.TdClassName
{
border-color: #FD6C31;
}
.TagClassName
{
border-color: #FD6C31;
}
</style>