Shades of Burnt Orange #F5723D
Tints of Burnt Orange #F5723D
RGB
CMYK
RGB Variations
Color information
#F5723D (or 0xF5723D) is known color: Burnt Orange. HEX triplet: F5, 72 and 3D. RGB value is (245,114,61). Sum of RGB (Red+Green+Blue) = 245+114+61=420 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.33% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 61 (24.22% from 255 or 14.52% from 420); Max value from RGB is 245 - color contains mainly: red. Hex color #F5723D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5723D is #0A8DC2. Grayscale: #939393. Windows color (decimal): -691651 or 4027125. OLE color: 4027125.
HSL color Cylindrical-coordinate representation of color #F5723D: hue angle of 17.28º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F5723D is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 114 | 61 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.04 |
| HSL | 17.28º | 0.9% | 0.6% | - |
| HSV(B) | 17.28º | 0.75% | 0.96% | - |
| XYZ | 44.52 | 31.78 | 8.2 | - |
| YUV | 147.13 | 79.4 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 114 | 61 | 0 | 0.53 | 0.75 | 0.04 | 17.28 | 0.9 | 0.6 |
| Hex | F5 | 72 | 3D | 0 | 35 | 4B | 4 | 11 | 5A | 3C |
| Octal | 365 | 162 | 75 | 0 | 65 | 113 | 4 | 21 | 132 | 74 |
| Binary | 11110101 | 1110010 | 111101 | 0 | 110101 | 1001011 | 100 | 10001 | 1011010 | 111100 |
Color Harmonies of #F5723D
Complementary color
Monochromatic Colors of #F5723D
Black with #F5723D
Text Example
Text Example
White with #F5723D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5723D; }
p { color: rgb(245,114,61); }
H1.HeaderClassName
{
color: #F5723D;
}
.AnyTagClassName
{
color: #F5723D;
}
</style>
background-color css
<style>
a { background-color: #F5723D; }
a { background-color: rgb(245,114,61); }
div.DivClassName
{
background-color: #F5723D;
}
.BgClassName
{
background-color: #F5723D;
}
</style>
border-color css
<style>
span { border-color: #F5723D; }
span { border-color: rgb(245,114,61); }
td.TdClassName
{
border-color: #F5723D;
}
.TagClassName
{
border-color: #F5723D;
}
</style>