Color Hex Logo

#f29326 Color Hex

#F29326
(242,147,38)
0 Favorites   0 Comments

Color spaces of #f29326

RGB 24214738
HSL0.090.890.55
HSV32°84°95°
CMYK 0.000.390.84   0.05
XYZ47.401539.88467.0339
Yxy39.88460.50260.4229
Hunter Lab63.154323.456337.6045
CIE-Lab69.387328.461966.9700

#f29326 color RGB value is (242,147,38).

#f29326 hex color red value is 242, green value is 147 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #f29326 hue: 0.09 , saturation: 0.89 and the lightness value of f29326 is 0.55.

The process color (four color CMYK) of #f29326 color hex is 0.00, 0.39, 0.84, 0.05. Web safe color of #f29326 is #ff9933. Color #f29326 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10010011 00100110
Octal 362 223 46
Decimal 242 147 38
Hex F2 93 26

RGB Percentages of Color #f29326

%56.67
%34.43
%8.90

CMYK Percentages of Color #f29326

%0
%39
%84
%5

Triadic Colors of #f29326

#f29326 #26f293 #9326f2

Analogous Colors of #f29326

#f29326 #ebf226 #f22d26

Monochromatic Colors of #f29326

#f29326

Complementary Color

#f29326 #2685f2

#f29326 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f29326 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f29326 Color CSS Codes

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

#f29326 Text Font Color

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

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


#f29326 Background Color

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

This div background color is #f29326


#f29326 Border Color

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

This div border color is #f29326


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,147,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 #f29326">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f29326


Comments

No comments written yet.

Please login to write comment.