Color Hex Logo

#f29471 Color Hex

#F29471
(242,148,113)
0 Favorites   0 Comments

Color spaces of #f29471

RGB 242148113
HSL0.050.830.70
HSV16°53°95°
CMYK 0.000.390.53   0.05
XYZ50.188541.249320.9395
Yxy41.24930.44660.3671
Hunter Lab64.225627.092325.6276
CIE-Lab70.350231.934633.4373

#f29471 color RGB value is (242,148,113).

#f29471 hex color red value is 242, green value is 148 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #f29471 hue: 0.05 , saturation: 0.83 and the lightness value of f29471 is 0.70.

The process color (four color CMYK) of #f29471 color hex is 0.00, 0.39, 0.53, 0.05. Web safe color of #f29471 is #ff9966. Color #f29471 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10010100 01110001
Octal 362 224 161
Decimal 242 148 113
Hex F2 94 71

RGB Percentages of Color #f29471

%48.11
%29.42
%22.47

CMYK Percentages of Color #f29471

%0
%39
%53
%5

Triadic Colors of #f29471

#f29471 #71f294 #9471f2

Analogous Colors of #f29471

#f29471 #f2d571 #f2718f

Monochromatic Colors of #f29471

#f29471

Complementary Color

#f29471 #71cff2

#f29471 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f29471 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f29471 Color CSS Codes

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

#f29471 Text Font Color

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

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


#f29471 Background Color

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

This div background color is #f29471


#f29471 Border Color

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

This div border color is #f29471


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,148,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f29471; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f29471;
  -webkit-box-shadow: 1px 1px 3px 2px #f29471;
  box-shadow:         1px 1px 3px 2px #f29471; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,148,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f29471


Comments

No comments written yet.

Please login to write comment.