color codes Logo

#fcf65c color codes

#FCF65C
(252,246,92)
0 Favorites   0 Comments

Color spaces of #fcf65c

RGB 25224692
HSL0.160.960.67
HSV58°63°99°
CMYK 0.000.020.63   0.01
XYZ75.032487.379723.0366
Yxy87.37970.40460.4712
Hunter Lab93.4771-20.306250.8225
CIE-Lab94.8991-15.909172.0311

#fcf65c color RGB value is (252,246,92).

#fcf65c hex color red value is 252, green value is 246 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #fcf65c hue: 0.16 , saturation: 0.96 and the lightness value of fcf65c is 0.67.

The process color (four color CMYK) of #fcf65c color code is 0.00, 0.02, 0.63, 0.01. Web safe color of #fcf65c is #ffff66. Color #fcf65c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110110 01011100
Octal 374 366 134
Decimal 252 246 92
Hex FC F6 5C

RGB Percentages of Color #fcf65c

%42.71
%41.69
%15.59

CMYK Percentages of Color #fcf65c

%0
%2
%63
%1

Triadic Colors of #fcf65c

#fcf65c #5cfcf6 #f65cfc

Analogous Colors of #fcf65c

#fcf65c #b2fc5c #fca65c

Monochromatic Colors of #fcf65c

#fcf65c

Complementary Color

#fcf65c #5c62fc

#fcf65c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf65c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf65c Color CSS Codes

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

#fcf65c Text Font Color

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

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


#fcf65c Background Color

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

This div background color is #fcf65c


#fcf65c Border Color

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

This div border color is #fcf65c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf65c


Comments

No comments written yet.

Please login to write comment.