Shades of Burnt Orange #FD7A3E
Tints of Burnt Orange #FD7A3E
RGB
CMYK
RGB Variations
Color information
#FD7A3E (or 0xFD7A3E) is known color: Burnt Orange. HEX triplet: FD, 7A and 3E. RGB value is (253,122,62). Sum of RGB (Red+Green+Blue) = 253+122+62=437 (57% of max value = 765). Red value is 253 (99.22% from 255 or 57.89% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 62 (24.61% from 255 or 14.19% from 437); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7A3E is #0285C1. Grayscale: #9A9A9A. Windows color (decimal): -165314 or 4094717. OLE color: 4094717.
HSL color Cylindrical-coordinate representation of color #FD7A3E: hue angle of 18.85º 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 #FD7A3E is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 122 | 62 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.01 |
| HSL | 18.85º | 0.98% | 0.62% | - |
| HSV(B) | 18.85º | 0.75% | 0.99% | - |
| XYZ | 48.34 | 35.15 | 8.79 | - |
| YUV | 154.33 | 75.9 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 122 | 62 | 0 | 0.52 | 0.75 | 0.01 | 18.85 | 0.98 | 0.62 |
| Hex | FD | 7A | 3E | 0 | 34 | 4B | 1 | 13 | 62 | 3E |
| Octal | 375 | 172 | 76 | 0 | 64 | 113 | 1 | 23 | 142 | 76 |
| Binary | 11111101 | 1111010 | 111110 | 0 | 110100 | 1001011 | 1 | 10011 | 1100010 | 111110 |
Color Harmonies of #FD7A3E
Complementary color
Monochromatic Colors of #FD7A3E
Black with #FD7A3E
Text Example
Text Example
White with #FD7A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7A3E; }
p { color: rgb(253,122,62); }
H1.HeaderClassName
{
color: #FD7A3E;
}
.AnyTagClassName
{
color: #FD7A3E;
}
</style>
background-color css
<style>
a { background-color: #FD7A3E; }
a { background-color: rgb(253,122,62); }
div.DivClassName
{
background-color: #FD7A3E;
}
.BgClassName
{
background-color: #FD7A3E;
}
</style>
border-color css
<style>
span { border-color: #FD7A3E; }
span { border-color: rgb(253,122,62); }
td.TdClassName
{
border-color: #FD7A3E;
}
.TagClassName
{
border-color: #FD7A3E;
}
</style>