Color Hex Logo

#fcc505 Color Hex

#FCC505
(252,197,5)
0 Favorites   0 Comments

Color spaces of #fcc505

RGB 2521975
HSL0.130.980.50
HSV47°98°99°
CMYK 0.000.220.98   0.01
XYZ60.138560.63898.6784
Yxy60.63890.46450.4684
Hunter Lab77.87101.578447.9021
CIE-Lab82.18426.039983.2122

#fcc505 color RGB value is (252,197,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000101 00000101
Octal 374 305 5
Decimal 252 197 5
Hex FC C5 5

RGB Percentages of Color #fcc505

%55.51
%43.39
%1.10

CMYK Percentages of Color #fcc505

%0
%22
%98
%1

Triadic Colors of #fcc505

#fcc505 #05fcc5 #c505fc

Analogous Colors of #fcc505

#fcc505 #b8fc05 #fc4a05

Monochromatic Colors of #fcc505

#fcc505

Complementary Color

#fcc505 #053cfc

#fcc505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc505 Color CSS Codes

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

#fcc505 Text Font Color

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

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


#fcc505 Background Color

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

This div background color is #fcc505


#fcc505 Border Color

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

This div border color is #fcc505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc505


Comments

No comments written yet.

Please login to write comment.