Shades of Burnt Orange #FD6E3A
Tints of Burnt Orange #FD6E3A
RGB
CMYK
RGB Variations
Color information
#FD6E3A (or 0xFD6E3A) is known color: Burnt Orange. HEX triplet: FD, 6E and 3A. RGB value is (253,110,58). Sum of RGB (Red+Green+Blue) = 253+110+58=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 110 (43.36% from 255 or 26.13% from 421); Blue value is 58 (23.05% from 255 or 13.78% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6E3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6E3A is #0291C5. Grayscale: #939393. Windows color (decimal): -168390 or 3829501. OLE color: 3829501.
HSL color Cylindrical-coordinate representation of color #FD6E3A: hue angle of 16º 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 #FD6E3A is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 110 | 58 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.01 |
| HSL | 16º | 0.98% | 0.61% | - |
| HSV(B) | 16º | 0.77% | 0.99% | - |
| XYZ | 46.85 | 32.34 | 7.78 | - |
| YUV | 146.83 | 77.88 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 110 | 58 | 0 | 0.57 | 0.77 | 0.01 | 16 | 0.98 | 0.61 |
| Hex | FD | 6E | 3A | 0 | 39 | 4D | 1 | 10 | 62 | 3D |
| Octal | 375 | 156 | 72 | 0 | 71 | 115 | 1 | 20 | 142 | 75 |
| Binary | 11111101 | 1101110 | 111010 | 0 | 111001 | 1001101 | 1 | 10000 | 1100010 | 111101 |
Color Harmonies of #FD6E3A
Complementary color
Monochromatic Colors of #FD6E3A
Black with #FD6E3A
Text Example
Text Example
White with #FD6E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6E3A; }
p { color: rgb(253,110,58); }
H1.HeaderClassName
{
color: #FD6E3A;
}
.AnyTagClassName
{
color: #FD6E3A;
}
</style>
background-color css
<style>
a { background-color: #FD6E3A; }
a { background-color: rgb(253,110,58); }
div.DivClassName
{
background-color: #FD6E3A;
}
.BgClassName
{
background-color: #FD6E3A;
}
</style>
border-color css
<style>
span { border-color: #FD6E3A; }
span { border-color: rgb(253,110,58); }
td.TdClassName
{
border-color: #FD6E3A;
}
.TagClassName
{
border-color: #FD6E3A;
}
</style>