Color Hex Logo

#fcb317 Color Hex

#FCB317
(252,179,23)
0 Favorites   0 Comments

Color spaces of #fcb317

RGB 25217923
HSL0.110.970.54
HSV41°91°99°
CMYK 0.000.290.91   0.01
XYZ56.419652.99758.0665
Yxy52.99750.48020.4511
Hunter Lab72.799410.938844.3900
CIE-Lab77.873515.583577.8524

#fcb317 color RGB value is (252,179,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110011 00010111
Octal 374 263 27
Decimal 252 179 23
Hex FC B3 17

RGB Percentages of Color #fcb317

%55.51
%39.43
%5.07

CMYK Percentages of Color #fcb317

%0
%29
%91
%1

Triadic Colors of #fcb317

#fcb317 #17fcb3 #b317fc

Analogous Colors of #fcb317

#fcb317 #d3fc17 #fc4017

Monochromatic Colors of #fcb317

#fcb317

Complementary Color

#fcb317 #1760fc

#fcb317 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb317 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb317 Color CSS Codes

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

#fcb317 Text Font Color

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

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


#fcb317 Background Color

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

This div background color is #fcb317


#fcb317 Border Color

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

This div border color is #fcb317


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb317

Related Colors


Comments

No comments written yet.

Please login to write comment.