Color Hex Logo

#f1ca47 Color Hex

#F1CA47
(241,202,71)
0 Favorites   0 Comments

Color spaces of #f1ca47

RGB 24120271
HSL0.130.860.61
HSV46°71°95°
CMYK 0.000.160.71   0.05
XYZ58.533561.396814.7269
Yxy61.39680.43470.4559
Hunter Lab78.3561-3.780343.7058
CIE-Lab82.59160.430967.3226

#f1ca47 color RGB value is (241,202,71).

#f1ca47 hex color red value is 241, green value is 202 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #f1ca47 hue: 0.13 , saturation: 0.86 and the lightness value of f1ca47 is 0.61.

The process color (four color CMYK) of #f1ca47 color hex is 0.00, 0.16, 0.71, 0.05. Web safe color of #f1ca47 is #ffcc33. Color #f1ca47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 11001010 01000111
Octal 361 312 107
Decimal 241 202 71
Hex F1 CA 47

RGB Percentages of Color #f1ca47

%46.89
%39.30
%13.81

CMYK Percentages of Color #f1ca47

%0
%16
%71
%5

Triadic Colors of #f1ca47

#f1ca47 #47f1ca #ca47f1

Analogous Colors of #f1ca47

#f1ca47 #c3f147 #f17547

Monochromatic Colors of #f1ca47

#f1ca47

Complementary Color

#f1ca47 #476ef1

#f1ca47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1ca47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1ca47 Color CSS Codes

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

#f1ca47 Text Font Color

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

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


#f1ca47 Background Color

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

This div background color is #f1ca47


#f1ca47 Border Color

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

This div border color is #f1ca47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1ca47


Comments

No comments written yet.

Please login to write comment.