Shades of Burnt Orange #FD7141
Tints of Burnt Orange #FD7141
RGB
CMYK
RGB Variations
Color information
#FD7141 (or 0xFD7141) is known color: Burnt Orange. HEX triplet: FD, 71 and 41. RGB value is (253,113,65). Sum of RGB (Red+Green+Blue) = 253+113+65=431 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.70% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 65 (25.78% from 255 or 15.08% from 431); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7141 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7141 is #028EBE. Grayscale: #959595. Windows color (decimal): -167615 or 4289021. OLE color: 4289021.
HSL color Cylindrical-coordinate representation of color #FD7141: hue angle of 15.32º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD7141 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 113 | 65 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.01 |
| HSL | 15.32º | 0.98% | 0.62% | - |
| HSV(B) | 15.32º | 0.74% | 0.99% | - |
| XYZ | 47.37 | 33.07 | 8.89 | - |
| YUV | 149.39 | 80.38 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 113 | 65 | 0 | 0.55 | 0.74 | 0.01 | 15.32 | 0.98 | 0.62 |
| Hex | FD | 71 | 41 | 0 | 37 | 4A | 1 | F | 62 | 3E |
| Octal | 375 | 161 | 101 | 0 | 67 | 112 | 1 | 17 | 142 | 76 |
| Binary | 11111101 | 1110001 | 1000001 | 0 | 110111 | 1001010 | 1 | 1111 | 1100010 | 111110 |
Color Harmonies of #FD7141
Complementary color
Monochromatic Colors of #FD7141
Black with #FD7141
Text Example
Text Example
White with #FD7141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7141; }
p { color: rgb(253,113,65); }
H1.HeaderClassName
{
color: #FD7141;
}
.AnyTagClassName
{
color: #FD7141;
}
</style>
background-color css
<style>
a { background-color: #FD7141; }
a { background-color: rgb(253,113,65); }
div.DivClassName
{
background-color: #FD7141;
}
.BgClassName
{
background-color: #FD7141;
}
</style>
border-color css
<style>
span { border-color: #FD7141; }
span { border-color: rgb(253,113,65); }
td.TdClassName
{
border-color: #FD7141;
}
.TagClassName
{
border-color: #FD7141;
}
</style>