Shades of Burnt Orange #F3732D
Tints of Burnt Orange #F3732D
RGB
CMYK
RGB Variations
Color information
#F3732D (or 0xF3732D) is known color: Burnt Orange. HEX triplet: F3, 73 and 2D. RGB value is (243,115,45). Sum of RGB (Red+Green+Blue) = 243+115+45=403 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.30% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 45 (17.97% from 255 or 11.17% from 403); Max value from RGB is 243 - color contains mainly: red. Hex color #F3732D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3732D is #0C8CD2. Grayscale: #919191. Windows color (decimal): -822483 or 2978803. OLE color: 2978803.
HSL color Cylindrical-coordinate representation of color #F3732D: hue angle of 21.21º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F3732D is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 115 | 45 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.05 |
| HSL | 21.21º | 0.89% | 0.56% | - |
| HSV(B) | 21.21º | 0.81% | 0.95% | - |
| XYZ | 43.57 | 31.51 | 6.27 | - |
| YUV | 145.29 | 71.41 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 115 | 45 | 0 | 0.53 | 0.81 | 0.05 | 21.21 | 0.89 | 0.56 |
| Hex | F3 | 73 | 2D | 0 | 35 | 51 | 5 | 15 | 59 | 38 |
| Octal | 363 | 163 | 55 | 0 | 65 | 121 | 5 | 25 | 131 | 70 |
| Binary | 11110011 | 1110011 | 101101 | 0 | 110101 | 1010001 | 101 | 10101 | 1011001 | 111000 |
Color Harmonies of #F3732D
Complementary color
Monochromatic Colors of #F3732D
Black with #F3732D
Text Example
Text Example
White with #F3732D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3732D; }
p { color: rgb(243,115,45); }
H1.HeaderClassName
{
color: #F3732D;
}
.AnyTagClassName
{
color: #F3732D;
}
</style>
background-color css
<style>
a { background-color: #F3732D; }
a { background-color: rgb(243,115,45); }
div.DivClassName
{
background-color: #F3732D;
}
.BgClassName
{
background-color: #F3732D;
}
</style>
border-color css
<style>
span { border-color: #F3732D; }
span { border-color: rgb(243,115,45); }
td.TdClassName
{
border-color: #F3732D;
}
.TagClassName
{
border-color: #F3732D;
}
</style>