Color Hex Logo

#fcd75d Color Hex

#FCD75D
(252,215,93)
0 Favorites   0 Comments

Color spaces of #fcd75d

RGB 25221593
HSL0.130.960.68
HSV46°63°99°
CMYK 0.000.150.63   0.01
XYZ66.421170.086620.3832
Yxy70.08660.42340.4467
Hunter Lab83.7177-4.885344.1668
CIE-Lab87.0393-0.431863.2431

#fcd75d color RGB value is (252,215,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010111 01011101
Octal 374 327 135
Decimal 252 215 93
Hex FC D7 5D

RGB Percentages of Color #fcd75d

%45.00
%38.39
%16.61

CMYK Percentages of Color #fcd75d

%0
%15
%63
%1

Triadic Colors of #fcd75d

#fcd75d #5dfcd7 #d75dfc

Analogous Colors of #fcd75d

#fcd75d #d2fc5d #fc885d

Monochromatic Colors of #fcd75d

#fcd75d

Complementary Color

#fcd75d #5d82fc

#fcd75d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd75d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd75d Color CSS Codes

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

#fcd75d Text Font Color

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

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


#fcd75d Background Color

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

This div background color is #fcd75d


#fcd75d Border Color

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

This div border color is #fcd75d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd75d

Related Colors


Comments

No comments written yet.

Please login to write comment.