Color Hex Logo

#fcf600 Color Hex

#FCF600
(252,246,0)
0 Favorites   0 Comments

Color spaces of #fcf600

RGB 2522460
HSL0.161.000.49
HSV59°100°99°
CMYK 0.000.021.00   0.01
XYZ73.100786.607012.8640
Yxy86.60700.42360.5019
Hunter Lab93.0629-22.648756.9484
CIE-Lab94.5713-18.496092.5026

#fcf600 color RGB value is (252,246,0).

#fcf600 hex color red value is 252, green value is 246 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #fcf600 hue: 0.16 , saturation: 1.00 and the lightness value of fcf600 is 0.49.

The process color (four color CMYK) of #fcf600 color hex is 0.00, 0.02, 1.00, 0.01. Web safe color of #fcf600 is #ffff00. Color #fcf600 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110110 00000000
Octal 374 366 0
Decimal 252 246 0
Hex FC F6 0

RGB Percentages of Color #fcf600

%50.60
%49.40
%0.00

CMYK Percentages of Color #fcf600

%0
%2
%100
%1

Triadic Colors of #fcf600

#fcf600 #00fcf6 #f600fc

Analogous Colors of #fcf600

#fcf600 #84fc00 #fc7800

Monochromatic Colors of #fcf600

#fcf600

Complementary Color

#fcf600 #0006fc

#fcf600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf600 Color CSS Codes

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

#fcf600 Text Font Color

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

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


#fcf600 Background Color

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

This div background color is #fcf600


#fcf600 Border Color

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

This div border color is #fcf600


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf600

Related Colors


Comments

No comments written yet.

Please login to write comment.