Shades of Burnt Orange #F3773D
Tints of Burnt Orange #F3773D
RGB
CMYK
RGB Variations
Color information
#F3773D (or 0xF3773D) is known color: Burnt Orange. HEX triplet: F3, 77 and 3D. RGB value is (243,119,61). Sum of RGB (Red+Green+Blue) = 243+119+61=423 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.45% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 61 (24.22% from 255 or 14.42% from 423); Max value from RGB is 243 - color contains mainly: red. Hex color #F3773D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3773D is #0C88C2. Grayscale: #959595. Windows color (decimal): -821443 or 4028403. OLE color: 4028403.
HSL color Cylindrical-coordinate representation of color #F3773D: hue angle of 19.12º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F3773D is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 119 | 61 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.05 |
| HSL | 19.12º | 0.88% | 0.6% | - |
| HSV(B) | 19.12º | 0.75% | 0.95% | - |
| XYZ | 44.4 | 32.59 | 8.36 | - |
| YUV | 149.46 | 78.08 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 119 | 61 | 0 | 0.51 | 0.75 | 0.05 | 19.12 | 0.88 | 0.6 |
| Hex | F3 | 77 | 3D | 0 | 33 | 4B | 5 | 13 | 58 | 3C |
| Octal | 363 | 167 | 75 | 0 | 63 | 113 | 5 | 23 | 130 | 74 |
| Binary | 11110011 | 1110111 | 111101 | 0 | 110011 | 1001011 | 101 | 10011 | 1011000 | 111100 |
Color Harmonies of #F3773D
Complementary color
Monochromatic Colors of #F3773D
Black with #F3773D
Text Example
Text Example
White with #F3773D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3773D; }
p { color: rgb(243,119,61); }
H1.HeaderClassName
{
color: #F3773D;
}
.AnyTagClassName
{
color: #F3773D;
}
</style>
background-color css
<style>
a { background-color: #F3773D; }
a { background-color: rgb(243,119,61); }
div.DivClassName
{
background-color: #F3773D;
}
.BgClassName
{
background-color: #F3773D;
}
</style>
border-color css
<style>
span { border-color: #F3773D; }
span { border-color: rgb(243,119,61); }
td.TdClassName
{
border-color: #F3773D;
}
.TagClassName
{
border-color: #F3773D;
}
</style>