Shades of Burnt Orange #FD6732
Tints of Burnt Orange #FD6732
RGB
CMYK
RGB Variations
Color information
#FD6732 (or 0xFD6732) is known color: Burnt Orange. HEX triplet: FD, 67 and 32. RGB value is (253,103,50). Sum of RGB (Red+Green+Blue) = 253+103+50=406 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.32% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 50 (19.92% from 255 or 12.32% from 406); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6732 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6732 is #0298CD. Grayscale: #8E8E8E. Windows color (decimal): -170190 or 3303421. OLE color: 3303421.
HSL color Cylindrical-coordinate representation of color #FD6732: hue angle of 15.67º 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 #FD6732 is Cyan = 0, Magento = 0.59, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 103 | 50 | - |
| CMYK | 0 | 0.59 | 0.80 | 0.01 |
| HSL | 15.67º | 0.98% | 0.59% | - |
| HSV(B) | 15.67º | 0.8% | 0.99% | - |
| XYZ | 45.93 | 30.81 | 6.54 | - |
| YUV | 141.81 | 76.2 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 103 | 50 | 0 | 0.59 | 0.80 | 0.01 | 15.67 | 0.98 | 0.59 |
| Hex | FD | 67 | 32 | 0 | 3B | 50 | 1 | 10 | 62 | 3B |
| Octal | 375 | 147 | 62 | 0 | 73 | 120 | 1 | 20 | 142 | 73 |
| Binary | 11111101 | 1100111 | 110010 | 0 | 111011 | 1010000 | 1 | 10000 | 1100010 | 111011 |
Color Harmonies of #FD6732
Complementary color
Monochromatic Colors of #FD6732
Black with #FD6732
Text Example
Text Example
White with #FD6732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6732; }
p { color: rgb(253,103,50); }
H1.HeaderClassName
{
color: #FD6732;
}
.AnyTagClassName
{
color: #FD6732;
}
</style>
background-color css
<style>
a { background-color: #FD6732; }
a { background-color: rgb(253,103,50); }
div.DivClassName
{
background-color: #FD6732;
}
.BgClassName
{
background-color: #FD6732;
}
</style>
border-color css
<style>
span { border-color: #FD6732; }
span { border-color: rgb(253,103,50); }
td.TdClassName
{
border-color: #FD6732;
}
.TagClassName
{
border-color: #FD6732;
}
</style>