Color Hex Logo

#fcc318 Color Hex

#FCC318
(252,195,24)
0 Favorites   0 Comments

Color spaces of #fcc318

RGB 25219524
HSL0.130.970.54
HSV45°90°99°
CMYK 0.000.230.90   0.01
XYZ59.824959.79169.2520
Yxy59.79160.46420.4640
Hunter Lab77.32502.783247.0334
CIE-Lab81.72487.272880.5641

#fcc318 color RGB value is (252,195,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000011 00011000
Octal 374 303 30
Decimal 252 195 24
Hex FC C3 18

RGB Percentages of Color #fcc318

%53.50
%41.40
%5.10

CMYK Percentages of Color #fcc318

%0
%23
%90
%1

Triadic Colors of #fcc318

#fcc318 #18fcc3 #c318fc

Analogous Colors of #fcc318

#fcc318 #c3fc18 #fc5118

Monochromatic Colors of #fcc318

#fcc318

Complementary Color

#fcc318 #1851fc

#fcc318 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc318 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc318 Color CSS Codes

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

#fcc318 Text Font Color

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

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


#fcc318 Background Color

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

This div background color is #fcc318


#fcc318 Border Color

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

This div border color is #fcc318


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc318

Related Colors


Comments

No comments written yet.

Please login to write comment.