Color Hex Logo

#fcd75c Color Hex

#FCD75C
(252,215,92)
0 Favorites   0 Comments

Color spaces of #fcd75c

RGB 25221592
HSL0.130.960.67
HSV46°63°99°
CMYK 0.000.150.63   0.01
XYZ66.377170.069020.1514
Yxy70.06900.42390.4474
Hunter Lab83.7072-4.943044.3218
CIE-Lab87.0307-0.492663.6636

#fcd75c color RGB value is (252,215,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010111 01011100
Octal 374 327 134
Decimal 252 215 92
Hex FC D7 5C

RGB Percentages of Color #fcd75c

%45.08
%38.46
%16.46

CMYK Percentages of Color #fcd75c

%0
%15
%63
%1

Triadic Colors of #fcd75c

#fcd75c #5cfcd7 #d75cfc

Analogous Colors of #fcd75c

#fcd75c #d1fc5c #fc875c

Monochromatic Colors of #fcd75c

#fcd75c

Complementary Color

#fcd75c #5c81fc

#fcd75c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd75c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd75c Color CSS Codes

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

#fcd75c Text Font Color

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

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


#fcd75c Background Color

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

This div background color is #fcd75c


#fcd75c Border Color

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

This div border color is #fcd75c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,215,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd75c


Comments

No comments written yet.

Please login to write comment.