Color Hex Logo

#ffc201 Color Hex

#FFC201
(255,194,1)
0 Favorites   0 Comments

Color spaces of #ffc201

RGB 2551941
HSL0.131.000.50
HSV46°100°100°
CMYK 0.000.241.00   0.00
XYZ60.537359.84588.3894
Yxy59.84580.47010.4647
Hunter Lab77.36014.303247.7223
CIE-Lab81.75438.839883.4372

#ffc201 color RGB value is (255,194,1).

#ffc201 hex color red value is 255, green value is 194 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #ffc201 hue: 0.13 , saturation: 1.00 and the lightness value of ffc201 is 0.50.

The process color (four color CMYK) of #ffc201 color hex is 0.00, 0.24, 1.00, 0.00. Web safe color of #ffc201 is #ffcc00. Color #ffc201 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000010 00000001
Octal 377 302 1
Decimal 255 194 1
Hex FF C2 1

RGB Percentages of Color #ffc201

%56.67
%43.11
%0.22

CMYK Percentages of Color #ffc201

%0
%24
%100
%0

Triadic Colors of #ffc201

#ffc201 #01ffc2 #c201ff

Analogous Colors of #ffc201

#ffc201 #bdff01 #ff4301

Monochromatic Colors of #ffc201

#ffc201

Complementary Color

#ffc201 #013eff

#ffc201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc201 Color CSS Codes

.mybgcolor {background-color:#ffc201; } 
.myforecolor {color:#ffc201; }
.mybordercolor {border:3px solid #ffc201; }

#ffc201 Text Font Color

<p style="color:#ffc201">Text here</p>

This sample text font color is #ffc201
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ffc201 Background Color

<div style="background-color:#ffc201">
Div content here</div>

This div background color is #ffc201


#ffc201 Border Color

<div style="border:3px solid #ffc201">
Div here</div>

This div border color is #ffc201


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,194,1, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffc201; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffc201;
  -webkit-box-shadow: 1px 1px 3px 2px #ffc201;
  box-shadow:         1px 1px 3px 2px #ffc201; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,194,1, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ffc201">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ffc201;
  -webkit-box-shadow: 1px 1px 3px 2px #ffc201;
  box-shadow:         1px 1px 3px 2px #ffc201;">
Div content here</div>

This div box has shadow with color #ffc201

Related Colors

#ffc201 Color Palettes


Comments

No comments written yet.

Please login to write comment.