Color Hex Logo

#fcaf18 Color Hex

#FCAF18
(252,175,24)
0 Favorites   0 Comments

Color spaces of #fcaf18

RGB 25217524
HSL0.110.970.54
HSV40°90°99°
CMYK 0.000.310.90   0.01
XYZ55.639751.42137.8569
Yxy51.42130.48420.4475
Hunter Lab71.708613.010443.6998
CIE-Lab76.933517.690176.9656

#fcaf18 color RGB value is (252,175,24).

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

The process color (four color CMYK) of #fcaf18 color hex is 0.00, 0.31, 0.90, 0.01. Web safe color of #fcaf18 is #ff9900. Color #fcaf18 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101111 00011000
Octal 374 257 30
Decimal 252 175 24
Hex FC AF 18

RGB Percentages of Color #fcaf18

%55.88
%38.80
%5.32

CMYK Percentages of Color #fcaf18

%0
%31
%90
%1

Triadic Colors of #fcaf18

#fcaf18 #18fcaf #af18fc

Analogous Colors of #fcaf18

#fcaf18 #d7fc18 #fc3d18

Monochromatic Colors of #fcaf18

#fcaf18

Complementary Color

#fcaf18 #1865fc

#fcaf18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaf18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaf18 Color CSS Codes

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

#fcaf18 Text Font Color

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

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


#fcaf18 Background Color

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

This div background color is #fcaf18


#fcaf18 Border Color

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

This div border color is #fcaf18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaf18


Comments

No comments written yet.

Please login to write comment.