Color Hex Logo

#ffc001 Color Hex

#FFC001
(255,192,1)
0 Favorites   0 Comments

Color spaces of #ffc001

RGB 2551921
HSL0.131.000.50
HSV45°100°100°
CMYK 0.000.251.00   0.00
XYZ60.095158.96158.2421
Yxy58.96150.47210.4632
Hunter Lab76.78645.322747.3864
CIE-Lab81.27049.875483.1040

#ffc001 color RGB value is (255,192,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000000 00000001
Octal 377 300 1
Decimal 255 192 1
Hex FF C0 1

RGB Percentages of Color #ffc001

%56.92
%42.86
%0.22

CMYK Percentages of Color #ffc001

%0
%25
%100
%0

Triadic Colors of #ffc001

#ffc001 #01ffc0 #c001ff

Analogous Colors of #ffc001

#ffc001 #bfff01 #ff4101

Monochromatic Colors of #ffc001

#ffc001

Complementary Color

#ffc001 #0140ff

#ffc001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc001 Color CSS Codes

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

#ffc001 Text Font Color

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

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


#ffc001 Background Color

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

This div background color is #ffc001


#ffc001 Border Color

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

This div border color is #ffc001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc001

Related Colors

#ffc001 Color Palettes


Comments

No comments written yet.

Please login to write comment.