Shades of Burnt Orange #F36C28
Tints of Burnt Orange #F36C28
RGB
CMYK
RGB Variations
Color information
#F36C28 (or 0xF36C28) is known color: Burnt Orange. HEX triplet: F3, 6C and 28. RGB value is (243,108,40). Sum of RGB (Red+Green+Blue) = 243+108+40=391 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.15% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 40 (16.02% from 255 or 10.23% from 391); Max value from RGB is 243 - color contains mainly: red. Hex color #F36C28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F36C28 is #0C93D7. Grayscale: #8D8D8D. Windows color (decimal): -824280 or 2649331. OLE color: 2649331.
HSL color Cylindrical-coordinate representation of color #F36C28: hue angle of 20.1º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F36C28 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 108 | 40 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.05 |
| HSL | 20.1º | 0.89% | 0.55% | - |
| HSV(B) | 20.1º | 0.84% | 0.95% | - |
| XYZ | 42.71 | 29.93 | 5.53 | - |
| YUV | 140.61 | 71.23 | 201.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 108 | 40 | 0 | 0.56 | 0.84 | 0.05 | 20.1 | 0.89 | 0.55 |
| Hex | F3 | 6C | 28 | 0 | 38 | 54 | 5 | 14 | 59 | 37 |
| Octal | 363 | 154 | 50 | 0 | 70 | 124 | 5 | 24 | 131 | 67 |
| Binary | 11110011 | 1101100 | 101000 | 0 | 111000 | 1010100 | 101 | 10100 | 1011001 | 110111 |
Color Harmonies of #F36C28
Complementary color
Monochromatic Colors of #F36C28
Black with #F36C28
Text Example
Text Example
White with #F36C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36C28; }
p { color: rgb(243,108,40); }
H1.HeaderClassName
{
color: #F36C28;
}
.AnyTagClassName
{
color: #F36C28;
}
</style>
background-color css
<style>
a { background-color: #F36C28; }
a { background-color: rgb(243,108,40); }
div.DivClassName
{
background-color: #F36C28;
}
.BgClassName
{
background-color: #F36C28;
}
</style>
border-color css
<style>
span { border-color: #F36C28; }
span { border-color: rgb(243,108,40); }
td.TdClassName
{
border-color: #F36C28;
}
.TagClassName
{
border-color: #F36C28;
}
</style>