#FFF80A Lahn Yellow
#FFF80A (Lahn Yellow) RGB value is (255, 248, 10).
Red value is 255, green value is 248, and blue value is 10.
Cylindrical-coordinate representations (HSL) of color #FFF80A: hue: 58°, saturation: 100%, and lightness: 52%.
Process color (CMYK) of #FFF80A is 0%, 2.7%, 96.1%, 0%. Web safe color equivalent of #FFF80A is ##FFFF00. Color #FFF80A contains mainly Yellow.
Color Spaces
| Color spaces of #FFF80A | Value |
|---|---|
| RGB | 255, 248, 10 |
| HSL | 58°, 100%, 52% |
| HSV / HSB | 58°, 96.1%, 100% |
| CMYK | 0%, 2.7%, 96.1%, 0% |
| XYZ | 74.87, 88.42, 13.41 |
Base Numbers
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 11111111 | 11111000 | 00001010 |
| Octal | 377 | 370 | 012 |
| Decimal | 255 | 248 | 10 |
| Hex | FF | F8 | 0A |
Shades of #FFF80A
Tints of #FFF80A
.mybgColor { background-color: #FFF80A; }
.myforeColor { color: #FFF80A; }
.myborderColor { border: 3px solid #FFF80A; }
<p style="color:#FFF80A">Text here</p>
This sample text is styled with font color #FFF80A. It demonstrates typography contrast and readability for Web Content Accessibility Guidelines.
<div style="background-color:#FFF80A">Div content here</div>
<div style="border:3px solid #FFF80A">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255, 248, 10, 0.8); }
.textShadowHex { text-shadow: 4px 4px 2px #FFF80A; }
.divShadow { -moz-box-shadow: 1px 1px 3px #FFF80A;
-webkit-box-shadow: 1px 1px 3px #FFF80A;
box-shadow: 1px 1px 3px #FFF80A; }
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 #FFF80A (Lahn Yellow)
Color Overview & Profile: Color #FFF80A, also known as Lahn 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), 97% Green (248/255), and 4% Blue (10/255). The primary color family component is Yellow.
Print & Physical Production Specs: For physical print production and offset printing setups, #FFF80A translates into the CMYK subtractive color model with values of 0% Cyan, 2.7% Magenta, 96.1% Yellow, and 0% Key (Black). The cylindrical coordinates in the HSL space feature a hue of 58°, saturation of 100%, and lightness of 52%.
Web Accessibility & Design Recommendations: When implementing #FFF80A 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 ##FFFF00.
