Color Hex Logo

#fcc018 Color Hex

#FCC018
(252,192,24)
0 Favorites   0 Comments

Color spaces of #fcc018

RGB 25219224
HSL0.120.970.54
HSV44°90°99°
CMYK 0.000.240.90   0.01
XYZ59.159458.46079.0302
Yxy58.46070.46710.4616
Hunter Lab76.45964.307246.5193
CIE-Lab80.99438.826980.0129

#fcc018 color RGB value is (252,192,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000000 00011000
Octal 374 300 30
Decimal 252 192 24
Hex FC C0 18

RGB Percentages of Color #fcc018

%53.85
%41.03
%5.13

CMYK Percentages of Color #fcc018

%0
%24
%90
%1

Triadic Colors of #fcc018

#fcc018 #18fcc0 #c018fc

Analogous Colors of #fcc018

#fcc018 #c6fc18 #fc4e18

Monochromatic Colors of #fcc018

#fcc018

Complementary Color

#fcc018 #1854fc

#fcc018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc018 Color CSS Codes

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

#fcc018 Text Font Color

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

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


#fcc018 Background Color

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

This div background color is #fcc018


#fcc018 Border Color

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

This div border color is #fcc018


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,192,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 #fcc018">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc018

Related Colors


Comments

No comments written yet.

Please login to write comment.