Shades of Burnt Orange #F3722D
Tints of Burnt Orange #F3722D
RGB
CMYK
RGB Variations
Color information
#F3722D (or 0xF3722D) is known color: Burnt Orange. HEX triplet: F3, 72 and 2D. RGB value is (243,114,45). Sum of RGB (Red+Green+Blue) = 243+114+45=402 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.45% from 402); Green value is 114 (44.92% from 255 or 28.36% from 402); Blue value is 45 (17.97% from 255 or 11.19% from 402); Max value from RGB is 243 - color contains mainly: red. Hex color #F3722D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3722D is #0C8DD2. Grayscale: #919191. Windows color (decimal): -822739 or 2978547. OLE color: 2978547.
HSL color Cylindrical-coordinate representation of color #F3722D: hue angle of 20.91º 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 #F3722D is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 114 | 45 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.05 |
| HSL | 20.91º | 0.89% | 0.56% | - |
| HSV(B) | 20.91º | 0.81% | 0.95% | - |
| XYZ | 43.45 | 31.28 | 6.23 | - |
| YUV | 144.71 | 71.74 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 114 | 45 | 0 | 0.53 | 0.81 | 0.05 | 20.91 | 0.89 | 0.56 |
| Hex | F3 | 72 | 2D | 0 | 35 | 51 | 5 | 15 | 59 | 38 |
| Octal | 363 | 162 | 55 | 0 | 65 | 121 | 5 | 25 | 131 | 70 |
| Binary | 11110011 | 1110010 | 101101 | 0 | 110101 | 1010001 | 101 | 10101 | 1011001 | 111000 |
Color Harmonies of #F3722D
Complementary color
Monochromatic Colors of #F3722D
Black with #F3722D
Text Example
Text Example
White with #F3722D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3722D; }
p { color: rgb(243,114,45); }
H1.HeaderClassName
{
color: #F3722D;
}
.AnyTagClassName
{
color: #F3722D;
}
</style>
background-color css
<style>
a { background-color: #F3722D; }
a { background-color: rgb(243,114,45); }
div.DivClassName
{
background-color: #F3722D;
}
.BgClassName
{
background-color: #F3722D;
}
</style>
border-color css
<style>
span { border-color: #F3722D; }
span { border-color: rgb(243,114,45); }
td.TdClassName
{
border-color: #F3722D;
}
.TagClassName
{
border-color: #F3722D;
}
</style>