Color Hex Logo

#fcf069 Color Hex

#FCF069
(252,240,105)
0 Favorites   0 Comments

Color spaces of #fcf069

RGB 252240105
HSL0.150.960.70
HSV55°58°99°
CMYK 0.000.050.58   0.01
XYZ73.854884.035525.6925
Yxy84.03550.40230.4578
Hunter Lab91.6709-16.615247.5525
CIE-Lab93.4659-12.161765.1456

#fcf069 color RGB value is (252,240,105).

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

The process color (four color CMYK) of #fcf069 color hex is 0.00, 0.05, 0.58, 0.01. Web safe color of #fcf069 is #ffff66. Color #fcf069 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110000 01101001
Octal 374 360 151
Decimal 252 240 105
Hex FC F0 69

RGB Percentages of Color #fcf069

%42.21
%40.20
%17.59

CMYK Percentages of Color #fcf069

%0
%5
%58
%1

Triadic Colors of #fcf069

#fcf069 #69fcf0 #f069fc

Analogous Colors of #fcf069

#fcf069 #bffc69 #fca769

Monochromatic Colors of #fcf069

#fcf069

Complementary Color

#fcf069 #6975fc

#fcf069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf069 Color CSS Codes

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

#fcf069 Text Font Color

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

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


#fcf069 Background Color

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

This div background color is #fcf069


#fcf069 Border Color

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

This div border color is #fcf069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf069

Related Colors


Comments

No comments written yet.

Please login to write comment.