In a RGB color space, #ffff3a hex color is composed of 100% red, 100% green and 22.7% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 0% magenta, 77.3% yellow and 0% black. It has a hue angle of 60 degrees, a saturation of 100% and a lightness of 61.4%. #ffff3a color hex could be obtained by blending #ffff74 with #ffff00. Closest websafe color is: #ffff33.
The hexadecimal color #ffff3a has RGB values of R:255, G:255, B:58 and CMYK values of C:0, M:0, Y:0.77, K:0. Its decimal value is 16777018.
Hex triplet | ffff3a | #ffff3a |
RGB Decimal | 255, 255, 58 | rgb(255,255,58) |
RGB Percent | 100, 100, 22.7 | rgb(100%,100%,22.7%) |
CMYK | 0, 0, 77.3, 0 | |
HSL | 60°, 100, 61.4 | hsl(60,100%,61.4%) |
HSV(HSB) | 60°, 77.3, 100 | |
Web Safe | ffff33 | #ff3 |
XYZ | 77.764, 93.085, 17.872 |
xyY | 0.412, 0.493, 93.085 |
CIE-LAB | 97.262, -20.555, 85.775 |
CIE-LCH | 97.262, 88.204, 103.476 |
CIE-LUV | 97.262, 7.302, 101.233 |
Hunter-Lab | 96.481, -24.97, 56.554 |
Binary | 11111111, 11111111, 00111010 |
Below, you can see some colors close to #ffff3a. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #ffff3a.
<span style="color:#ffff3a">Text here</span>
This paragraph has a background color of #ffff3a.
<p style="background-color:#ffff3a;">Content here</p>
This element has a border color of #ffff3a.
<div style="border:1px #ffff3a;">Content here</div>
.text {color:#ffff3a;}
.background {background-color:#ffff3a;}
.border {border:1px solid #ffff3a;}
.text-shadow {border:1px solid #ffff3a;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #0f0f00 is the darkest color, while #fffff9 is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #9d9d9c is the less saturated color, while #f7f742 is the most saturated one.