Color Hex Logo

#fcc50d Color Hex

#FCC50D
(252,197,13)
0 Favorites   0 Comments

Color spaces of #fcc50d

RGB 25219713
HSL0.130.980.52
HSV46°95°99°
CMYK 0.000.220.95   0.01
XYZ60.183860.65708.9167
Yxy60.65700.46380.4675
Hunter Lab77.88261.641447.7298
CIE-Lab82.19406.105582.4484

#fcc50d color RGB value is (252,197,13).

#fcc50d hex color red value is 252, green value is 197 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #fcc50d hue: 0.13 , saturation: 0.98 and the lightness value of fcc50d is 0.52.

The process color (four color CMYK) of #fcc50d color hex is 0.00, 0.22, 0.95, 0.01. Web safe color of #fcc50d is #ffcc00. Color #fcc50d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000101 00001101
Octal 374 305 15
Decimal 252 197 13
Hex FC C5 D

RGB Percentages of Color #fcc50d

%54.55
%42.64
%2.81

CMYK Percentages of Color #fcc50d

%0
%22
%95
%1

Triadic Colors of #fcc50d

#fcc50d #0dfcc5 #c50dfc

Analogous Colors of #fcc50d

#fcc50d #bcfc0d #fc4e0d

Monochromatic Colors of #fcc50d

#fcc50d

Complementary Color

#fcc50d #0d44fc

#fcc50d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc50d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc50d Color CSS Codes

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

#fcc50d Text Font Color

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

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


#fcc50d Background Color

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

This div background color is #fcc50d


#fcc50d Border Color

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

This div border color is #fcc50d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc50d


Comments

No comments written yet.

Please login to write comment.