Color Hex Logo

#fcd925 Color Hex

#FCD925
(252,217,37)
0 Favorites   0 Comments

Color spaces of #fcd925

RGB 25221737
HSL0.140.970.57
HSV50°85°99°
CMYK 0.000.140.85   0.01
XYZ65.291770.454711.9081
Yxy70.45470.44220.4772
Hunter Lab83.9373-8.041850.3447
CIE-Lab87.2194-3.737282.3205

#fcd925 color RGB value is (252,217,37).

#fcd925 hex color red value is 252, green value is 217 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #fcd925 hue: 0.14 , saturation: 0.97 and the lightness value of fcd925 is 0.57.

The process color (four color CMYK) of #fcd925 color hex is 0.00, 0.14, 0.85, 0.01. Web safe color of #fcd925 is #ffcc33. Color #fcd925 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011001 00100101
Octal 374 331 45
Decimal 252 217 37
Hex FC D9 25

RGB Percentages of Color #fcd925

%49.80
%42.89
%7.31

CMYK Percentages of Color #fcd925

%0
%14
%85
%1

Triadic Colors of #fcd925

#fcd925 #25fcd9 #d925fc

Analogous Colors of #fcd925

#fcd925 #b4fc25 #fc6e25

Monochromatic Colors of #fcd925

#fcd925

Complementary Color

#fcd925 #2548fc

#fcd925 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd925 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd925 Color CSS Codes

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

#fcd925 Text Font Color

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

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


#fcd925 Background Color

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

This div background color is #fcd925


#fcd925 Border Color

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

This div border color is #fcd925


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd925

Related Colors


Comments

No comments written yet.

Please login to write comment.