Shades of Burnt Orange #F5793F
Tints of Burnt Orange #F5793F
RGB
CMYK
RGB Variations
Color information
#F5793F (or 0xF5793F) is known color: Burnt Orange. HEX triplet: F5, 79 and 3F. RGB value is (245,121,63). Sum of RGB (Red+Green+Blue) = 245+121+63=429 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.11% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 63 (25% from 255 or 14.69% from 429); Max value from RGB is 245 - color contains mainly: red. Hex color #F5793F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5793F is #0A86C0. Grayscale: #979797. Windows color (decimal): -689857 or 4159989. OLE color: 4159989.
HSL color Cylindrical-coordinate representation of color #F5793F: hue angle of 19.12º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F5793F is Cyan = 0, Magento = 0.51, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 121 | 63 | - |
| CMYK | 0 | 0.51 | 0.74 | 0.04 |
| HSL | 19.12º | 0.9% | 0.6% | - |
| HSV(B) | 19.12º | 0.74% | 0.96% | - |
| XYZ | 45.39 | 33.45 | 8.77 | - |
| YUV | 151.46 | 78.08 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 121 | 63 | 0 | 0.51 | 0.74 | 0.04 | 19.12 | 0.9 | 0.6 |
| Hex | F5 | 79 | 3F | 0 | 33 | 4A | 4 | 13 | 5A | 3C |
| Octal | 365 | 171 | 77 | 0 | 63 | 112 | 4 | 23 | 132 | 74 |
| Binary | 11110101 | 1111001 | 111111 | 0 | 110011 | 1001010 | 100 | 10011 | 1011010 | 111100 |
Color Harmonies of #F5793F
Complementary color
Monochromatic Colors of #F5793F
Black with #F5793F
Text Example
Text Example
White with #F5793F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5793F; }
p { color: rgb(245,121,63); }
H1.HeaderClassName
{
color: #F5793F;
}
.AnyTagClassName
{
color: #F5793F;
}
</style>
background-color css
<style>
a { background-color: #F5793F; }
a { background-color: rgb(245,121,63); }
div.DivClassName
{
background-color: #F5793F;
}
.BgClassName
{
background-color: #F5793F;
}
</style>
border-color css
<style>
span { border-color: #F5793F; }
span { border-color: rgb(245,121,63); }
td.TdClassName
{
border-color: #F5793F;
}
.TagClassName
{
border-color: #F5793F;
}
</style>