Color Hex Logo

#fca82d Color Hex

#FCA82D
(252,168,45)
0 Favorites   0 Comments

Color spaces of #fca82d

RGB 25216845
HSL0.100.970.58
HSV36°82°99°
CMYK 0.000.330.82   0.01
XYZ54.621248.89029.0405
Yxy48.89020.48530.4344
Hunter Lab69.921517.077741.2792
CIE-Lab75.383021.805670.3051

#fca82d color RGB value is (252,168,45).

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

The process color (four color CMYK) of #fca82d color hex is 0.00, 0.33, 0.82, 0.01. Web safe color of #fca82d is #ff9933. Color #fca82d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101000 00101101
Octal 374 250 55
Decimal 252 168 45
Hex FC A8 2D

RGB Percentages of Color #fca82d

%54.19
%36.13
%9.68

CMYK Percentages of Color #fca82d

%0
%33
%82
%1

Triadic Colors of #fca82d

#fca82d #2dfca8 #a82dfc

Analogous Colors of #fca82d

#fca82d #e9fc2d #fc402d

Monochromatic Colors of #fca82d

#fca82d

Complementary Color

#fca82d #2d81fc

#fca82d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca82d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca82d Color CSS Codes

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

#fca82d Text Font Color

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

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


#fca82d Background Color

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

This div background color is #fca82d


#fca82d Border Color

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

This div border color is #fca82d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca82d


Comments

No comments written yet.

Please login to write comment.