Shades of Burnt Orange #F57931
Tints of Burnt Orange #F57931
RGB
CMYK
RGB Variations
Color information
#F57931 (or 0xF57931) is known color: Burnt Orange. HEX triplet: F5, 79 and 31. RGB value is (245,121,49). Sum of RGB (Red+Green+Blue) = 245+121+49=415 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.04% from 415); Green value is 121 (47.66% from 255 or 29.16% from 415); Blue value is 49 (19.53% from 255 or 11.81% from 415); Max value from RGB is 245 - color contains mainly: red. Hex color #F57931 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57931 is #0A86CE. Grayscale: #969696. Windows color (decimal): -689871 or 3242485. OLE color: 3242485.
HSL color Cylindrical-coordinate representation of color #F57931: hue angle of 22.04º 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 #F57931 is Cyan = 0, Magento = 0.51, Yellow = 0.8 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 121 | 49 | - |
| CMYK | 0 | 0.51 | 0.8 | 0.04 |
| HSL | 22.04º | 0.91% | 0.58% | - |
| HSV(B) | 22.04º | 0.8% | 0.96% | - |
| XYZ | 45.05 | 33.31 | 6.96 | - |
| YUV | 149.87 | 71.08 | 195.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 121 | 49 | 0 | 0.51 | 0.8 | 0.04 | 22.04 | 0.91 | 0.58 |
| Hex | F5 | 79 | 31 | 0 | 33 | 50 | 4 | 16 | 5B | 3A |
| Octal | 365 | 171 | 61 | 0 | 63 | 120 | 4 | 26 | 133 | 72 |
| Binary | 11110101 | 1111001 | 110001 | 0 | 110011 | 1010000 | 100 | 10110 | 1011011 | 111010 |
Color Harmonies of #F57931
Complementary color
Monochromatic Colors of #F57931
Black with #F57931
Text Example
Text Example
White with #F57931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57931; }
p { color: rgb(245,121,49); }
H1.HeaderClassName
{
color: #F57931;
}
.AnyTagClassName
{
color: #F57931;
}
</style>
background-color css
<style>
a { background-color: #F57931; }
a { background-color: rgb(245,121,49); }
div.DivClassName
{
background-color: #F57931;
}
.BgClassName
{
background-color: #F57931;
}
</style>
border-color css
<style>
span { border-color: #F57931; }
span { border-color: rgb(245,121,49); }
td.TdClassName
{
border-color: #F57931;
}
.TagClassName
{
border-color: #F57931;
}
</style>