Color Hex Logo

#fcca44 Color Hex

#FCCA44
(252,202,68)
0 Favorites   0 Comments

Color spaces of #fcca44

RGB 25220268
HSL0.120.970.63
HSV44°73°99°
CMYK 0.000.200.73   0.01
XYZ62.308863.353914.4133
Yxy63.35390.44480.4523
Hunter Lab79.59520.442144.9802
CIE-Lab83.62824.918569.8438

#fcca44 color RGB value is (252,202,68).

#fcca44 hex color red value is 252, green value is 202 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #fcca44 hue: 0.12 , saturation: 0.97 and the lightness value of fcca44 is 0.63.

The process color (four color CMYK) of #fcca44 color hex is 0.00, 0.20, 0.73, 0.01. Web safe color of #fcca44 is #ffcc33. Color #fcca44 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 01000100
Octal 374 312 104
Decimal 252 202 68
Hex FC CA 44

RGB Percentages of Color #fcca44

%48.28
%38.70
%13.03

CMYK Percentages of Color #fcca44

%0
%20
%73
%1

Triadic Colors of #fcca44

#fcca44 #44fcca #ca44fc

Analogous Colors of #fcca44

#fcca44 #d2fc44 #fc6e44

Monochromatic Colors of #fcca44

#fcca44

Complementary Color

#fcca44 #4476fc

#fcca44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcca44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcca44 Color CSS Codes

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

#fcca44 Text Font Color

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

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


#fcca44 Background Color

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

This div background color is #fcca44


#fcca44 Border Color

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

This div border color is #fcca44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcca44


Comments

No comments written yet.

Please login to write comment.