Shades of Burnt Orange #F5723C
Tints of Burnt Orange #F5723C
RGB
CMYK
RGB Variations
Color information
#F5723C (or 0xF5723C) is known color: Burnt Orange. HEX triplet: F5, 72 and 3C. RGB value is (245,114,60). Sum of RGB (Red+Green+Blue) = 245+114+60=419 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.47% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 60 (23.83% from 255 or 14.32% from 419); Max value from RGB is 245 - color contains mainly: red. Hex color #F5723C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5723C is #0A8DC3. Grayscale: #939393. Windows color (decimal): -691652 or 3961589. OLE color: 3961589.
HSL color Cylindrical-coordinate representation of color #F5723C: hue angle of 17.51º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5723C is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 114 | 60 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.04 |
| HSL | 17.51º | 0.9% | 0.6% | - |
| HSV(B) | 17.51º | 0.76% | 0.96% | - |
| XYZ | 44.49 | 31.77 | 8.06 | - |
| YUV | 147.01 | 78.9 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 114 | 60 | 0 | 0.53 | 0.76 | 0.04 | 17.51 | 0.9 | 0.6 |
| Hex | F5 | 72 | 3C | 0 | 35 | 4C | 4 | 12 | 5A | 3C |
| Octal | 365 | 162 | 74 | 0 | 65 | 114 | 4 | 22 | 132 | 74 |
| Binary | 11110101 | 1110010 | 111100 | 0 | 110101 | 1001100 | 100 | 10010 | 1011010 | 111100 |
Color Harmonies of #F5723C
Complementary color
Monochromatic Colors of #F5723C
Black with #F5723C
Text Example
Text Example
White with #F5723C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5723C; }
p { color: rgb(245,114,60); }
H1.HeaderClassName
{
color: #F5723C;
}
.AnyTagClassName
{
color: #F5723C;
}
</style>
background-color css
<style>
a { background-color: #F5723C; }
a { background-color: rgb(245,114,60); }
div.DivClassName
{
background-color: #F5723C;
}
.BgClassName
{
background-color: #F5723C;
}
</style>
border-color css
<style>
span { border-color: #F5723C; }
span { border-color: rgb(245,114,60); }
td.TdClassName
{
border-color: #F5723C;
}
.TagClassName
{
border-color: #F5723C;
}
</style>