Color Hex Logo

#fcf135 Color Hex

#FCF135
(252,241,53)
0 Favorites   0 Comments

Color spaces of #fcf135

RGB 25224153
HSL0.160.970.60
HSV57°79°99°
CMYK 0.000.040.79   0.01
XYZ72.242883.863115.7478
Yxy83.86310.42040.4880
Hunter Lab91.5768-19.444953.9081
CIE-Lab93.3910-15.207883.6228

#fcf135 color RGB value is (252,241,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110001 00110101
Octal 374 361 65
Decimal 252 241 53
Hex FC F1 35

RGB Percentages of Color #fcf135

%46.15
%44.14
%9.71

CMYK Percentages of Color #fcf135

%0
%4
%79
%1

Triadic Colors of #fcf135

#fcf135 #35fcf1 #f135fc

Analogous Colors of #fcf135

#fcf135 #a4fc35 #fc8e35

Monochromatic Colors of #fcf135

#fcf135

Complementary Color

#fcf135 #3540fc

#fcf135 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf135 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf135 Color CSS Codes

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

#fcf135 Text Font Color

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

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


#fcf135 Background Color

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

This div background color is #fcf135


#fcf135 Border Color

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

This div border color is #fcf135


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf135

Related Colors


Comments

No comments written yet.

Please login to write comment.