Color Hex Logo

#fcb718 Color Hex

#FCB718
(252,183,24)
0 Favorites   0 Comments

Color spaces of #fcb718

RGB 25218324
HSL0.120.970.54
HSV42°90°99°
CMYK 0.000.270.90   0.01
XYZ57.243254.62848.3914
Yxy54.62840.47600.4542
Hunter Lab73.91108.901845.0063
CIE-Lab78.826713.509778.3829

#fcb718 color RGB value is (252,183,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110111 00011000
Octal 374 267 30
Decimal 252 183 24
Hex FC B7 18

RGB Percentages of Color #fcb718

%54.90
%39.87
%5.23

CMYK Percentages of Color #fcb718

%0
%27
%90
%1

Triadic Colors of #fcb718

#fcb718 #18fcb7 #b718fc

Analogous Colors of #fcb718

#fcb718 #cffc18 #fc4518

Monochromatic Colors of #fcb718

#fcb718

Complementary Color

#fcb718 #185dfc

#fcb718 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb718 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb718 Color CSS Codes

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

#fcb718 Text Font Color

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

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


#fcb718 Background Color

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

This div background color is #fcb718


#fcb718 Border Color

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

This div border color is #fcb718


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb718


Comments

No comments written yet.

Please login to write comment.