Color Hex Logo

#fcd75a Color Hex

#FCD75A
(252,215,90)
0 Favorites   0 Comments

Color spaces of #fcd75a

RGB 25221590
HSL0.130.960.67
HSV46°64°99°
CMYK 0.000.150.64   0.01
XYZ66.290870.034519.6970
Yxy70.03450.42490.4489
Hunter Lab83.6866-5.056144.6258
CIE-Lab87.0138-0.612164.4976

#fcd75a color RGB value is (252,215,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010111 01011010
Octal 374 327 132
Decimal 252 215 90
Hex FC D7 5A

RGB Percentages of Color #fcd75a

%45.24
%38.60
%16.16

CMYK Percentages of Color #fcd75a

%0
%15
%64
%1

Triadic Colors of #fcd75a

#fcd75a #5afcd7 #d75afc

Analogous Colors of #fcd75a

#fcd75a #d0fc5a #fc865a

Monochromatic Colors of #fcd75a

#fcd75a

Complementary Color

#fcd75a #5a7ffc

#fcd75a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd75a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd75a Color CSS Codes

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

#fcd75a Text Font Color

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

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


#fcd75a Background Color

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

This div background color is #fcd75a


#fcd75a Border Color

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

This div border color is #fcd75a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd75a


Comments

No comments written yet.

Please login to write comment.