Color Hex Logo

#fcc317 Color Hex

#FCC317
(252,195,23)
0 Favorites   0 Comments

Color spaces of #fcc317

RGB 25219523
HSL0.130.970.54
HSV45°91°99°
CMYK 0.000.230.91   0.01
XYZ59.814659.78759.1982
Yxy59.78750.46440.4642
Hunter Lab77.32242.768847.0726
CIE-Lab81.72257.257980.7310

#fcc317 color RGB value is (252,195,23).

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

The process color (four color CMYK) of #fcc317 color hex is 0.00, 0.23, 0.91, 0.01. Web safe color of #fcc317 is #ffcc00. Color #fcc317 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000011 00010111
Octal 374 303 27
Decimal 252 195 23
Hex FC C3 17

RGB Percentages of Color #fcc317

%53.62
%41.49
%4.89

CMYK Percentages of Color #fcc317

%0
%23
%91
%1

Triadic Colors of #fcc317

#fcc317 #17fcc3 #c317fc

Analogous Colors of #fcc317

#fcc317 #c3fc17 #fc5017

Monochromatic Colors of #fcc317

#fcc317

Complementary Color

#fcc317 #1750fc

#fcc317 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc317 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc317 Color CSS Codes

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

#fcc317 Text Font Color

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

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


#fcc317 Background Color

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

This div background color is #fcc317


#fcc317 Border Color

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

This div border color is #fcc317


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc317


Comments

No comments written yet.

Please login to write comment.