RGB, CMYK, HSV, and HSL values for the color represented by the HEX code #ffff3f.
RGB: 255, 255, 63 | CMYK: 0%, 0%, 75%, 0% |
HSV: H: 60° S: 75% V: 100% | HSL: H: 60° S: 100% L: 62% |
#FFFF3F Color Preview
#ffff3f is a shade of yellow color with RGB values (255, 255, 63). As mentioned above, this color is a combination of CMYK: 0% Cyan, 0% Magenta, 75% Yellow, and 0% Key (Black) in the CMYK color model.
As mentioned in the table, the HSL cylindrical-coordinate representations have the following values: Hue (H): 60°, Saturation (S): 100%, and Lightness (L): 62%.
The HSV values for #ffff3f are as follows: Hue (H): 60°, Saturation (S): 75%, Value (V): 100%.
RGB Values
RGB Values in Percentage
CMYK Distribution
Below is the visual demonstration of #FFFF3F color shade that interacts to create distinct effects on black and white backgrounds and texts.
<div style="color: #FFFF3F; background-color: #000000;">This is sample text</div>
<div style="color: #000000; background-color: #FFFF3F;">This is sample text</div>
<div style="color: #ffffff; background-color: #FFFF3F;">This is sample text</div>
<div style="color: #FFFF3F;">This is sample text</div>
CSS Codes
You can freely substitute any of these values for CSS properties that require a color input: color, background color, and border color.
color: rgb(255, 255, 63);
color: #ffff3f;
Examples
color: rgb(255, 255, 63);
background-color: rgb(255, 255, 63);
border-color: rgb(255, 255, 63);
color: #ffff3f;
background-color: #ffff3f;
border-color: #ffff3f;
Color schemes with #FFFF3F
Analogous
Here, the analogous color with hex code #FFFF3F has #9FFF3F and #FF9F3F at 30 degrees clockwise and counterclockwise.
Monochromatic
For the shade with hex code #FFFF3F, a monochromatic palette will feature a corresponding shade #FFFF0C, originating from the same hue.
Triadic
The triadic palette built around #FFFF3F uses two accents #3FFFFF and #FF3FFF, each 120 degrees apart from the main hue.
Complementary
The complementary color for #FFFF3F is #3F3FFF.
Tetradic
Here, for the primary color #FFFF3F, the complementary shade is #3FFF9F plus two accent colors, i.e., #3F3FFF and #FF3F9F.