Shades of Burnt Orange #FD7440
Tints of Burnt Orange #FD7440
RGB
CMYK
RGB Variations
Color information
#FD7440 (or 0xFD7440) is known color: Burnt Orange. HEX triplet: FD, 74 and 40. RGB value is (253,116,64). Sum of RGB (Red+Green+Blue) = 253+116+64=433 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.43% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 64 (25.39% from 255 or 14.78% from 433); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7440 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7440 is #028BBF. Grayscale: #979797. Windows color (decimal): -166848 or 4224253. OLE color: 4224253.
HSL color Cylindrical-coordinate representation of color #FD7440: hue angle of 16.51º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD7440 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 116 | 64 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.01 |
| HSL | 16.51º | 0.98% | 0.62% | - |
| HSV(B) | 16.51º | 0.75% | 0.99% | - |
| XYZ | 47.68 | 33.74 | 8.85 | - |
| YUV | 151.04 | 78.89 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 116 | 64 | 0 | 0.54 | 0.75 | 0.01 | 16.51 | 0.98 | 0.62 |
| Hex | FD | 74 | 40 | 0 | 36 | 4B | 1 | 11 | 62 | 3E |
| Octal | 375 | 164 | 100 | 0 | 66 | 113 | 1 | 21 | 142 | 76 |
| Binary | 11111101 | 1110100 | 1000000 | 0 | 110110 | 1001011 | 1 | 10001 | 1100010 | 111110 |
Color Harmonies of #FD7440
Complementary color
Monochromatic Colors of #FD7440
Black with #FD7440
Text Example
Text Example
White with #FD7440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7440; }
p { color: rgb(253,116,64); }
H1.HeaderClassName
{
color: #FD7440;
}
.AnyTagClassName
{
color: #FD7440;
}
</style>
background-color css
<style>
a { background-color: #FD7440; }
a { background-color: rgb(253,116,64); }
div.DivClassName
{
background-color: #FD7440;
}
.BgClassName
{
background-color: #FD7440;
}
</style>
border-color css
<style>
span { border-color: #FD7440; }
span { border-color: rgb(253,116,64); }
td.TdClassName
{
border-color: #FD7440;
}
.TagClassName
{
border-color: #FD7440;
}
</style>