Color Hex Logo

#fcb315 Color Hex

#FCB315
(252,179,21)
2 Favorites   0 Comments

Color spaces of #fcb315

RGB 25217921
HSL0.110.970.54
HSV41°92°99°
CMYK 0.000.290.92   0.01
XYZ56.400352.98987.9649
Yxy52.98980.48060.4515
Hunter Lab72.794110.910844.4685
CIE-Lab77.869015.555278.1987

#fcb315 color RGB value is (252,179,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110011 00010101
Octal 374 263 25
Decimal 252 179 21
Hex FC B3 15

RGB Percentages of Color #fcb315

%55.75
%39.60
%4.65

CMYK Percentages of Color #fcb315

%0
%29
%92
%1

Triadic Colors of #fcb315

#fcb315 #15fcb3 #b315fc

Analogous Colors of #fcb315

#fcb315 #d2fc15 #fc4015

Monochromatic Colors of #fcb315

#fcb315

Complementary Color

#fcb315 #155efc

#fcb315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb315 Color CSS Codes

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

#fcb315 Text Font Color

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

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


#fcb315 Background Color

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

This div background color is #fcb315


#fcb315 Border Color

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

This div border color is #fcb315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb315

Related Colors

#fcb315 Color Palettes


Comments

No comments written yet.

Please login to write comment.