Color Hex Logo

#fcc22b Color Hex

#FCC22B
(252,194,43)
0 Favorites   0 Comments

Color spaces of #fcc22b

RGB 25219443
HSL0.120.970.58
HSV43°83°99°
CMYK 0.000.230.83   0.01
XYZ59.872759.453410.6055
Yxy59.45340.46080.4576
Hunter Lab77.10603.669445.8192
CIE-Lab81.54028.182676.1517

#fcc22b color RGB value is (252,194,43).

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

The process color (four color CMYK) of #fcc22b color hex is 0.00, 0.23, 0.83, 0.01. Web safe color of #fcc22b is #ffcc33. Color #fcc22b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000010 00101011
Octal 374 302 53
Decimal 252 194 43
Hex FC C2 2B

RGB Percentages of Color #fcc22b

%51.53
%39.67
%8.79

CMYK Percentages of Color #fcc22b

%0
%23
%83
%1

Triadic Colors of #fcc22b

#fcc22b #2bfcc2 #c22bfc

Analogous Colors of #fcc22b

#fcc22b #cefc2b #fc592b

Monochromatic Colors of #fcc22b

#fcc22b

Complementary Color

#fcc22b #2b65fc

#fcc22b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc22b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc22b Color CSS Codes

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

#fcc22b Text Font Color

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

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


#fcc22b Background Color

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

This div background color is #fcc22b


#fcc22b Border Color

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

This div border color is #fcc22b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc22b


Comments

No comments written yet.

Please login to write comment.