Color Hex Logo

#fcb22e Color Hex

#FCB22E
(252,178,46)
0 Favorites   0 Comments

Color spaces of #fcb22e

RGB 25217846
HSL0.110.970.58
HSV38°82°99°
CMYK 0.000.290.82   0.01
XYZ56.558452.73359.7824
Yxy52.73350.47500.4429
Hunter Lab72.617811.943542.8455
CIE-Lab77.717416.600872.0057

#fcb22e color RGB value is (252,178,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110010 00101110
Octal 374 262 56
Decimal 252 178 46
Hex FC B2 2E

RGB Percentages of Color #fcb22e

%52.94
%37.39
%9.66

CMYK Percentages of Color #fcb22e

%0
%29
%82
%1

Triadic Colors of #fcb22e

#fcb22e #2efcb2 #b22efc

Analogous Colors of #fcb22e

#fcb22e #dffc2e #fc4b2e

Monochromatic Colors of #fcb22e

#fcb22e

Complementary Color

#fcb22e #2e78fc

#fcb22e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb22e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb22e Color CSS Codes

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

#fcb22e Text Font Color

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

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


#fcb22e Background Color

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

This div background color is #fcb22e


#fcb22e Border Color

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

This div border color is #fcb22e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb22e


Comments

No comments written yet.

Please login to write comment.