Color Hex Logo

#fcf316 Color Hex

#FCF316
(252,243,22)
0 Favorites   0 Comments

Color spaces of #fcf316

RGB 25224322
HSL0.160.970.54
HSV58°91°99°
CMYK 0.000.040.91   0.01
XYZ72.340384.854613.3249
Yxy84.85460.42420.4976
Hunter Lab92.1166-21.025755.9051
CIE-Lab93.8204-16.853590.0497

#fcf316 color RGB value is (252,243,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11110011 00010110
Octal 374 363 26
Decimal 252 243 22
Hex FC F3 16

RGB Percentages of Color #fcf316

%48.74
%47.00
%4.26

CMYK Percentages of Color #fcf316

%0
%4
%91
%1

Triadic Colors of #fcf316

#fcf316 #16fcf3 #f316fc

Analogous Colors of #fcf316

#fcf316 #92fc16 #fc8016

Monochromatic Colors of #fcf316

#fcf316

Complementary Color

#fcf316 #161ffc

#fcf316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf316 Color CSS Codes

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

#fcf316 Text Font Color

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

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


#fcf316 Background Color

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

This div background color is #fcf316


#fcf316 Border Color

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

This div border color is #fcf316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf316


Comments

No comments written yet.

Please login to write comment.