Color Hex Logo

#f29549 Color Hex

#F29549
(242,149,73)
0 Favorites   0 Comments

Color spaces of #f29549

RGB 24214973
HSL0.070.870.62
HSV27°70°95°
CMYK 0.000.380.70   0.05
XYZ48.568040.853211.6290
Yxy40.85320.48060.4043
Hunter Lab63.916523.782233.9543
CIE-Lab70.072928.732553.5108

#f29549 color RGB value is (242,149,73).

#f29549 hex color red value is 242, green value is 149 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #f29549 hue: 0.07 , saturation: 0.87 and the lightness value of f29549 is 0.62.

The process color (four color CMYK) of #f29549 color hex is 0.00, 0.38, 0.70, 0.05. Web safe color of #f29549 is #ff9933. Color #f29549 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10010101 01001001
Octal 362 225 111
Decimal 242 149 73
Hex F2 95 49

RGB Percentages of Color #f29549

%52.16
%32.11
%15.73

CMYK Percentages of Color #f29549

%0
%38
%70
%5

Triadic Colors of #f29549

#f29549 #49f295 #9549f2

Analogous Colors of #f29549

#f29549 #f2ea49 #f24952

Monochromatic Colors of #f29549

#f29549

Complementary Color

#f29549 #49a6f2

#f29549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f29549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f29549 Color CSS Codes

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

#f29549 Text Font Color

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

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


#f29549 Background Color

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

This div background color is #f29549


#f29549 Border Color

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

This div border color is #f29549


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f29549


Comments

No comments written yet.

Please login to write comment.