Shades of Burnt Orange #F3733C
Tints of Burnt Orange #F3733C
RGB
CMYK
RGB Variations
Color information
#F3733C (or 0xF3733C) is known color: Burnt Orange. HEX triplet: F3, 73 and 3C. RGB value is (243,115,60). Sum of RGB (Red+Green+Blue) = 243+115+60=418 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.13% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 60 (23.83% from 255 or 14.35% from 418); Max value from RGB is 243 - color contains mainly: red. Hex color #F3733C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3733C is #0C8CC3. Grayscale: #939393. Windows color (decimal): -822468 or 3961843. OLE color: 3961843.
HSL color Cylindrical-coordinate representation of color #F3733C: hue angle of 18.03º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F3733C is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 115 | 60 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.05 |
| HSL | 18.03º | 0.88% | 0.59% | - |
| HSV(B) | 18.03º | 0.75% | 0.95% | - |
| XYZ | 43.91 | 31.64 | 8.07 | - |
| YUV | 147 | 78.91 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 115 | 60 | 0 | 0.53 | 0.75 | 0.05 | 18.03 | 0.88 | 0.59 |
| Hex | F3 | 73 | 3C | 0 | 35 | 4B | 5 | 12 | 58 | 3B |
| Octal | 363 | 163 | 74 | 0 | 65 | 113 | 5 | 22 | 130 | 73 |
| Binary | 11110011 | 1110011 | 111100 | 0 | 110101 | 1001011 | 101 | 10010 | 1011000 | 111011 |
Color Harmonies of #F3733C
Complementary color
Monochromatic Colors of #F3733C
Black with #F3733C
Text Example
Text Example
White with #F3733C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3733C; }
p { color: rgb(243,115,60); }
H1.HeaderClassName
{
color: #F3733C;
}
.AnyTagClassName
{
color: #F3733C;
}
</style>
background-color css
<style>
a { background-color: #F3733C; }
a { background-color: rgb(243,115,60); }
div.DivClassName
{
background-color: #F3733C;
}
.BgClassName
{
background-color: #F3733C;
}
</style>
border-color css
<style>
span { border-color: #F3733C; }
span { border-color: rgb(243,115,60); }
td.TdClassName
{
border-color: #F3733C;
}
.TagClassName
{
border-color: #F3733C;
}
</style>