Shades of Burnt Orange #FD7A2D
Tints of Burnt Orange #FD7A2D
RGB
CMYK
RGB Variations
Color information
#FD7A2D (or 0xFD7A2D) is known color: Burnt Orange. HEX triplet: FD, 7A and 2D. RGB value is (253,122,45). Sum of RGB (Red+Green+Blue) = 253+122+45=420 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.24% from 420); Green value is 122 (48.05% from 255 or 29.05% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7A2D is #0285D2. Grayscale: #989898. Windows color (decimal): -165331 or 2980605. OLE color: 2980605.
HSL color Cylindrical-coordinate representation of color #FD7A2D: hue angle of 22.21º 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 #FD7A2D is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 122 | 45 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.01 |
| HSL | 22.21º | 0.98% | 0.58% | - |
| HSV(B) | 22.21º | 0.82% | 0.99% | - |
| XYZ | 47.94 | 34.99 | 6.71 | - |
| YUV | 152.39 | 67.4 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 122 | 45 | 0 | 0.52 | 0.82 | 0.01 | 22.21 | 0.98 | 0.58 |
| Hex | FD | 7A | 2D | 0 | 34 | 52 | 1 | 16 | 62 | 3A |
| Octal | 375 | 172 | 55 | 0 | 64 | 122 | 1 | 26 | 142 | 72 |
| Binary | 11111101 | 1111010 | 101101 | 0 | 110100 | 1010010 | 1 | 10110 | 1100010 | 111010 |
Color Harmonies of #FD7A2D
Complementary color
Monochromatic Colors of #FD7A2D
Black with #FD7A2D
Text Example
Text Example
White with #FD7A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7A2D; }
p { color: rgb(253,122,45); }
H1.HeaderClassName
{
color: #FD7A2D;
}
.AnyTagClassName
{
color: #FD7A2D;
}
</style>
background-color css
<style>
a { background-color: #FD7A2D; }
a { background-color: rgb(253,122,45); }
div.DivClassName
{
background-color: #FD7A2D;
}
.BgClassName
{
background-color: #FD7A2D;
}
</style>
border-color css
<style>
span { border-color: #FD7A2D; }
span { border-color: rgb(253,122,45); }
td.TdClassName
{
border-color: #FD7A2D;
}
.TagClassName
{
border-color: #FD7A2D;
}
</style>