Color Hex Logo

#fcca35 Color Hex

#FCCA35
(252,202,53)
0 Favorites   0 Comments

Color spaces of #fcca35

RGB 25220253
HSL0.120.970.60
HSV45°79°99°
CMYK 0.000.200.79   0.01
XYZ61.908063.193512.3028
Yxy63.19350.45060.4599
Hunter Lab79.4943-0.104246.4701
CIE-Lab83.54414.347974.9385

#fcca35 color RGB value is (252,202,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 00110101
Octal 374 312 65
Decimal 252 202 53
Hex FC CA 35

RGB Percentages of Color #fcca35

%49.70
%39.84
%10.45

CMYK Percentages of Color #fcca35

%0
%20
%79
%1

Triadic Colors of #fcca35

#fcca35 #35fcca #ca35fc

Analogous Colors of #fcca35

#fcca35 #cbfc35 #fc6735

Monochromatic Colors of #fcca35

#fcca35

Complementary Color

#fcca35 #3567fc

#fcca35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcca35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcca35 Color CSS Codes

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

#fcca35 Text Font Color

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

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


#fcca35 Background Color

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

This div background color is #fcca35


#fcca35 Border Color

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

This div border color is #fcca35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcca35


Comments

No comments written yet.

Please login to write comment.