Shades of Burnt Orange #FD7632
Tints of Burnt Orange #FD7632
RGB
CMYK
RGB Variations
Color information
#FD7632 (or 0xFD7632) is known color: Burnt Orange. HEX triplet: FD, 76 and 32. RGB value is (253,118,50). Sum of RGB (Red+Green+Blue) = 253+118+50=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 50 (19.92% from 255 or 11.88% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7632 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7632 is #0289CD. Grayscale: #979797. Windows color (decimal): -166350 or 3307261. OLE color: 3307261.
HSL color Cylindrical-coordinate representation of color #FD7632: hue angle of 20.1º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD7632 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 118 | 50 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.01 |
| HSL | 20.1º | 0.98% | 0.59% | - |
| HSV(B) | 20.1º | 0.8% | 0.99% | - |
| XYZ | 47.56 | 34.07 | 7.09 | - |
| YUV | 150.61 | 71.23 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 118 | 50 | 0 | 0.53 | 0.80 | 0.01 | 20.1 | 0.98 | 0.59 |
| Hex | FD | 76 | 32 | 0 | 35 | 50 | 1 | 14 | 62 | 3B |
| Octal | 375 | 166 | 62 | 0 | 65 | 120 | 1 | 24 | 142 | 73 |
| Binary | 11111101 | 1110110 | 110010 | 0 | 110101 | 1010000 | 1 | 10100 | 1100010 | 111011 |
Color Harmonies of #FD7632
Complementary color
Monochromatic Colors of #FD7632
Black with #FD7632
Text Example
Text Example
White with #FD7632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7632; }
p { color: rgb(253,118,50); }
H1.HeaderClassName
{
color: #FD7632;
}
.AnyTagClassName
{
color: #FD7632;
}
</style>
background-color css
<style>
a { background-color: #FD7632; }
a { background-color: rgb(253,118,50); }
div.DivClassName
{
background-color: #FD7632;
}
.BgClassName
{
background-color: #FD7632;
}
</style>
border-color css
<style>
span { border-color: #FD7632; }
span { border-color: rgb(253,118,50); }
td.TdClassName
{
border-color: #FD7632;
}
.TagClassName
{
border-color: #FD7632;
}
</style>