Color Hex Logo

#fcbc0d Color Hex

#FCBC0D
(252,188,13)
0 Favorites   0 Comments

Color spaces of #fcbc0d

RGB 25218813
HSL0.120.980.52
HSV44°95°99°
CMYK 0.000.250.95   0.01
XYZ58.200756.69098.2557
Yxy56.69090.47260.4604
Hunter Lab75.29346.214646.2044
CIE-Lab80.005410.770480.8764

#fcbc0d color RGB value is (252,188,13).

#fcbc0d hex color red value is 252, green value is 188 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #fcbc0d hue: 0.12 , saturation: 0.98 and the lightness value of fcbc0d is 0.52.

The process color (four color CMYK) of #fcbc0d color hex is 0.00, 0.25, 0.95, 0.01. Web safe color of #fcbc0d is #ffcc00. Color #fcbc0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 00001101
Octal 374 274 15
Decimal 252 188 13
Hex FC BC D

RGB Percentages of Color #fcbc0d

%55.63
%41.50
%2.87

CMYK Percentages of Color #fcbc0d

%0
%25
%95
%1

Triadic Colors of #fcbc0d

#fcbc0d #0dfcbc #bc0dfc

Analogous Colors of #fcbc0d

#fcbc0d #c5fc0d #fc450d

Monochromatic Colors of #fcbc0d

#fcbc0d

Complementary Color

#fcbc0d #0d4dfc

#fcbc0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbc0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbc0d Color CSS Codes

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

#fcbc0d Text Font Color

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

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


#fcbc0d Background Color

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

This div background color is #fcbc0d


#fcbc0d Border Color

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

This div border color is #fcbc0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbc0d


Comments

No comments written yet.

Please login to write comment.