Shades of Burnt Orange #F36D2B
Tints of Burnt Orange #F36D2B
RGB
CMYK
RGB Variations
Color information
#F36D2B (or 0xF36D2B) is known color: Burnt Orange. HEX triplet: F3, 6D and 2B. RGB value is (243,109,43). Sum of RGB (Red+Green+Blue) = 243+109+43=395 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.52% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 43 (17.19% from 255 or 10.89% from 395); Max value from RGB is 243 - color contains mainly: red. Hex color #F36D2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F36D2B is #0C92D4. Grayscale: #8D8D8D. Windows color (decimal): -824021 or 2846195. OLE color: 2846195.
HSL color Cylindrical-coordinate representation of color #F36D2B: hue angle of 19.8º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F36D2B is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 109 | 43 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.05 |
| HSL | 19.8º | 0.89% | 0.56% | - |
| HSV(B) | 19.8º | 0.82% | 0.95% | - |
| XYZ | 42.87 | 30.17 | 5.85 | - |
| YUV | 141.54 | 72.39 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 109 | 43 | 0 | 0.55 | 0.82 | 0.05 | 19.8 | 0.89 | 0.56 |
| Hex | F3 | 6D | 2B | 0 | 37 | 52 | 5 | 14 | 59 | 38 |
| Octal | 363 | 155 | 53 | 0 | 67 | 122 | 5 | 24 | 131 | 70 |
| Binary | 11110011 | 1101101 | 101011 | 0 | 110111 | 1010010 | 101 | 10100 | 1011001 | 111000 |
Color Harmonies of #F36D2B
Complementary color
Monochromatic Colors of #F36D2B
Black with #F36D2B
Text Example
Text Example
White with #F36D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36D2B; }
p { color: rgb(243,109,43); }
H1.HeaderClassName
{
color: #F36D2B;
}
.AnyTagClassName
{
color: #F36D2B;
}
</style>
background-color css
<style>
a { background-color: #F36D2B; }
a { background-color: rgb(243,109,43); }
div.DivClassName
{
background-color: #F36D2B;
}
.BgClassName
{
background-color: #F36D2B;
}
</style>
border-color css
<style>
span { border-color: #F36D2B; }
span { border-color: rgb(243,109,43); }
td.TdClassName
{
border-color: #F36D2B;
}
.TagClassName
{
border-color: #F36D2B;
}
</style>