Color Hex Logo

#f09065 Color Hex

#F09065
(240,144,101)
0 Favorites   0 Comments

Color spaces of #f09065

RGB 240144101
HSL0.050.820.67
HSV19°58°94°
CMYK 0.000.400.58   0.06
XYZ48.257439.411417.3756
Yxy39.41140.45940.3752
Hunter Lab62.778527.349327.5349
CIE-Lab69.048232.295538.1532

#f09065 color RGB value is (240,144,101).

#f09065 hex color red value is 240, green value is 144 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #f09065 hue: 0.05 , saturation: 0.82 and the lightness value of f09065 is 0.67.

The process color (four color CMYK) of #f09065 color hex is 0.00, 0.40, 0.58, 0.06. Web safe color of #f09065 is #ff9966. Color #f09065 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010000 01100101
Octal 360 220 145
Decimal 240 144 101
Hex F0 90 65

RGB Percentages of Color #f09065

%49.48
%29.69
%20.82

CMYK Percentages of Color #f09065

%0
%40
%58
%6

Triadic Colors of #f09065

#f09065 #65f090 #9065f0

Analogous Colors of #f09065

#f09065 #f0d665 #f06580

Monochromatic Colors of #f09065

#f09065

Complementary Color

#f09065 #65c5f0

#f09065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09065 Color CSS Codes

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

#f09065 Text Font Color

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

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


#f09065 Background Color

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

This div background color is #f09065


#f09065 Border Color

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

This div border color is #f09065


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,144,101, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09065


Comments

No comments written yet.

Please login to write comment.