Shades of Burnt Orange #F3752E
Tints of Burnt Orange #F3752E
RGB
CMYK
RGB Variations
Color information
#F3752E (or 0xF3752E) is known color: Burnt Orange. HEX triplet: F3, 75 and 2E. RGB value is (243,117,46). Sum of RGB (Red+Green+Blue) = 243+117+46=406 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.85% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 46 (18.36% from 255 or 11.33% from 406); Max value from RGB is 243 - color contains mainly: red. Hex color #F3752E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3752E is #0C8AD1. Grayscale: #929292. Windows color (decimal): -821970 or 3044851. OLE color: 3044851.
HSL color Cylindrical-coordinate representation of color #F3752E: hue angle of 21.62º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F3752E is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 117 | 46 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.05 |
| HSL | 21.62º | 0.89% | 0.57% | - |
| HSV(B) | 21.62º | 0.81% | 0.95% | - |
| XYZ | 43.82 | 31.97 | 6.45 | - |
| YUV | 146.58 | 71.24 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 117 | 46 | 0 | 0.52 | 0.81 | 0.05 | 21.62 | 0.89 | 0.57 |
| Hex | F3 | 75 | 2E | 0 | 34 | 51 | 5 | 16 | 59 | 39 |
| Octal | 363 | 165 | 56 | 0 | 64 | 121 | 5 | 26 | 131 | 71 |
| Binary | 11110011 | 1110101 | 101110 | 0 | 110100 | 1010001 | 101 | 10110 | 1011001 | 111001 |
Color Harmonies of #F3752E
Complementary color
Monochromatic Colors of #F3752E
Black with #F3752E
Text Example
Text Example
White with #F3752E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3752E; }
p { color: rgb(243,117,46); }
H1.HeaderClassName
{
color: #F3752E;
}
.AnyTagClassName
{
color: #F3752E;
}
</style>
background-color css
<style>
a { background-color: #F3752E; }
a { background-color: rgb(243,117,46); }
div.DivClassName
{
background-color: #F3752E;
}
.BgClassName
{
background-color: #F3752E;
}
</style>
border-color css
<style>
span { border-color: #F3752E; }
span { border-color: rgb(243,117,46); }
td.TdClassName
{
border-color: #F3752E;
}
.TagClassName
{
border-color: #F3752E;
}
</style>