Color Hex Logo

#fcf901 Color Hex

#FCF901
(252,249,1)
0 Favorites   0 Comments

Color spaces of #fcf901

RGB 2522491
HSL0.160.990.50
HSV59°100°99°
CMYK 0.000.011.00   0.01
XYZ74.026088.449013.1995
Yxy88.44900.42140.5035
Hunter Lab94.0473-24.082957.5118
CIE-Lab95.3497-19.926492.9988

#fcf901 color RGB value is (252,249,1).

#fcf901 hex color red value is 252, green value is 249 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #fcf901 hue: 0.16 , saturation: 0.99 and the lightness value of fcf901 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111001 00000001
Octal 374 371 1
Decimal 252 249 1
Hex FC F9 1

RGB Percentages of Color #fcf901

%50.20
%49.60
%0.20

CMYK Percentages of Color #fcf901

%0
%1
%100
%1

Triadic Colors of #fcf901

#fcf901 #01fcf9 #f901fc

Analogous Colors of #fcf901

#fcf901 #82fc01 #fc7c01

Monochromatic Colors of #fcf901

#fcf901

Complementary Color

#fcf901 #0104fc

#fcf901 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf901 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf901 Color CSS Codes

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

#fcf901 Text Font Color

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

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


#fcf901 Background Color

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

This div background color is #fcf901


#fcf901 Border Color

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

This div border color is #fcf901


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf901


Comments

No comments written yet.

Please login to write comment.