Color Hex Logo

#fcb15f Color Hex

#FCB15F
(252,177,95)
0 Favorites   0 Comments

Color spaces of #fcb15f

RGB 25217795
HSL0.090.960.68
HSV31°62°99°
CMYK 0.000.300.62   0.01
XYZ57.932652.966017.9965
Yxy52.96600.44950.4109
Hunter Lab72.777714.728736.2832
CIE-Lab77.854919.386952.0600

#fcb15f color RGB value is (252,177,95).

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

The process color (four color CMYK) of #fcb15f color hex is 0.00, 0.30, 0.62, 0.01. Web safe color of #fcb15f is #ff9966. Color #fcb15f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110001 01011111
Octal 374 261 137
Decimal 252 177 95
Hex FC B1 5F

RGB Percentages of Color #fcb15f

%48.09
%33.78
%18.13

CMYK Percentages of Color #fcb15f

%0
%30
%62
%1

Triadic Colors of #fcb15f

#fcb15f #5ffcb1 #b15ffc

Analogous Colors of #fcb15f

#fcb15f #f9fc5f #fc635f

Monochromatic Colors of #fcb15f

#fcb15f

Complementary Color

#fcb15f #5faafc

#fcb15f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb15f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb15f Color CSS Codes

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

#fcb15f Text Font Color

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

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


#fcb15f Background Color

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

This div background color is #fcb15f


#fcb15f Border Color

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

This div border color is #fcb15f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb15f


Comments

No comments written yet.

Please login to write comment.