Color Hex Logo

#f29641 Color Hex

#F29641
(242,150,65)
0 Favorites   0 Comments

Color spaces of #f29641

RGB 24215065
HSL0.080.870.60
HSV29°73°95°
CMYK 0.000.380.73   0.05
XYZ48.478441.071610.3735
Yxy41.07160.48520.4110
Hunter Lab64.087122.873035.2640
CIE-Lab70.226127.826657.3206

#f29641 color RGB value is (242,150,65).

#f29641 hex color red value is 242, green value is 150 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #f29641 hue: 0.08 , saturation: 0.87 and the lightness value of f29641 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 10010110 01000001
Octal 362 226 101
Decimal 242 150 65
Hex F2 96 41

RGB Percentages of Color #f29641

%52.95
%32.82
%14.22

CMYK Percentages of Color #f29641

%0
%38
%73
%5

Triadic Colors of #f29641

#f29641 #41f296 #9641f2

Analogous Colors of #f29641

#f29641 #f2ef41 #f24144

Monochromatic Colors of #f29641

#f29641

Complementary Color

#f29641 #419df2

#f29641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f29641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f29641 Color CSS Codes

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

#f29641 Text Font Color

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

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


#f29641 Background Color

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

This div background color is #f29641


#f29641 Border Color

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

This div border color is #f29641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f29641


Comments

No comments written yet.

Please login to write comment.