Color Hex Logo

#fcfb2f Color Hex

#FCFB2F
(252,251,47)
0 Favorites   0 Comments

Color spaces of #fcfb2f

RGB 25225147
HSL0.170.970.59
HSV60°81°99°
CMYK 0.000.000.81   0.01
XYZ75.155289.895016.0797
Yxy89.89500.41490.4963
Hunter Lab94.8130-24.431556.3139
CIE-Lab95.9532-20.200587.3079

#fcfb2f color RGB value is (252,251,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111011 00101111
Octal 374 373 57
Decimal 252 251 47
Hex FC FB 2F

RGB Percentages of Color #fcfb2f

%45.82
%45.64
%8.55

CMYK Percentages of Color #fcfb2f

%0
%0
%81
%1

Triadic Colors of #fcfb2f

#fcfb2f #2ffcfb #fb2ffc

Analogous Colors of #fcfb2f

#fcfb2f #97fc2f #fc952f

Monochromatic Colors of #fcfb2f

#fcfb2f

Complementary Color

#fcfb2f #2f30fc

#fcfb2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfb2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfb2f Color CSS Codes

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

#fcfb2f Text Font Color

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

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


#fcfb2f Background Color

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

This div background color is #fcfb2f


#fcfb2f Border Color

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

This div border color is #fcfb2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfb2f

Related Colors


Comments

No comments written yet.

Please login to write comment.