color codes Logo

#fca65f color codes

#FCA65F
(252,166,95)
0 Favorites   0 Comments

Color spaces of #fca65f

RGB 25216695
HSL0.080.960.68
HSV27°62°99°
CMYK 0.000.340.62   0.01
XYZ55.846748.794117.3012
Yxy48.79410.45800.4001
Hunter Lab69.852820.466934.2119
CIE-Lab75.323125.149849.1269

#fca65f color RGB value is (252,166,95).

#fca65f hex color red value is 252, green value is 166 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #fca65f hue: 0.08 , saturation: 0.96 and the lightness value of fca65f is 0.68.

The process color (four color CMYK) of #fca65f color code is 0.00, 0.34, 0.62, 0.01. Web safe color of #fca65f is #ff9966. Color #fca65f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100110 01011111
Octal 374 246 137
Decimal 252 166 95
Hex FC A6 5F

RGB Percentages of Color #fca65f

%49.12
%32.36
%18.52

CMYK Percentages of Color #fca65f

%0
%34
%62
%1

Triadic Colors of #fca65f

#fca65f #5ffca6 #a65ffc

Analogous Colors of #fca65f

#fca65f #fcf55f #fc5f67

Monochromatic Colors of #fca65f

#fca65f

Complementary Color

#fca65f #5fb5fc

#fca65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca65f Color CSS Codes

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

#fca65f Text Font Color

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

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


#fca65f Background Color

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

This div background color is #fca65f


#fca65f Border Color

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

This div border color is #fca65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca65f

Related Colors


Comments

No comments written yet.

Please login to write comment.