Color Hex Logo

#fcb225 Color Hex

#FCB225
(252,178,37)
0 Favorites   0 Comments

Color spaces of #fcb225

RGB 25217837
HSL0.110.970.57
HSV39°85°99°
CMYK 0.000.290.85   0.01
XYZ56.399252.66988.9440
Yxy52.66980.47790.4463
Hunter Lab72.574011.712843.4949
CIE-Lab77.679616.368674.5764

#fcb225 color RGB value is (252,178,37).

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

The process color (four color CMYK) of #fcb225 color hex is 0.00, 0.29, 0.85, 0.01. Web safe color of #fcb225 is #ff9933. Color #fcb225 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110010 00100101
Octal 374 262 45
Decimal 252 178 37
Hex FC B2 25

RGB Percentages of Color #fcb225

%53.96
%38.12
%7.92

CMYK Percentages of Color #fcb225

%0
%29
%85
%1

Triadic Colors of #fcb225

#fcb225 #25fcb2 #b225fc

Analogous Colors of #fcb225

#fcb225 #dbfc25 #fc4625

Monochromatic Colors of #fcb225

#fcb225

Complementary Color

#fcb225 #256ffc

#fcb225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb225 Color CSS Codes

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

#fcb225 Text Font Color

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

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


#fcb225 Background Color

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

This div background color is #fcb225


#fcb225 Border Color

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

This div border color is #fcb225


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,178,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 #fcb225">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb225


Comments

No comments written yet.

Please login to write comment.