Color Hex Logo

#fcc15b Color Hex

#FCC15B
(252,193,91)
0 Favorites   0 Comments

Color spaces of #fcc15b

RGB 25219391
HSL0.110.960.67
HSV38°64°99°
CMYK 0.000.230.64   0.01
XYZ61.103259.590718.1792
Yxy59.59070.44000.4291
Hunter Lab77.19506.199240.0739
CIE-Lab81.615210.775658.1731

#fcc15b color RGB value is (252,193,91).

#fcc15b hex color red value is 252, green value is 193 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #fcc15b hue: 0.11 , saturation: 0.96 and the lightness value of fcc15b is 0.67.

The process color (four color CMYK) of #fcc15b color hex is 0.00, 0.23, 0.64, 0.01. Web safe color of #fcc15b is #ffcc66. Color #fcc15b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000001 01011011
Octal 374 301 133
Decimal 252 193 91
Hex FC C1 5B

RGB Percentages of Color #fcc15b

%47.01
%36.01
%16.98

CMYK Percentages of Color #fcc15b

%0
%23
%64
%1

Triadic Colors of #fcc15b

#fcc15b #5bfcc1 #c15bfc

Analogous Colors of #fcc15b

#fcc15b #e7fc5b #fc715b

Monochromatic Colors of #fcc15b

#fcc15b

Complementary Color

#fcc15b #5b96fc

#fcc15b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc15b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc15b Color CSS Codes

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

#fcc15b Text Font Color

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

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


#fcc15b Background Color

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

This div background color is #fcc15b


#fcc15b Border Color

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

This div border color is #fcc15b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc15b


Comments

No comments written yet.

Please login to write comment.