Shades of Burnt Orange #F36C3E
Tints of Burnt Orange #F36C3E
RGB
CMYK
RGB Variations
Color information
#F36C3E (or 0xF36C3E) is known color: Burnt Orange. HEX triplet: F3, 6C and 3E. RGB value is (243,108,62). Sum of RGB (Red+Green+Blue) = 243+108+62=413 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.84% from 413); Green value is 108 (42.58% from 255 or 26.15% from 413); Blue value is 62 (24.61% from 255 or 15.01% from 413); Max value from RGB is 243 - color contains mainly: red. Hex color #F36C3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F36C3E is #0C93C1. Grayscale: #8F8F8F. Windows color (decimal): -824258 or 4091123. OLE color: 4091123.
HSL color Cylindrical-coordinate representation of color #F36C3E: hue angle of 15.25º 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 #F36C3E is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 108 | 62 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.05 |
| HSL | 15.25º | 0.88% | 0.6% | - |
| HSV(B) | 15.25º | 0.74% | 0.95% | - |
| XYZ | 43.19 | 30.13 | 8.1 | - |
| YUV | 143.12 | 82.23 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 108 | 62 | 0 | 0.56 | 0.74 | 0.05 | 15.25 | 0.88 | 0.6 |
| Hex | F3 | 6C | 3E | 0 | 38 | 4A | 5 | F | 58 | 3C |
| Octal | 363 | 154 | 76 | 0 | 70 | 112 | 5 | 17 | 130 | 74 |
| Binary | 11110011 | 1101100 | 111110 | 0 | 111000 | 1001010 | 101 | 1111 | 1011000 | 111100 |
Color Harmonies of #F36C3E
Complementary color
Monochromatic Colors of #F36C3E
Black with #F36C3E
Text Example
Text Example
White with #F36C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36C3E; }
p { color: rgb(243,108,62); }
H1.HeaderClassName
{
color: #F36C3E;
}
.AnyTagClassName
{
color: #F36C3E;
}
</style>
background-color css
<style>
a { background-color: #F36C3E; }
a { background-color: rgb(243,108,62); }
div.DivClassName
{
background-color: #F36C3E;
}
.BgClassName
{
background-color: #F36C3E;
}
</style>
border-color css
<style>
span { border-color: #F36C3E; }
span { border-color: rgb(243,108,62); }
td.TdClassName
{
border-color: #F36C3E;
}
.TagClassName
{
border-color: #F36C3E;
}
</style>