Color Hex Logo

#fcb219 Color Hex

#FCB219
(252,178,25)
0 Favorites   0 Comments

Color spaces of #fcb219

RGB 25217825
HSL0.110.970.54
HSV40°90°99°
CMYK 0.000.290.90   0.01
XYZ56.240752.60648.1095
Yxy52.60640.48090.4498
Hunter Lab72.530311.482744.1421
CIE-Lab77.642016.136777.3043

#fcb219 color RGB value is (252,178,25).

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

The process color (four color CMYK) of #fcb219 color hex is 0.00, 0.29, 0.90, 0.01. Web safe color of #fcb219 is #ff9900. Color #fcb219 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110010 00011001
Octal 374 262 31
Decimal 252 178 25
Hex FC B2 19

RGB Percentages of Color #fcb219

%55.38
%39.12
%5.49

CMYK Percentages of Color #fcb219

%0
%29
%90
%1

Triadic Colors of #fcb219

#fcb219 #19fcb2 #b219fc

Analogous Colors of #fcb219

#fcb219 #d5fc19 #fc4119

Monochromatic Colors of #fcb219

#fcb219

Complementary Color

#fcb219 #1963fc

#fcb219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb219 Color CSS Codes

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

#fcb219 Text Font Color

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

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


#fcb219 Background Color

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

This div background color is #fcb219


#fcb219 Border Color

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

This div border color is #fcb219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb219

Related Colors


Comments

No comments written yet.

Please login to write comment.