Shades of Burnt Orange #F3713D
Tints of Burnt Orange #F3713D
RGB
CMYK
RGB Variations
Color information
#F3713D (or 0xF3713D) is known color: Burnt Orange. HEX triplet: F3, 71 and 3D. RGB value is (243,113,61). Sum of RGB (Red+Green+Blue) = 243+113+61=417 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.27% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 61 (24.22% from 255 or 14.63% from 417); Max value from RGB is 243 - color contains mainly: red. Hex color #F3713D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3713D is #0C8EC2. Grayscale: #929292. Windows color (decimal): -822979 or 4026867. OLE color: 4026867.
HSL color Cylindrical-coordinate representation of color #F3713D: hue angle of 17.14º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F3713D is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 113 | 61 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.05 |
| HSL | 17.14º | 0.88% | 0.6% | - |
| HSV(B) | 17.14º | 0.75% | 0.95% | - |
| XYZ | 43.71 | 31.2 | 8.13 | - |
| YUV | 145.94 | 80.07 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 113 | 61 | 0 | 0.53 | 0.75 | 0.05 | 17.14 | 0.88 | 0.6 |
| Hex | F3 | 71 | 3D | 0 | 35 | 4B | 5 | 11 | 58 | 3C |
| Octal | 363 | 161 | 75 | 0 | 65 | 113 | 5 | 21 | 130 | 74 |
| Binary | 11110011 | 1110001 | 111101 | 0 | 110101 | 1001011 | 101 | 10001 | 1011000 | 111100 |
Color Harmonies of #F3713D
Complementary color
Monochromatic Colors of #F3713D
Black with #F3713D
Text Example
Text Example
White with #F3713D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3713D; }
p { color: rgb(243,113,61); }
H1.HeaderClassName
{
color: #F3713D;
}
.AnyTagClassName
{
color: #F3713D;
}
</style>
background-color css
<style>
a { background-color: #F3713D; }
a { background-color: rgb(243,113,61); }
div.DivClassName
{
background-color: #F3713D;
}
.BgClassName
{
background-color: #F3713D;
}
</style>
border-color css
<style>
span { border-color: #F3713D; }
span { border-color: rgb(243,113,61); }
td.TdClassName
{
border-color: #F3713D;
}
.TagClassName
{
border-color: #F3713D;
}
</style>