In the RGB color space, #F49245 is composed of 95.6863% red, 57.2549% green, and 27.0588% blue.
In the CMYK color space, #F49245 is composed of 0% cyan, 40.17% magenta, 71.72% yellow, and 4.31% black,
It has a hue angle of 26.4 degrees, a saturation of 88.84%, and a lightness of 61.38%.
The closest websafe color is #FF9933.
The hexadecimal color #F49245 has RGB values of R:244, G:146, B:69 and CMYK values of C:0, M:40.17, Y:71.72, K:4.31. It has a decimal value of 16028229.
Hexadecimal | #F49245 | #F49245 |
RGB Decimal | 244, 146, 69 | rgb(244, 146, 69) |
RGB Percent | 95.6863, 57.2549, 27.0588 | rgb(95.6863%, 57.2549%, 27.0588%) |
RGB Proportion | 0.9569, 0.5725, 0.2706 | rgb(0.9569, 0.5725, 0.2706) |
CMYK | 0, 40.17, 71.72, 4.31 | |
HSL | 26.4ยบ, 88.84, 61.38 | hsl(26.4, 88.84%, 61.38%) |
Websafe | FF9933 | #FF9933 |
XYZ | 48.663, 40.218, 10.829 | |
Yxy | 40.218, 0.488, 0.403 | |
CIE-LAB | 69.625, 30.926, 54.966 | |
CIE-LCH | 69.625, 63.069, 60.636 | |
CIE-LUV | 69.625, 78.352, 54.781 | |
Hunter-Lab | 63.418, 25.99, 34.268 |
Colors that go well with #F49245.
Common HTML and CSS shortcodes for #F49245.
<div style="color: #F49245;">The quick brown fox jumps over the lazy dog.</div>
<div style="background-color: #F49245;">The quick brown fox jumps over the lazy dog.</div>
<div style="border: 1px solid #F49245;">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #F49245 to transparent.
<div style="background: linear-gradient(#F49245, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #F49245 to transparent.
<div style="background: radial-gradient(#F49245, rgba(255, 255, 255, 0));">The quick brown fox jumps over the lazy dog.</div>
Linear gradient from #F49245 to #0B6DBA.
<div style="background: linear-gradient(#F49245, #0B6DBA);">The quick brown fox jumps over the lazy dog.</div>
Radial gradient from #F49245 to #0B6DBA.
<div style="background: radial-gradient(#F49245, #0B6DBA);">The quick brown fox jumps over the lazy dog.</div>
Handy CSS code and shortcuts.
.text { color: #F49245; }
.background { background-color: #F49245; }
.border { border: 1px solid #F49245; }
.linear-gradient { background: linear-gradient(#faf310, rgba(255, 255, 255, 0)); }
.radial-gradient { background: radial-gradient(#faf310, rgba(255, 255, 255, 0)); }
Shades are created by adding black to the color, while a tint is created by mixing white. The darkest shade in this example is #040202 while the lightest tint is #FEFDFC.