Shades of Burnt Orange #FD7343
Tints of Burnt Orange #FD7343
RGB
CMYK
RGB Variations
Color information
#FD7343 (or 0xFD7343) is known color: Burnt Orange. HEX triplet: FD, 73 and 43. RGB value is (253,115,67). Sum of RGB (Red+Green+Blue) = 253+115+67=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 115 (45.31% from 255 or 26.44% from 435); Blue value is 67 (26.56% from 255 or 15.40% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7343 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7343 is #028CBC. Grayscale: #979797. Windows color (decimal): -167101 or 4420605. OLE color: 4420605.
HSL color Cylindrical-coordinate representation of color #FD7343: hue angle of 15.48º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD7343 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 115 | 67 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.01 |
| HSL | 15.48º | 0.98% | 0.63% | - |
| HSV(B) | 15.48º | 0.74% | 0.99% | - |
| XYZ | 47.65 | 33.55 | 9.27 | - |
| YUV | 150.79 | 80.72 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 115 | 67 | 0 | 0.55 | 0.74 | 0.01 | 15.48 | 0.98 | 0.63 |
| Hex | FD | 73 | 43 | 0 | 37 | 4A | 1 | F | 62 | 3F |
| Octal | 375 | 163 | 103 | 0 | 67 | 112 | 1 | 17 | 142 | 77 |
| Binary | 11111101 | 1110011 | 1000011 | 0 | 110111 | 1001010 | 1 | 1111 | 1100010 | 111111 |
Color Harmonies of #FD7343
Complementary color
Monochromatic Colors of #FD7343
Black with #FD7343
Text Example
Text Example
White with #FD7343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7343; }
p { color: rgb(253,115,67); }
H1.HeaderClassName
{
color: #FD7343;
}
.AnyTagClassName
{
color: #FD7343;
}
</style>
background-color css
<style>
a { background-color: #FD7343; }
a { background-color: rgb(253,115,67); }
div.DivClassName
{
background-color: #FD7343;
}
.BgClassName
{
background-color: #FD7343;
}
</style>
border-color css
<style>
span { border-color: #FD7343; }
span { border-color: rgb(253,115,67); }
td.TdClassName
{
border-color: #FD7343;
}
.TagClassName
{
border-color: #FD7343;
}
</style>