Shades of Burnt Orange #F36D40
Tints of Burnt Orange #F36D40
RGB
CMYK
RGB Variations
Color information
#F36D40 (or 0xF36D40) is known color: Burnt Orange. HEX triplet: F3, 6D and 40. RGB value is (243,109,64). Sum of RGB (Red+Green+Blue) = 243+109+64=416 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.41% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 243 - color contains mainly: red. Hex color #F36D40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F36D40 is #0C92BF. Grayscale: #909090. Windows color (decimal): -824000 or 4222451. OLE color: 4222451.
HSL color Cylindrical-coordinate representation of color #F36D40: hue angle of 15.08º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F36D40 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 109 | 64 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.05 |
| HSL | 15.08º | 0.88% | 0.6% | - |
| HSV(B) | 15.08º | 0.74% | 0.95% | - |
| XYZ | 43.36 | 30.36 | 8.43 | - |
| YUV | 143.94 | 82.89 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 109 | 64 | 0 | 0.55 | 0.74 | 0.05 | 15.08 | 0.88 | 0.6 |
| Hex | F3 | 6D | 40 | 0 | 37 | 4A | 5 | F | 58 | 3C |
| Octal | 363 | 155 | 100 | 0 | 67 | 112 | 5 | 17 | 130 | 74 |
| Binary | 11110011 | 1101101 | 1000000 | 0 | 110111 | 1001010 | 101 | 1111 | 1011000 | 111100 |
Color Harmonies of #F36D40
Complementary color
Monochromatic Colors of #F36D40
Black with #F36D40
Text Example
Text Example
White with #F36D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36D40; }
p { color: rgb(243,109,64); }
H1.HeaderClassName
{
color: #F36D40;
}
.AnyTagClassName
{
color: #F36D40;
}
</style>
background-color css
<style>
a { background-color: #F36D40; }
a { background-color: rgb(243,109,64); }
div.DivClassName
{
background-color: #F36D40;
}
.BgClassName
{
background-color: #F36D40;
}
</style>
border-color css
<style>
span { border-color: #F36D40; }
span { border-color: rgb(243,109,64); }
td.TdClassName
{
border-color: #F36D40;
}
.TagClassName
{
border-color: #F36D40;
}
</style>