Color Hex Logo

#ffc100 Color Hex

#FFC100
(255,193,0)
29 Favorites   0 Comments

Color spaces of #ffc100

RGB 2551930
HSL0.131.000.50
HSV45°100°100°
CMYK 0.000.241.00   0.00
XYZ60.310059.39998.2867
Yxy59.39990.47120.4641
Hunter Lab77.07134.805347.5751
CIE-Lab81.51099.349883.3663

#ffc100 color RGB value is (255,193,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000001 00000000
Octal 377 301 0
Decimal 255 193 0
Hex FF C1 0

RGB Percentages of Color #ffc100

%56.92
%43.08
%0.00

CMYK Percentages of Color #ffc100

%0
%24
%100
%0

Triadic Colors of #ffc100

#ffc100 #00ffc1 #c100ff

Analogous Colors of #ffc100

#ffc100 #beff00 #ff4200

Monochromatic Colors of #ffc100

#ffc100

Complementary Color

#ffc100 #003eff

#ffc100 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc100 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc100 Color CSS Codes

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

#ffc100 Text Font Color

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

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


#ffc100 Background Color

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

This div background color is #ffc100


#ffc100 Border Color

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

This div border color is #ffc100


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc100

Related Colors


Comments

No comments written yet.

Please login to write comment.