Color Hex Logo

#ffc301 Color Hex

#FFC301
(255,195,1)
0 Favorites   0 Comments

Color spaces of #ffc301

RGB 2551951
HSL0.131.000.50
HSV46°100°100°
CMYK 0.000.241.00   0.00
XYZ60.760660.29248.4639
Yxy60.29240.46910.4655
Hunter Lab77.64823.794047.8909
CIE-Lab81.99698.322583.6042

#ffc301 color RGB value is (255,195,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000011 00000001
Octal 377 303 1
Decimal 255 195 1
Hex FF C3 1

RGB Percentages of Color #ffc301

%56.54
%43.24
%0.22

CMYK Percentages of Color #ffc301

%0
%24
%100
%0

Triadic Colors of #ffc301

#ffc301 #01ffc3 #c301ff

Analogous Colors of #ffc301

#ffc301 #bcff01 #ff4401

Monochromatic Colors of #ffc301

#ffc301

Complementary Color

#ffc301 #013dff

#ffc301 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc301 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc301 Color CSS Codes

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

#ffc301 Text Font Color

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

This sample text font color is #ffc301
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.


#ffc301 Background Color

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

This div background color is #ffc301


#ffc301 Border Color

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

This div border color is #ffc301


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,195,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 #ffc301">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc301


Comments

No comments written yet.

Please login to write comment.