Color Hex Logo

#fcb715 Color Hex

#FCB715
(252,183,21)
0 Favorites   0 Comments

Color spaces of #fcb715

RGB 25218321
HSL0.120.970.54
HSV42°92°99°
CMYK 0.000.270.92   0.01
XYZ57.213754.61668.2360
Yxy54.61660.47650.4549
Hunter Lab73.90308.859545.1247
CIE-Lab78.819913.466678.8998

#fcb715 color RGB value is (252,183,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110111 00010101
Octal 374 267 25
Decimal 252 183 21
Hex FC B7 15

RGB Percentages of Color #fcb715

%55.26
%40.13
%4.61

CMYK Percentages of Color #fcb715

%0
%27
%92
%1

Triadic Colors of #fcb715

#fcb715 #15fcb7 #b715fc

Analogous Colors of #fcb715

#fcb715 #cefc15 #fc4315

Monochromatic Colors of #fcb715

#fcb715

Complementary Color

#fcb715 #155afc

#fcb715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb715 Color CSS Codes

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

#fcb715 Text Font Color

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

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


#fcb715 Background Color

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

This div background color is #fcb715


#fcb715 Border Color

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

This div border color is #fcb715


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb715

Related Colors

#fcb715 Color Palettes


Comments

No comments written yet.

Please login to write comment.