Shades of Burnt Orange #F36E2D
Tints of Burnt Orange #F36E2D
RGB
CMYK
RGB Variations
Color information
#F36E2D (or 0xF36E2D) is known color: Burnt Orange. HEX triplet: F3, 6E and 2D. RGB value is (243,110,45). Sum of RGB (Red+Green+Blue) = 243+110+45=398 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.06% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 45 (17.97% from 255 or 11.31% from 398); Max value from RGB is 243 - color contains mainly: red. Hex color #F36E2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F36E2D is #0C91D2. Grayscale: #8E8E8E. Windows color (decimal): -823763 or 2977523. OLE color: 2977523.
HSL color Cylindrical-coordinate representation of color #F36E2D: hue angle of 19.7º 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 #F36E2D is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 110 | 45 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.05 |
| HSL | 19.7º | 0.89% | 0.56% | - |
| HSV(B) | 19.7º | 0.81% | 0.95% | - |
| XYZ | 43.01 | 30.4 | 6.08 | - |
| YUV | 142.36 | 73.06 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 110 | 45 | 0 | 0.55 | 0.81 | 0.05 | 19.7 | 0.89 | 0.56 |
| Hex | F3 | 6E | 2D | 0 | 37 | 51 | 5 | 14 | 59 | 38 |
| Octal | 363 | 156 | 55 | 0 | 67 | 121 | 5 | 24 | 131 | 70 |
| Binary | 11110011 | 1101110 | 101101 | 0 | 110111 | 1010001 | 101 | 10100 | 1011001 | 111000 |
Color Harmonies of #F36E2D
Complementary color
Monochromatic Colors of #F36E2D
Black with #F36E2D
Text Example
Text Example
White with #F36E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36E2D; }
p { color: rgb(243,110,45); }
H1.HeaderClassName
{
color: #F36E2D;
}
.AnyTagClassName
{
color: #F36E2D;
}
</style>
background-color css
<style>
a { background-color: #F36E2D; }
a { background-color: rgb(243,110,45); }
div.DivClassName
{
background-color: #F36E2D;
}
.BgClassName
{
background-color: #F36E2D;
}
</style>
border-color css
<style>
span { border-color: #F36E2D; }
span { border-color: rgb(243,110,45); }
td.TdClassName
{
border-color: #F36E2D;
}
.TagClassName
{
border-color: #F36E2D;
}
</style>