#FFCF49 Flame Yellow
#FFCF49 (Flame Yellow) RGB value is (255, 207, 73).
Red value is 255, green value is 207, and blue value is 73.
Cylindrical-coordinate representations (HSL) of color #FFCF49: hue: 44°, saturation: 100%, and lightness: 64.3%.
Process color (CMYK) of #FFCF49 is 0%, 18.8%, 71.4%, 0%. Web safe color equivalent of #FFCF49 is ##FFCC33. Color #FFCF49 contains mainly Yellow.
Color Spaces
| Color spaces of #FFCF49 | Value |
|---|---|
| RGB | 255, 207, 73 |
| HSL | 44°, 100%, 64.3% |
| HSV / HSB | 44°, 71.4%, 100% |
| CMYK | 0%, 18.8%, 71.4%, 0% |
| XYZ | 64.76, 66.37, 15.7 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11111111 | 11001111 | 01001001 |
| Octal | 377 | 317 | 111 |
| Decimal | 255 | 207 | 73 |
| Hex | FF | CF | 49 |
Shades of #FFCF49
Tints of #FFCF49
.mybgColor { background-color: #FFCF49; }
.myforeColor { color: #FFCF49; }
.myborderColor { border: 3px solid #FFCF49; }
<p style="color:#FFCF49">Text here</p>
This sample text is styled with font color #FFCF49. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#FFCF49">Div content here</div>
<div style="border:3px solid #FFCF49">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255, 207, 73, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #FFCF49; }
.divShadow { -moz-box-shadow: 1px 1px 3px #FFCF49;
-webkit-box-shadow: 1px 1px 3px #FFCF49;
box-shadow: 1px 1px 3px #FFCF49; }
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 #FFCF49 (Flame Yellow)
Color Overview & Profile: Color #FFCF49, also known as Flame Yellow, 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), 81% Green (207/255), and 29% Blue (73/255). The primary color family component is Yellow.
Print & Physical Production Specs: For physical print production and offset printing setups, #FFCF49 translates into the CMYK subtractive color model with values of 0% Cyan, 18.8% Magenta, 71.4% Yellow, and 0% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 44°, saturation of 100%, and lightness of 64.3%.
Web Accessibility & Design Recommendations: When implementing #FFCF49 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 ##FFCC33.
