Color Hex Logo

#fcb62d Color Hex

#FCB62D
(252,182,45)
0 Favorites   0 Comments

Color spaces of #fcb62d

RGB 25218245
HSL0.110.970.58
HSV40°82°99°
CMYK 0.000.280.82   0.01
XYZ57.346554.34089.9490
Yxy54.34080.47150.4467
Hunter Lab73.71629.858243.5994
CIE-Lab78.660014.482173.1253

#fcb62d color RGB value is (252,182,45).

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

The process color (four color CMYK) of #fcb62d color hex is 0.00, 0.28, 0.82, 0.01. Web safe color of #fcb62d is #ffcc33. Color #fcb62d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110110 00101101
Octal 374 266 55
Decimal 252 182 45
Hex FC B6 2D

RGB Percentages of Color #fcb62d

%52.61
%38.00
%9.39

CMYK Percentages of Color #fcb62d

%0
%28
%82
%1

Triadic Colors of #fcb62d

#fcb62d #2dfcb6 #b62dfc

Analogous Colors of #fcb62d

#fcb62d #dbfc2d #fc4e2d

Monochromatic Colors of #fcb62d

#fcb62d

Complementary Color

#fcb62d #2d73fc

#fcb62d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb62d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb62d Color CSS Codes

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

#fcb62d Text Font Color

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

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


#fcb62d Background Color

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

This div background color is #fcb62d


#fcb62d Border Color

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

This div border color is #fcb62d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb62d


Comments

No comments written yet.

Please login to write comment.