Shades of Burnt Orange #F36730
Tints of Burnt Orange #F36730
RGB
CMYK
RGB Variations
Color information
#F36730 (or 0xF36730) is known color: Burnt Orange. HEX triplet: F3, 67 and 30. RGB value is (243,103,48). Sum of RGB (Red+Green+Blue) = 243+103+48=394 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.68% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 48 (19.14% from 255 or 12.18% from 394); Max value from RGB is 243 - color contains mainly: red. Hex color #F36730 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F36730 is #0C98CF. Grayscale: #8A8A8A. Windows color (decimal): -825552 or 3172339. OLE color: 3172339.
HSL color Cylindrical-coordinate representation of color #F36730: hue angle of 16.92º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F36730 is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 103 | 48 | - |
| CMYK | 0 | 0.58 | 0.80 | 0.05 |
| HSL | 16.92º | 0.89% | 0.57% | - |
| HSV(B) | 16.92º | 0.8% | 0.95% | - |
| XYZ | 42.35 | 28.97 | 6.16 | - |
| YUV | 138.59 | 76.88 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 103 | 48 | 0 | 0.58 | 0.80 | 0.05 | 16.92 | 0.89 | 0.57 |
| Hex | F3 | 67 | 30 | 0 | 3A | 50 | 5 | 11 | 59 | 39 |
| Octal | 363 | 147 | 60 | 0 | 72 | 120 | 5 | 21 | 131 | 71 |
| Binary | 11110011 | 1100111 | 110000 | 0 | 111010 | 1010000 | 101 | 10001 | 1011001 | 111001 |
Color Harmonies of #F36730
Complementary color
Monochromatic Colors of #F36730
Black with #F36730
Text Example
Text Example
White with #F36730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36730; }
p { color: rgb(243,103,48); }
H1.HeaderClassName
{
color: #F36730;
}
.AnyTagClassName
{
color: #F36730;
}
</style>
background-color css
<style>
a { background-color: #F36730; }
a { background-color: rgb(243,103,48); }
div.DivClassName
{
background-color: #F36730;
}
.BgClassName
{
background-color: #F36730;
}
</style>
border-color css
<style>
span { border-color: #F36730; }
span { border-color: rgb(243,103,48); }
td.TdClassName
{
border-color: #F36730;
}
.TagClassName
{
border-color: #F36730;
}
</style>