Color Hex Logo

#fcb65f Color Hex

#FCB65F
(252,182,95)
0 Favorites   0 Comments

Color spaces of #fcb65f

RGB 25218295
HSL0.090.960.68
HSV33°62°99°
CMYK 0.000.280.62   0.01
XYZ58.938454.977618.3318
Yxy54.97760.44570.4157
Hunter Lab74.146912.130337.2442
CIE-Lab79.028416.768353.4057

#fcb65f color RGB value is (252,182,95).

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

The process color (four color CMYK) of #fcb65f color hex is 0.00, 0.28, 0.62, 0.01. Web safe color of #fcb65f is #ffcc66. Color #fcb65f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110110 01011111
Octal 374 266 137
Decimal 252 182 95
Hex FC B6 5F

RGB Percentages of Color #fcb65f

%47.64
%34.40
%17.96

CMYK Percentages of Color #fcb65f

%0
%28
%62
%1

Triadic Colors of #fcb65f

#fcb65f #5ffcb6 #b65ffc

Analogous Colors of #fcb65f

#fcb65f #f4fc5f #fc685f

Monochromatic Colors of #fcb65f

#fcb65f

Complementary Color

#fcb65f #5fa5fc

#fcb65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb65f Color CSS Codes

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

#fcb65f Text Font Color

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

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


#fcb65f Background Color

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

This div background color is #fcb65f


#fcb65f Border Color

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

This div border color is #fcb65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb65f


Comments

No comments written yet.

Please login to write comment.