Color Hex Logo

#fcca2b Color Hex

#FCCA2B
(252,202,43)
0 Favorites   0 Comments

Color spaces of #fcca2b

RGB 25220243
HSL0.130.970.58
HSV46°83°99°
CMYK 0.000.200.83   0.01
XYZ61.701563.110911.2151
Yxy63.11090.45360.4640
Hunter Lab79.4424-0.386347.2395
CIE-Lab83.50074.052477.8015

#fcca2b color RGB value is (252,202,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 00101011
Octal 374 312 53
Decimal 252 202 43
Hex FC CA 2B

RGB Percentages of Color #fcca2b

%50.70
%40.64
%8.65

CMYK Percentages of Color #fcca2b

%0
%20
%83
%1

Triadic Colors of #fcca2b

#fcca2b #2bfcca #ca2bfc

Analogous Colors of #fcca2b

#fcca2b #c6fc2b #fc612b

Monochromatic Colors of #fcca2b

#fcca2b

Complementary Color

#fcca2b #2b5dfc

#fcca2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcca2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcca2b Color CSS Codes

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

#fcca2b Text Font Color

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

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


#fcca2b Background Color

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

This div background color is #fcca2b


#fcca2b Border Color

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

This div border color is #fcca2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcca2b

Related Colors


Comments

No comments written yet.

Please login to write comment.