Color Hex Logo

#fca62f Color Hex

#FCA62F
(252,166,47)
0 Favorites   0 Comments

Color spaces of #fca62f

RGB 25216647
HSL0.100.970.59
HSV35°81°99°
CMYK 0.000.340.81   0.01
XYZ54.294248.17319.1261
Yxy48.17310.48650.4317
Hunter Lab69.406818.171440.7889
CIE-Lab74.934022.909769.2565

#fca62f color RGB value is (252,166,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100110 00101111
Octal 374 246 57
Decimal 252 166 47
Hex FC A6 2F

RGB Percentages of Color #fca62f

%54.19
%35.70
%10.11

CMYK Percentages of Color #fca62f

%0
%34
%81
%1

Triadic Colors of #fca62f

#fca62f #2ffca6 #a62ffc

Analogous Colors of #fca62f

#fca62f #ecfc2f #fc402f

Monochromatic Colors of #fca62f

#fca62f

Complementary Color

#fca62f #2f85fc

#fca62f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca62f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca62f Color CSS Codes

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

#fca62f Text Font Color

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

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


#fca62f Background Color

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

This div background color is #fca62f


#fca62f Border Color

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

This div border color is #fca62f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca62f

Related Colors


Comments

No comments written yet.

Please login to write comment.