Color Hex Logo

#fcc92b Color Hex

#FCC92B
(252,201,43)
0 Favorites   0 Comments

Color spaces of #fcc92b

RGB 25220143
HSL0.130.970.58
HSV45°83°99°
CMYK 0.000.200.83   0.01
XYZ61.467662.643211.1371
Yxy62.64320.45450.4632
Hunter Lab79.14750.118847.0603
CIE-Lab83.25434.566877.5946

#fcc92b color RGB value is (252,201,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001001 00101011
Octal 374 311 53
Decimal 252 201 43
Hex FC C9 2B

RGB Percentages of Color #fcc92b

%50.81
%40.52
%8.67

CMYK Percentages of Color #fcc92b

%0
%20
%83
%1

Triadic Colors of #fcc92b

#fcc92b #2bfcc9 #c92bfc

Analogous Colors of #fcc92b

#fcc92b #c7fc2b #fc602b

Monochromatic Colors of #fcc92b

#fcc92b

Complementary Color

#fcc92b #2b5efc

#fcc92b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc92b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc92b Color CSS Codes

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

#fcc92b Text Font Color

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

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


#fcc92b Background Color

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

This div background color is #fcc92b


#fcc92b Border Color

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

This div border color is #fcc92b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc92b


Comments

No comments written yet.

Please login to write comment.