Shades of Burnt Orange #FD7D2D
Tints of Burnt Orange #FD7D2D
RGB
CMYK
RGB Variations
Color information
#FD7D2D (or 0xFD7D2D) is known color: Burnt Orange. HEX triplet: FD, 7D and 2D. RGB value is (253,125,45). Sum of RGB (Red+Green+Blue) = 253+125+45=423 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.81% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 45 (17.97% from 255 or 10.64% from 423); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7D2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7D2D is #0282D2. Grayscale: #9A9A9A. Windows color (decimal): -164563 or 2981373. OLE color: 2981373.
HSL color Cylindrical-coordinate representation of color #FD7D2D: hue angle of 23.08º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD7D2D is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 125 | 45 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.01 |
| HSL | 23.08º | 0.98% | 0.58% | - |
| HSV(B) | 23.08º | 0.82% | 0.99% | - |
| XYZ | 48.32 | 35.74 | 6.83 | - |
| YUV | 154.15 | 66.41 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 125 | 45 | 0 | 0.51 | 0.82 | 0.01 | 23.08 | 0.98 | 0.58 |
| Hex | FD | 7D | 2D | 0 | 33 | 52 | 1 | 17 | 62 | 3A |
| Octal | 375 | 175 | 55 | 0 | 63 | 122 | 1 | 27 | 142 | 72 |
| Binary | 11111101 | 1111101 | 101101 | 0 | 110011 | 1010010 | 1 | 10111 | 1100010 | 111010 |
Color Harmonies of #FD7D2D
Complementary color
Monochromatic Colors of #FD7D2D
Black with #FD7D2D
Text Example
Text Example
White with #FD7D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7D2D; }
p { color: rgb(253,125,45); }
H1.HeaderClassName
{
color: #FD7D2D;
}
.AnyTagClassName
{
color: #FD7D2D;
}
</style>
background-color css
<style>
a { background-color: #FD7D2D; }
a { background-color: rgb(253,125,45); }
div.DivClassName
{
background-color: #FD7D2D;
}
.BgClassName
{
background-color: #FD7D2D;
}
</style>
border-color css
<style>
span { border-color: #FD7D2D; }
span { border-color: rgb(253,125,45); }
td.TdClassName
{
border-color: #FD7D2D;
}
.TagClassName
{
border-color: #FD7D2D;
}
</style>