Color Hex Logo

#fcf038 Color Hex

#FCF038
(252,240,56)
0 Favorites   0 Comments

Color spaces of #fcf038

RGB 25224056
HSL0.160.970.60
HSV56°78°99°
CMYK 0.000.050.78   0.01
XYZ72.018883.301116.0243
Yxy83.30110.42030.4862
Hunter Lab91.2694-18.870953.4790
CIE-Lab93.1461-14.624382.5896

#fcf038 color RGB value is (252,240,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110000 00111000
Octal 374 360 70
Decimal 252 240 56
Hex FC F0 38

RGB Percentages of Color #fcf038

%45.99
%43.80
%10.22

CMYK Percentages of Color #fcf038

%0
%5
%78
%1

Triadic Colors of #fcf038

#fcf038 #38fcf0 #f038fc

Analogous Colors of #fcf038

#fcf038 #a6fc38 #fc8e38

Monochromatic Colors of #fcf038

#fcf038

Complementary Color

#fcf038 #3844fc

#fcf038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf038 Color CSS Codes

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

#fcf038 Text Font Color

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

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


#fcf038 Background Color

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

This div background color is #fcf038


#fcf038 Border Color

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

This div border color is #fcf038


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf038


Comments

No comments written yet.

Please login to write comment.