Shades of Burnt Orange #FD7C2D
Tints of Burnt Orange #FD7C2D
RGB
CMYK
RGB Variations
Color information
#FD7C2D (or 0xFD7C2D) is known color: Burnt Orange. HEX triplet: FD, 7C and 2D. RGB value is (253,124,45). Sum of RGB (Red+Green+Blue) = 253+124+45=422 (55% of max value = 765). Red value is 253 (99.22% from 255 or 59.95% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 45 (17.97% from 255 or 10.66% from 422); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7C2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7C2D is #0283D2. Grayscale: #9A9A9A. Windows color (decimal): -164819 or 2981117. OLE color: 2981117.
HSL color Cylindrical-coordinate representation of color #FD7C2D: hue angle of 22.79º 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 #FD7C2D is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 124 | 45 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.01 |
| HSL | 22.79º | 0.98% | 0.58% | - |
| HSV(B) | 22.79º | 0.82% | 0.99% | - |
| XYZ | 48.19 | 35.49 | 6.79 | - |
| YUV | 153.57 | 66.74 | 198.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 124 | 45 | 0 | 0.51 | 0.82 | 0.01 | 22.79 | 0.98 | 0.58 |
| Hex | FD | 7C | 2D | 0 | 33 | 52 | 1 | 17 | 62 | 3A |
| Octal | 375 | 174 | 55 | 0 | 63 | 122 | 1 | 27 | 142 | 72 |
| Binary | 11111101 | 1111100 | 101101 | 0 | 110011 | 1010010 | 1 | 10111 | 1100010 | 111010 |
Color Harmonies of #FD7C2D
Complementary color
Monochromatic Colors of #FD7C2D
Black with #FD7C2D
Text Example
Text Example
White with #FD7C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7C2D; }
p { color: rgb(253,124,45); }
H1.HeaderClassName
{
color: #FD7C2D;
}
.AnyTagClassName
{
color: #FD7C2D;
}
</style>
background-color css
<style>
a { background-color: #FD7C2D; }
a { background-color: rgb(253,124,45); }
div.DivClassName
{
background-color: #FD7C2D;
}
.BgClassName
{
background-color: #FD7C2D;
}
</style>
border-color css
<style>
span { border-color: #FD7C2D; }
span { border-color: rgb(253,124,45); }
td.TdClassName
{
border-color: #FD7C2D;
}
.TagClassName
{
border-color: #FD7C2D;
}
</style>