Color Hex Logo

#fca248 Color Hex

#FCA248
(252,162,72)
0 Favorites   0 Comments

Color spaces of #fca248

RGB 25216272
HSL0.080.970.64
HSV30°71°99°
CMYK 0.000.360.71   0.01
XYZ54.234947.004012.3451
Yxy47.00400.47750.4138
Hunter Lab68.559521.225837.3156
CIE-Lab74.192325.955458.7041

#fca248 color RGB value is (252,162,72).

#fca248 hex color red value is 252, green value is 162 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #fca248 hue: 0.08 , saturation: 0.97 and the lightness value of fca248 is 0.64.

The process color (four color CMYK) of #fca248 color hex is 0.00, 0.36, 0.71, 0.01. Web safe color of #fca248 is #ff9933. Color #fca248 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100010 01001000
Octal 374 242 110
Decimal 252 162 72
Hex FC A2 48

RGB Percentages of Color #fca248

%51.85
%33.33
%14.81

CMYK Percentages of Color #fca248

%0
%36
%71
%1

Triadic Colors of #fca248

#fca248 #48fca2 #a248fc

Analogous Colors of #fca248

#fca248 #fcfc48 #fc4848

Monochromatic Colors of #fca248

#fca248

Complementary Color

#fca248 #48a2fc

#fca248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca248 Color CSS Codes

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

#fca248 Text Font Color

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

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


#fca248 Background Color

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

This div background color is #fca248


#fca248 Border Color

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

This div border color is #fca248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca248

Related Colors


Comments

No comments written yet.

Please login to write comment.