In a RGB color space, #ffff75 hex color is composed of 100% red, 100% green and 45.9% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 0% magenta, 54.1% yellow and 0% black. It has a hue angle of 60 degrees, a saturation of 100% and a lightness of 72.9%. #ffff75 color hex could be obtained by blending #ffffea with #ffff00. Closest websafe color is: #ffff66.
The hexadecimal color #ffff75 has RGB values of R:255, G:255, B:117 and CMYK values of C:0, M:0, Y:0.54, K:0. Its decimal value is 16777077.
Hex triplet | ffff75 | #ffff75 |
RGB Decimal | 255, 255, 117 | rgb(255,255,117) |
RGB Percent | 100, 100, 45.9 | rgb(100%,100%,45.9%) |
CMYK | 0, 0, 54.1, 0 | |
HSL | 60°, 100, 72.9 | hsl(60,100%,72.9%) |
HSV(HSB) | 60°, 54.1, 100 | |
Web Safe | ffff66 | #ff6 |
XYZ | 80.211, 94.064, 30.758 |
xyY | 0.391, 0.459, 94.064 |
CIE-LAB | 97.658, -17.405, 64.733 |
CIE-LCH | 97.658, 67.032, 105.049 |
CIE-LUV | 97.658, 6.072, 84.178 |
Hunter-Lab | 96.987, -22.102, 49.088 |
Binary | 11111111, 11111111, 01110101 |
Below, you can see some colors close to #ffff75. 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 #ffff75.
<span style="color:#ffff75">Text here</span>
This paragraph has a background color of #ffff75.
<p style="background-color:#ffff75;">Content here</p>
This element has a border color of #ffff75.
<div style="border:1px #ffff75;">Content here</div>
.text {color:#ffff75;}
.background {background-color:#ffff75;}
.border {border:1px solid #ffff75;}
.text-shadow {border:1px solid #ffff75;}
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, #0b0b00 is the darkest color, while #fffff5 is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #bababa is the less saturated color, while #f9f97b is the most saturated one.