Shades of Burnt Orange #F3762D
Tints of Burnt Orange #F3762D
RGB
CMYK
RGB Variations
Color information
#F3762D (or 0xF3762D) is known color: Burnt Orange. HEX triplet: F3, 76 and 2D. RGB value is (243,118,45). Sum of RGB (Red+Green+Blue) = 243+118+45=406 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.85% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 45 (17.97% from 255 or 11.08% from 406); Max value from RGB is 243 - color contains mainly: red. Hex color #F3762D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3762D is #0C89D2. Grayscale: #939393. Windows color (decimal): -821715 or 2979571. OLE color: 2979571.
HSL color Cylindrical-coordinate representation of color #F3762D: hue angle of 22.12º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F3762D is Cyan = 0, Magento = 0.51, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 118 | 45 | - |
| CMYK | 0 | 0.51 | 0.81 | 0.05 |
| HSL | 22.12º | 0.89% | 0.56% | - |
| HSV(B) | 22.12º | 0.81% | 0.95% | - |
| XYZ | 43.91 | 32.2 | 6.38 | - |
| YUV | 147.05 | 70.41 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 118 | 45 | 0 | 0.51 | 0.81 | 0.05 | 22.12 | 0.89 | 0.56 |
| Hex | F3 | 76 | 2D | 0 | 33 | 51 | 5 | 16 | 59 | 38 |
| Octal | 363 | 166 | 55 | 0 | 63 | 121 | 5 | 26 | 131 | 70 |
| Binary | 11110011 | 1110110 | 101101 | 0 | 110011 | 1010001 | 101 | 10110 | 1011001 | 111000 |
Color Harmonies of #F3762D
Complementary color
Monochromatic Colors of #F3762D
Black with #F3762D
Text Example
Text Example
White with #F3762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3762D; }
p { color: rgb(243,118,45); }
H1.HeaderClassName
{
color: #F3762D;
}
.AnyTagClassName
{
color: #F3762D;
}
</style>
background-color css
<style>
a { background-color: #F3762D; }
a { background-color: rgb(243,118,45); }
div.DivClassName
{
background-color: #F3762D;
}
.BgClassName
{
background-color: #F3762D;
}
</style>
border-color css
<style>
span { border-color: #F3762D; }
span { border-color: rgb(243,118,45); }
td.TdClassName
{
border-color: #F3762D;
}
.TagClassName
{
border-color: #F3762D;
}
</style>