#FFB05F Vintage Orange
#FFB05F (Vintage Orange) RGB value is (255, 176, 95).
Red value is 255, green value is 176, and blue value is 95.
Cylindrical-coordinate representations (HSL) of color #FFB05F: hue: 30°, saturation: 100%, and lightness: 68.6%.
Process color (CMYK) of #FFB05F is 0%, 31%, 62.7%, 0%. Web safe color equivalent of #FFB05F is ##FF9966. Color #FFB05F contains mainly Red.
Color Spaces
| Color spaces of #FFB05F | Value |
|---|---|
| RGB | 255, 176, 95 |
| HSL | 30°, 100%, 68.6% |
| HSV / HSB | 30°, 62.7%, 100% |
| CMYK | 0%, 31%, 62.7%, 0% |
| XYZ | 58.83, 53.14, 17.98 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11111111 | 10110000 | 01011111 |
| Octal | 377 | 260 | 137 |
| Decimal | 255 | 176 | 95 |
| Hex | FF | B0 | 5F |
Shades of #FFB05F
Tints of #FFB05F
.mybgColor { background-color: #FFB05F; }
.myforeColor { color: #FFB05F; }
.myborderColor { border: 3px solid #FFB05F; }
<p style="color:#FFB05F">Text here</p>
This sample text is styled with font color #FFB05F. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#FFB05F">Div content here</div>
<div style="border:3px solid #FFB05F">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255, 176, 95, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #FFB05F; }
.divShadow { -moz-box-shadow: 1px 1px 3px #FFB05F;
-webkit-box-shadow: 1px 1px 3px #FFB05F;
box-shadow: 1px 1px 3px #FFB05F; }
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 #FFB05F (Vintage Orange)
Color Overview & Profile: Color #FFB05F, also known as Vintage Orange, 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), 69% Green (176/255), and 37% Blue (95/255). The primary color family component is Red.
Print & Physical Production Specs: For physical print production and offset printing setups, #FFB05F translates into the CMYK subtractive color model with values of 0% Cyan, 31% Magenta, 62.7% Yellow, and 0% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 30°, saturation of 100%, and lightness of 68.6%.
Web Accessibility & Design Recommendations: When implementing #FFB05F 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 ##FF9966.
