Color Hex Logo

#fcf23f Color Hex

#FCF23F
(252,242,63)
0 Favorites   0 Comments

Color spaces of #fcf23f

RGB 25224263
HSL0.160.970.62
HSV57°75°99°
CMYK 0.000.040.75   0.01
XYZ72.794284.558617.1874
Yxy84.55860.41710.4845
Hunter Lab91.9558-19.618053.2872
CIE-Lab93.6926-15.349781.0365

#fcf23f color RGB value is (252,242,63).

#fcf23f hex color red value is 252, green value is 242 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #fcf23f hue: 0.16 , saturation: 0.97 and the lightness value of fcf23f is 0.62.

The process color (four color CMYK) of #fcf23f color hex is 0.00, 0.04, 0.75, 0.01. Web safe color of #fcf23f is #ffff33. Color #fcf23f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110010 00111111
Octal 374 362 77
Decimal 252 242 63
Hex FC F2 3F

RGB Percentages of Color #fcf23f

%45.24
%43.45
%11.31

CMYK Percentages of Color #fcf23f

%0
%4
%75
%1

Triadic Colors of #fcf23f

#fcf23f #3ffcf2 #f23ffc

Analogous Colors of #fcf23f

#fcf23f #a8fc3f #fc943f

Monochromatic Colors of #fcf23f

#fcf23f

Complementary Color

#fcf23f #3f49fc

#fcf23f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf23f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf23f Color CSS Codes

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

#fcf23f Text Font Color

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

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


#fcf23f Background Color

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

This div background color is #fcf23f


#fcf23f Border Color

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

This div border color is #fcf23f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf23f


Comments

No comments written yet.

Please login to write comment.