Color Hex Logo

#fcb30d Color Hex

#FCB30D
(252,179,13)
0 Favorites   0 Comments

Color spaces of #fcb30d

RGB 25217913
HSL0.120.980.52
HSV42°95°99°
CMYK 0.000.290.95   0.01
XYZ56.337652.96477.6347
Yxy52.96470.48180.4529
Hunter Lab72.776910.819944.7239
CIE-Lab77.854215.463479.3454

#fcb30d color RGB value is (252,179,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110011 00001101
Octal 374 263 15
Decimal 252 179 13
Hex FC B3 D

RGB Percentages of Color #fcb30d

%56.76
%40.32
%2.93

CMYK Percentages of Color #fcb30d

%0
%29
%95
%1

Triadic Colors of #fcb30d

#fcb30d #0dfcb3 #b30dfc

Analogous Colors of #fcb30d

#fcb30d #cefc0d #fc3b0d

Monochromatic Colors of #fcb30d

#fcb30d

Complementary Color

#fcb30d #0d56fc

#fcb30d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb30d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb30d Color CSS Codes

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

#fcb30d Text Font Color

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

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


#fcb30d Background Color

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

This div background color is #fcb30d


#fcb30d Border Color

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

This div border color is #fcb30d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb30d


Comments

No comments written yet.

Please login to write comment.