Shades of Burnt Orange #FD732E
Tints of Burnt Orange #FD732E
RGB
CMYK
RGB Variations
Color information
#FD732E (or 0xFD732E) is known color: Burnt Orange. HEX triplet: FD, 73 and 2E. RGB value is (253,115,46). Sum of RGB (Red+Green+Blue) = 253+115+46=414 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.11% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 46 (18.36% from 255 or 11.11% from 414); Max value from RGB is 253 - color contains mainly: red. Hex color #FD732E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD732E is #028CD1. Grayscale: #949494. Windows color (decimal): -167122 or 3044349. OLE color: 3044349.
HSL color Cylindrical-coordinate representation of color #FD732E: hue angle of 20º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD732E is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 115 | 46 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.01 |
| HSL | 20º | 0.98% | 0.59% | - |
| HSV(B) | 20º | 0.82% | 0.99% | - |
| XYZ | 47.13 | 33.34 | 6.54 | - |
| YUV | 148.4 | 70.22 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 115 | 46 | 0 | 0.55 | 0.82 | 0.01 | 20 | 0.98 | 0.59 |
| Hex | FD | 73 | 2E | 0 | 37 | 52 | 1 | 14 | 62 | 3B |
| Octal | 375 | 163 | 56 | 0 | 67 | 122 | 1 | 24 | 142 | 73 |
| Binary | 11111101 | 1110011 | 101110 | 0 | 110111 | 1010010 | 1 | 10100 | 1100010 | 111011 |
Color Harmonies of #FD732E
Complementary color
Monochromatic Colors of #FD732E
Black with #FD732E
Text Example
Text Example
White with #FD732E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD732E; }
p { color: rgb(253,115,46); }
H1.HeaderClassName
{
color: #FD732E;
}
.AnyTagClassName
{
color: #FD732E;
}
</style>
background-color css
<style>
a { background-color: #FD732E; }
a { background-color: rgb(253,115,46); }
div.DivClassName
{
background-color: #FD732E;
}
.BgClassName
{
background-color: #FD732E;
}
</style>
border-color css
<style>
span { border-color: #FD732E; }
span { border-color: rgb(253,115,46); }
td.TdClassName
{
border-color: #FD732E;
}
.TagClassName
{
border-color: #FD732E;
}
</style>