color codes Logo

#fcc92f color codes

#FCC92F
(252,201,47)
0 Favorites   0 Comments

Color spaces of #fcc92f

RGB 25220147
HSL0.130.970.59
HSV45°81°99°
CMYK 0.000.200.81   0.01
XYZ61.544662.674011.5429
Yxy62.67400.45330.4616
Hunter Lab79.16690.224446.7721
CIE-Lab83.27064.677176.5001

#fcc92f color RGB value is (252,201,47).

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

The process color (four color CMYK) of #fcc92f color code is 0.00, 0.20, 0.81, 0.01. Web safe color of #fcc92f is #ffcc33. Color #fcc92f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001001 00101111
Octal 374 311 57
Decimal 252 201 47
Hex FC C9 2F

RGB Percentages of Color #fcc92f

%50.40
%40.20
%9.40

CMYK Percentages of Color #fcc92f

%0
%20
%81
%1

Triadic Colors of #fcc92f

#fcc92f #2ffcc9 #c92ffc

Analogous Colors of #fcc92f

#fcc92f #c9fc2f #fc622f

Monochromatic Colors of #fcc92f

#fcc92f

Complementary Color

#fcc92f #2f62fc

#fcc92f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc92f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc92f Color CSS Codes

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

#fcc92f Text Font Color

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

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


#fcc92f Background Color

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

This div background color is #fcc92f


#fcc92f Border Color

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

This div border color is #fcc92f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc92f


Comments

No comments written yet.

Please login to write comment.