Shades of Burnt Orange #FD6E3C
Tints of Burnt Orange #FD6E3C
RGB
CMYK
RGB Variations
Color information
#FD6E3C (or 0xFD6E3C) is known color: Burnt Orange. HEX triplet: FD, 6E and 3C. RGB value is (253,110,60). Sum of RGB (Red+Green+Blue) = 253+110+60=423 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.81% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6E3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6E3C is #0291C3. Grayscale: #939393. Windows color (decimal): -168388 or 3960573. OLE color: 3960573.
HSL color Cylindrical-coordinate representation of color #FD6E3C: hue angle of 15.54º 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 #FD6E3C is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 110 | 60 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.01 |
| HSL | 15.54º | 0.98% | 0.61% | - |
| HSV(B) | 15.54º | 0.76% | 0.99% | - |
| XYZ | 46.9 | 32.36 | 8.05 | - |
| YUV | 147.06 | 78.88 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 110 | 60 | 0 | 0.57 | 0.76 | 0.01 | 15.54 | 0.98 | 0.61 |
| Hex | FD | 6E | 3C | 0 | 39 | 4C | 1 | 10 | 62 | 3D |
| Octal | 375 | 156 | 74 | 0 | 71 | 114 | 1 | 20 | 142 | 75 |
| Binary | 11111101 | 1101110 | 111100 | 0 | 111001 | 1001100 | 1 | 10000 | 1100010 | 111101 |
Color Harmonies of #FD6E3C
Complementary color
Monochromatic Colors of #FD6E3C
Black with #FD6E3C
Text Example
Text Example
White with #FD6E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6E3C; }
p { color: rgb(253,110,60); }
H1.HeaderClassName
{
color: #FD6E3C;
}
.AnyTagClassName
{
color: #FD6E3C;
}
</style>
background-color css
<style>
a { background-color: #FD6E3C; }
a { background-color: rgb(253,110,60); }
div.DivClassName
{
background-color: #FD6E3C;
}
.BgClassName
{
background-color: #FD6E3C;
}
</style>
border-color css
<style>
span { border-color: #FD6E3C; }
span { border-color: rgb(253,110,60); }
td.TdClassName
{
border-color: #FD6E3C;
}
.TagClassName
{
border-color: #FD6E3C;
}
</style>