Color Hex Logo

#fcf915 Color Hex

#FCF915
(252,249,21)
0 Favorites   0 Comments

Color spaces of #fcf915

RGB 25224921
HSL0.160.970.54
HSV59°92°99°
CMYK 0.000.010.92   0.01
XYZ74.155988.501013.8834
Yxy88.50100.42010.5013
Hunter Lab94.0750-23.926157.1026
CIE-Lab95.3715-19.751591.3556

#fcf915 color RGB value is (252,249,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111001 00010101
Octal 374 371 25
Decimal 252 249 21
Hex FC F9 15

RGB Percentages of Color #fcf915

%48.28
%47.70
%4.02

CMYK Percentages of Color #fcf915

%0
%1
%92
%1

Triadic Colors of #fcf915

#fcf915 #15fcf9 #f915fc

Analogous Colors of #fcf915

#fcf915 #8cfc15 #fc8615

Monochromatic Colors of #fcf915

#fcf915

Complementary Color

#fcf915 #1518fc

#fcf915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf915 Color CSS Codes

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

#fcf915 Text Font Color

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

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


#fcf915 Background Color

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

This div background color is #fcf915


#fcf915 Border Color

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

This div border color is #fcf915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf915

Related Colors


Comments

No comments written yet.

Please login to write comment.