Color Hex Logo

#fcf313 Color Hex

#FCF313
(252,243,19)
0 Favorites   0 Comments

Color spaces of #fcf313

RGB 25224319
HSL0.160.970.53
HSV58°92°99°
CMYK 0.000.040.92   0.01
XYZ72.313084.843613.1813
Yxy84.84360.42450.4981
Hunter Lab92.1106-21.059055.9928
CIE-Lab93.8157-16.890590.3995

#fcf313 color RGB value is (252,243,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110011 00010011
Octal 374 363 23
Decimal 252 243 19
Hex FC F3 13

RGB Percentages of Color #fcf313

%49.03
%47.28
%3.70

CMYK Percentages of Color #fcf313

%0
%4
%92
%1

Triadic Colors of #fcf313

#fcf313 #13fcf3 #f313fc

Analogous Colors of #fcf313

#fcf313 #91fc13 #fc7f13

Monochromatic Colors of #fcf313

#fcf313

Complementary Color

#fcf313 #131cfc

#fcf313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf313 Color CSS Codes

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

#fcf313 Text Font Color

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

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


#fcf313 Background Color

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

This div background color is #fcf313


#fcf313 Border Color

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

This div border color is #fcf313


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf313

Related Colors


Comments

No comments written yet.

Please login to write comment.