Color Hex Logo

#fcca1e Color Hex

#FCCA1E
(252,202,30)
0 Favorites   0 Comments

Color spaces of #fcca1e

RGB 25220230
HSL0.130.970.55
HSV46°88°99°
CMYK 0.000.200.88   0.01
XYZ61.499863.030210.1530
Yxy63.03020.45660.4680
Hunter Lab79.3916-0.662247.9918
CIE-Lab83.45833.763180.7866

#fcca1e color RGB value is (252,202,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 00011110
Octal 374 312 36
Decimal 252 202 30
Hex FC CA 1E

RGB Percentages of Color #fcca1e

%52.07
%41.74
%6.20

CMYK Percentages of Color #fcca1e

%0
%20
%88
%1

Triadic Colors of #fcca1e

#fcca1e #1efcca #ca1efc

Analogous Colors of #fcca1e

#fcca1e #bffc1e #fc5b1e

Monochromatic Colors of #fcca1e

#fcca1e

Complementary Color

#fcca1e #1e50fc

#fcca1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcca1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcca1e Color CSS Codes

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

#fcca1e Text Font Color

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

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


#fcca1e Background Color

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

This div background color is #fcca1e


#fcca1e Border Color

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

This div border color is #fcca1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcca1e


Comments

No comments written yet.

Please login to write comment.