Color Hex Logo

#fcd75f Color Hex

#FCD75F
(252,215,95)
0 Favorites   0 Comments

Color spaces of #fcd75f

RGB 25221595
HSL0.130.960.68
HSV46°62°99°
CMYK 0.000.150.62   0.01
XYZ66.510970.122520.8560
Yxy70.12250.42230.4453
Hunter Lab83.7392-4.767743.8507
CIE-Lab87.0569-0.307862.3956

#fcd75f color RGB value is (252,215,95).

#fcd75f hex color red value is 252, green value is 215 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #fcd75f hue: 0.13 , saturation: 0.96 and the lightness value of fcd75f is 0.68.

The process color (four color CMYK) of #fcd75f color hex is 0.00, 0.15, 0.62, 0.01. Web safe color of #fcd75f is #ffcc66. Color #fcd75f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010111 01011111
Octal 374 327 137
Decimal 252 215 95
Hex FC D7 5F

RGB Percentages of Color #fcd75f

%44.84
%38.26
%16.90

CMYK Percentages of Color #fcd75f

%0
%15
%62
%1

Triadic Colors of #fcd75f

#fcd75f #5ffcd7 #d75ffc

Analogous Colors of #fcd75f

#fcd75f #d3fc5f #fc895f

Monochromatic Colors of #fcd75f

#fcd75f

Complementary Color

#fcd75f #5f84fc

#fcd75f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd75f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd75f Color CSS Codes

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

#fcd75f Text Font Color

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

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


#fcd75f Background Color

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

This div background color is #fcd75f


#fcd75f Border Color

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

This div border color is #fcd75f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd75f


Comments

No comments written yet.

Please login to write comment.