Color Hex Logo

#fcf09b Color Hex

#FCF09B
(252,240,155)
0 Favorites   0 Comments

Color spaces of #fcf09b

RGB 252240155
HSL0.150.940.80
HSV53°38°99°
CMYK 0.000.050.38   0.01
XYZ77.221485.382243.4208
Yxy85.38220.37480.4144
Hunter Lab92.4025-12.530736.8208
CIE-Lab94.0476-7.787742.5254

#fcf09b color RGB value is (252,240,155).

#fcf09b hex color red value is 252, green value is 240 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #fcf09b hue: 0.15 , saturation: 0.94 and the lightness value of fcf09b is 0.80.

The process color (four color CMYK) of #fcf09b color hex is 0.00, 0.05, 0.38, 0.01. Web safe color of #fcf09b is #ffff99. Color #fcf09b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110000 10011011
Octal 374 360 233
Decimal 252 240 155
Hex FC F0 9B

RGB Percentages of Color #fcf09b

%38.95
%37.09
%23.96

CMYK Percentages of Color #fcf09b

%0
%5
%38
%1

Triadic Colors of #fcf09b

#fcf09b #9bfcf0 #f09bfc

Analogous Colors of #fcf09b

#fcf09b #d8fc9b #fcc09b

Monochromatic Colors of #fcf09b

#fcf09b

Complementary Color

#fcf09b #9ba7fc

#fcf09b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf09b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf09b Color CSS Codes

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

#fcf09b Text Font Color

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

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


#fcf09b Background Color

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

This div background color is #fcf09b


#fcf09b Border Color

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

This div border color is #fcf09b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf09b

Related Colors


Comments

No comments written yet.

Please login to write comment.