RGB, CMYK, HSV, and HSL values for the color represented by the HEX code #ffc300.
RGB: 255, 195, 0 | CMYK: 0%, 24%, 100%, 0% |
HSV: H: 46° S: 100% V: 100% | HSL: H: 46° S: 100% L: 50% |
#FFC300 Color Preview
#ffc300 is a shade of yellow color with RGB values (255, 195, 0). As mentioned above, this color is a combination of CMYK: 0% Cyan, 24% Magenta, 100% 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): 46°, Saturation (S): 100%, and Lightness (L): 50%.
The HSV values for #ffc300 are as follows: Hue (H): 46°, Saturation (S): 100%, Value (V): 100%.
RGB Values
RGB Values in Percentage
CMYK Distribution
Below is the visual demonstration of #FFC300 color shade that interacts to create distinct effects on black and white backgrounds and texts.
<div style="color: #FFC300; background-color: #000000;">This is sample text</div>
<div style="color: #000000; background-color: #FFC300;">This is sample text</div>
<div style="color: #ffffff; background-color: #FFC300;">This is sample text</div>
<div style="color: #FFC300;">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, 195, 0);
color: #ffc300;
Examples
color: rgb(255, 195, 0);
background-color: rgb(255, 195, 0);
border-color: rgb(255, 195, 0);
color: #ffc300;
background-color: #ffc300;
border-color: #ffc300;
Color schemes with #FFC300
Analogous
Here, the analogous color with hex code #FFC300 has #BCFF00 and #FF4300 at 30 degrees clockwise and counterclockwise.
Monochromatic
For the shade with hex code #FFC300, a monochromatic palette will feature a corresponding shade #003CFF, originating from the same hue.
Triadic
The triadic palette built around #FFC300 uses two accents #00FFC3 and #C300FF, each 120 degrees apart from the main hue.
Complementary
The complementary color for #FFC300 is #003CFF.
Tetradic
Here, for the primary color #FFC300, the complementary shade is #00FF43 plus two accent colors, i.e., #003CFF and #FF00BC.