Shades of Burnt Orange #FD7A40
Tints of Burnt Orange #FD7A40
RGB
CMYK
RGB Variations
Color information
#FD7A40 (or 0xFD7A40) is known color: Burnt Orange. HEX triplet: FD, 7A and 40. RGB value is (253,122,64). Sum of RGB (Red+Green+Blue) = 253+122+64=439 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.63% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 64 (25.39% from 255 or 14.58% from 439); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7A40 is #0285BF. Grayscale: #9A9A9A. Windows color (decimal): -165312 or 4225789. OLE color: 4225789.
HSL color Cylindrical-coordinate representation of color #FD7A40: hue angle of 18.41º 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 #FD7A40 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 122 | 64 | - |
| CMYK | 0 | 0.52 | 0.75 | 0.01 |
| HSL | 18.41º | 0.98% | 0.62% | - |
| HSV(B) | 18.41º | 0.75% | 0.99% | - |
| XYZ | 48.39 | 35.17 | 9.09 | - |
| YUV | 154.56 | 76.9 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 122 | 64 | 0 | 0.52 | 0.75 | 0.01 | 18.41 | 0.98 | 0.62 |
| Hex | FD | 7A | 40 | 0 | 34 | 4B | 1 | 12 | 62 | 3E |
| Octal | 375 | 172 | 100 | 0 | 64 | 113 | 1 | 22 | 142 | 76 |
| Binary | 11111101 | 1111010 | 1000000 | 0 | 110100 | 1001011 | 1 | 10010 | 1100010 | 111110 |
Color Harmonies of #FD7A40
Complementary color
Monochromatic Colors of #FD7A40
Black with #FD7A40
Text Example
Text Example
White with #FD7A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7A40; }
p { color: rgb(253,122,64); }
H1.HeaderClassName
{
color: #FD7A40;
}
.AnyTagClassName
{
color: #FD7A40;
}
</style>
background-color css
<style>
a { background-color: #FD7A40; }
a { background-color: rgb(253,122,64); }
div.DivClassName
{
background-color: #FD7A40;
}
.BgClassName
{
background-color: #FD7A40;
}
</style>
border-color css
<style>
span { border-color: #FD7A40; }
span { border-color: rgb(253,122,64); }
td.TdClassName
{
border-color: #FD7A40;
}
.TagClassName
{
border-color: #FD7A40;
}
</style>