Shades of Burnt Orange #F57C31
Tints of Burnt Orange #F57C31
RGB
CMYK
RGB Variations
Color information
#F57C31 (or 0xF57C31) is known color: Burnt Orange. HEX triplet: F5, 7C and 31. RGB value is (245,124,49). Sum of RGB (Red+Green+Blue) = 245+124+49=418 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.61% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 49 (19.53% from 255 or 11.72% from 418); Max value from RGB is 245 - color contains mainly: red. Hex color #F57C31 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57C31 is #0A83CE. Grayscale: #989898. Windows color (decimal): -689103 or 3243253. OLE color: 3243253.
HSL color Cylindrical-coordinate representation of color #F57C31: hue angle of 22.96º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F57C31 is Cyan = 0, Magento = 0.49, Yellow = 0.8 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 124 | 49 | - |
| CMYK | 0 | 0.49 | 0.8 | 0.04 |
| HSL | 22.96º | 0.91% | 0.58% | - |
| HSV(B) | 22.96º | 0.8% | 0.96% | - |
| XYZ | 45.42 | 34.05 | 7.08 | - |
| YUV | 151.63 | 70.09 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 124 | 49 | 0 | 0.49 | 0.8 | 0.04 | 22.96 | 0.91 | 0.58 |
| Hex | F5 | 7C | 31 | 0 | 31 | 50 | 4 | 17 | 5B | 3A |
| Octal | 365 | 174 | 61 | 0 | 61 | 120 | 4 | 27 | 133 | 72 |
| Binary | 11110101 | 1111100 | 110001 | 0 | 110001 | 1010000 | 100 | 10111 | 1011011 | 111010 |
Color Harmonies of #F57C31
Complementary color
Monochromatic Colors of #F57C31
Black with #F57C31
Text Example
Text Example
White with #F57C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57C31; }
p { color: rgb(245,124,49); }
H1.HeaderClassName
{
color: #F57C31;
}
.AnyTagClassName
{
color: #F57C31;
}
</style>
background-color css
<style>
a { background-color: #F57C31; }
a { background-color: rgb(245,124,49); }
div.DivClassName
{
background-color: #F57C31;
}
.BgClassName
{
background-color: #F57C31;
}
</style>
border-color css
<style>
span { border-color: #F57C31; }
span { border-color: rgb(245,124,49); }
td.TdClassName
{
border-color: #F57C31;
}
.TagClassName
{
border-color: #F57C31;
}
</style>