Color Hex Logo

#ffc25f Color Hex

#FFC25F
(255,194,95)
0 Favorites   0 Comments

Color spaces of #ffc25f

RGB 25519495
HSL0.101.000.69
HSV37°63°100°
CMYK 0.000.240.63   0.00
XYZ62.597360.669819.2377
Yxy60.66980.43930.4257
Hunter Lab77.89087.143439.8800
CIE-Lab82.200911.740157.0857

#ffc25f color RGB value is (255,194,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000010 01011111
Octal 377 302 137
Decimal 255 194 95
Hex FF C2 5F

RGB Percentages of Color #ffc25f

%46.88
%35.66
%17.46

CMYK Percentages of Color #ffc25f

%0
%24
%63
%0

Triadic Colors of #ffc25f

#ffc25f #5fffc2 #c25fff

Analogous Colors of #ffc25f

#ffc25f #ecff5f #ff725f

Monochromatic Colors of #ffc25f

#ffc25f

Complementary Color

#ffc25f #5f9cff

#ffc25f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc25f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc25f Color CSS Codes

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

#ffc25f Text Font Color

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

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


#ffc25f Background Color

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

This div background color is #ffc25f


#ffc25f Border Color

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

This div border color is #ffc25f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc25f


Comments

No comments written yet.

Please login to write comment.