Color Hex Logo

#ffc15f Color Hex

#FFC15F
(255,193,95)
0 Favorites   0 Comments

Color spaces of #ffc15f

RGB 25519395
HSL0.101.000.69
HSV37°63°100°
CMYK 0.000.240.63   0.00
XYZ62.375560.226219.1637
Yxy60.22620.44000.4248
Hunter Lab77.60557.659839.6830
CIE-Lab81.961012.259856.8161

#ffc15f color RGB value is (255,193,95).

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

The process color (four color CMYK) of #ffc15f color hex is 0.00, 0.24, 0.63, 0.00. Web safe color of #ffc15f is #ffcc66. Color #ffc15f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000001 01011111
Octal 377 301 137
Decimal 255 193 95
Hex FF C1 5F

RGB Percentages of Color #ffc15f

%46.96
%35.54
%17.50

CMYK Percentages of Color #ffc15f

%0
%24
%63
%0

Triadic Colors of #ffc15f

#ffc15f #5fffc1 #c15fff

Analogous Colors of #ffc15f

#ffc15f #edff5f #ff715f

Monochromatic Colors of #ffc15f

#ffc15f

Complementary Color

#ffc15f #5f9dff

#ffc15f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc15f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc15f Color CSS Codes

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

#ffc15f Text Font Color

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

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


#ffc15f Background Color

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

This div background color is #ffc15f


#ffc15f Border Color

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

This div border color is #ffc15f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc15f

Related Colors


Comments

No comments written yet.

Please login to write comment.