Color Hex Logo

#fcca26 Color Hex

#FCCA26
(252,202,38)
0 Favorites   0 Comments

Color spaces of #fcca26

RGB 25220238
HSL0.130.970.57
HSV46°85°99°
CMYK 0.000.200.85   0.01
XYZ61.615363.076410.7612
Yxy63.07640.45490.4657
Hunter Lab79.4207-0.504147.5609
CIE-Lab83.48263.928979.0525

#fcca26 color RGB value is (252,202,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 00100110
Octal 374 312 46
Decimal 252 202 38
Hex FC CA 26

RGB Percentages of Color #fcca26

%51.22
%41.06
%7.72

CMYK Percentages of Color #fcca26

%0
%20
%85
%1

Triadic Colors of #fcca26

#fcca26 #26fcca #ca26fc

Analogous Colors of #fcca26

#fcca26 #c3fc26 #fc5f26

Monochromatic Colors of #fcca26

#fcca26

Complementary Color

#fcca26 #2658fc

#fcca26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcca26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcca26 Color CSS Codes

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

#fcca26 Text Font Color

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

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


#fcca26 Background Color

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

This div background color is #fcca26


#fcca26 Border Color

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

This div border color is #fcca26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcca26


Comments

No comments written yet.

Please login to write comment.