Color Hex Logo

#f09261 Color Hex

#F09261
(240,146,97)
0 Favorites   0 Comments

Color spaces of #f09261

RGB 24014697
HSL0.060.830.66
HSV21°60°94°
CMYK 0.000.390.60   0.06
XYZ48.371739.946116.4702
Yxy39.94610.46160.3812
Hunter Lab63.202926.008028.7915
CIE-Lab69.431130.959740.7313

#f09261 color RGB value is (240,146,97).

#f09261 hex color red value is 240, green value is 146 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #f09261 hue: 0.06 , saturation: 0.83 and the lightness value of f09261 is 0.66.

The process color (four color CMYK) of #f09261 color hex is 0.00, 0.39, 0.60, 0.06. Web safe color of #f09261 is #ff9966. Color #f09261 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010010 01100001
Octal 360 222 141
Decimal 240 146 97
Hex F0 92 61

RGB Percentages of Color #f09261

%49.69
%30.23
%20.08

CMYK Percentages of Color #f09261

%0
%39
%60
%6

Triadic Colors of #f09261

#f09261 #61f092 #9261f0

Analogous Colors of #f09261

#f09261 #f0da61 #f06178

Monochromatic Colors of #f09261

#f09261

Complementary Color

#f09261 #61bff0

#f09261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09261 Color CSS Codes

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

#f09261 Text Font Color

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

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


#f09261 Background Color

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

This div background color is #f09261


#f09261 Border Color

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

This div border color is #f09261


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09261


Comments

No comments written yet.

Please login to write comment.