Color Hex Logo

#f09341 Color Hex

#F09341
(240,147,65)
0 Favorites   0 Comments

Color spaces of #f09341

RGB 24014765
HSL0.080.850.60
HSV28°73°94°
CMYK 0.000.390.73   0.06
XYZ47.323039.774410.1840
Yxy39.77440.48650.4089
Hunter Lab63.066923.572334.5728
CIE-Lab69.308528.582156.2983

#f09341 color RGB value is (240,147,65).

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

The process color (four color CMYK) of #f09341 color hex is 0.00, 0.39, 0.73, 0.06. Web safe color of #f09341 is #ff9933. Color #f09341 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010011 01000001
Octal 360 223 101
Decimal 240 147 65
Hex F0 93 41

RGB Percentages of Color #f09341

%53.10
%32.52
%14.38

CMYK Percentages of Color #f09341

%0
%39
%73
%6

Triadic Colors of #f09341

#f09341 #41f093 #9341f0

Analogous Colors of #f09341

#f09341 #f0eb41 #f04146

Monochromatic Colors of #f09341

#f09341

Complementary Color

#f09341 #419ef0

#f09341 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09341 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09341 Color CSS Codes

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

#f09341 Text Font Color

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

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


#f09341 Background Color

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

This div background color is #f09341


#f09341 Border Color

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

This div border color is #f09341


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09341


Comments

No comments written yet.

Please login to write comment.