#FFAA44 Match Strike
#FFAA44 (Match Strike) RGB value is (255, 170, 68).
Red value is 255, green value is 170, and blue value is 68.
Cylindrical-coordinate representations (HSL) of color #FFAA44: hue: 33°, saturation: 100%, and lightness: 63.3%.
Process color (CMYK) of #FFAA44 is 0%, 33.3%, 73.3%, 0%. Web safe color equivalent of #FFAA44 is ##FF9933. Color #FFAA44 contains mainly Red.
Color Spaces
| Color spaces of #FFAA44 | Value |
|---|---|
| RGB | 255, 170, 68 |
| HSL | 33°, 100%, 63.3% |
| HSV / HSB | 33°, 73.3%, 100% |
| CMYK | 0%, 33.3%, 73.3%, 0% |
| XYZ | 56.66, 50.43, 12.22 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11111111 | 10101010 | 01000100 |
| Octal | 377 | 252 | 104 |
| Decimal | 255 | 170 | 68 |
| Hex | FF | AA | 44 |
Shades of #FFAA44
Tints of #FFAA44
.mybgColor { background-color: #FFAA44; }
.myforeColor { color: #FFAA44; }
.myborderColor { border: 3px solid #FFAA44; }
<p style="color:#FFAA44">Text here</p>
This sample text is styled with font color #FFAA44. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#FFAA44">Div content here</div>
<div style="border:3px solid #FFAA44">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255, 170, 68, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #FFAA44; }
.divShadow { -moz-box-shadow: 1px 1px 3px #FFAA44;
-webkit-box-shadow: 1px 1px 3px #FFAA44;
box-shadow: 1px 1px 3px #FFAA44; }
This text has a CSS3 shadow effect generated with RGB color values.
This text has a CSS3 shadow effect generated with Hex color values.
Related Colors & Harmonies
Detailed Specifications & Design Guide for #FFAA44 (Match Strike)
Color Overview & Profile: Color #FFAA44, also known as Match Strike, is a prominent hue with strong representation in digital UI designs and print graphics. In the sRGB color space, it is composed of 100% Red (255/255), 67% Green (170/255), and 27% Blue (68/255). The primary color family component is Red.
Print & Physical Production Specs: For physical print production and offset printing setups, #FFAA44 translates into the CMYK subtractive color model with values of 0% Cyan, 33.3% Magenta, 73.3% Yellow, and 0% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 33°, saturation of 100%, and lightness of 63.3%.
Web Accessibility & Design Recommendations: When implementing #FFAA44 in web frontend frameworks, ensure sufficient contrast ratios for readability according to WCAG 2.1 standards. The web-safe equivalent hex value for this color is ##FF9933.
