Shades of Burnt Orange #FD7041
Tints of Burnt Orange #FD7041
RGB
CMYK
RGB Variations
Color information
#FD7041 (or 0xFD7041) is known color: Burnt Orange. HEX triplet: FD, 70 and 41. RGB value is (253,112,65). Sum of RGB (Red+Green+Blue) = 253+112+65=430 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.84% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 65 (25.78% from 255 or 15.12% from 430); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7041 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7041 is #028FBE. Grayscale: #959595. Windows color (decimal): -167871 or 4288765. OLE color: 4288765.
HSL color Cylindrical-coordinate representation of color #FD7041: hue angle of 15º 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 #FD7041 is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 112 | 65 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.01 |
| HSL | 15º | 0.98% | 0.62% | - |
| HSV(B) | 15º | 0.74% | 0.99% | - |
| XYZ | 47.26 | 32.85 | 8.85 | - |
| YUV | 148.8 | 80.71 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 112 | 65 | 0 | 0.56 | 0.74 | 0.01 | 15 | 0.98 | 0.62 |
| Hex | FD | 70 | 41 | 0 | 38 | 4A | 1 | F | 62 | 3E |
| Octal | 375 | 160 | 101 | 0 | 70 | 112 | 1 | 17 | 142 | 76 |
| Binary | 11111101 | 1110000 | 1000001 | 0 | 111000 | 1001010 | 1 | 1111 | 1100010 | 111110 |
Color Harmonies of #FD7041
Complementary color
Monochromatic Colors of #FD7041
Black with #FD7041
Text Example
Text Example
White with #FD7041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7041; }
p { color: rgb(253,112,65); }
H1.HeaderClassName
{
color: #FD7041;
}
.AnyTagClassName
{
color: #FD7041;
}
</style>
background-color css
<style>
a { background-color: #FD7041; }
a { background-color: rgb(253,112,65); }
div.DivClassName
{
background-color: #FD7041;
}
.BgClassName
{
background-color: #FD7041;
}
</style>
border-color css
<style>
span { border-color: #FD7041; }
span { border-color: rgb(253,112,65); }
td.TdClassName
{
border-color: #FD7041;
}
.TagClassName
{
border-color: #FD7041;
}
</style>