Color Hex Logo

#fca038 Color Hex

#FCA038
(252,160,56)
0 Favorites   0 Comments

Color spaces of #fca038

RGB 25216056
HSL0.090.970.60
HSV32°78°99°
CMYK 0.000.370.78   0.01
XYZ53.429546.12269.8279
Yxy46.12260.48850.4217
Hunter Lab67.913621.582038.9596
CIE-Lab73.625026.337564.8112

#fca038 color RGB value is (252,160,56).

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

The process color (four color CMYK) of #fca038 color hex is 0.00, 0.37, 0.78, 0.01. Web safe color of #fca038 is #ff9933. Color #fca038 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100000 00111000
Octal 374 240 70
Decimal 252 160 56
Hex FC A0 38

RGB Percentages of Color #fca038

%53.85
%34.19
%11.97

CMYK Percentages of Color #fca038

%0
%37
%78
%1

Triadic Colors of #fca038

#fca038 #38fca0 #a038fc

Analogous Colors of #fca038

#fca038 #f6fc38 #fc3e38

Monochromatic Colors of #fca038

#fca038

Complementary Color

#fca038 #3894fc

#fca038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca038 Color CSS Codes

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

#fca038 Text Font Color

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

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


#fca038 Background Color

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

This div background color is #fca038


#fca038 Border Color

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

This div border color is #fca038


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca038

Related Colors


Comments

No comments written yet.

Please login to write comment.