Color Hex Logo

#f09272 Color Hex

#F09272
(240,146,114)
0 Favorites   0 Comments

Color spaces of #f09272

RGB 240146114
HSL0.040.810.69
HSV15°53°94°
CMYK 0.000.390.53   0.06
XYZ49.251340.297921.1020
Yxy40.29790.44510.3642
Hunter Lab63.480627.397724.7275
CIE-Lab69.681232.287131.9859

#f09272 color RGB value is (240,146,114).

#f09272 hex color red value is 240, green value is 146 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #f09272 hue: 0.04 , saturation: 0.81 and the lightness value of f09272 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010010 01110010
Octal 360 222 162
Decimal 240 146 114
Hex F0 92 72

RGB Percentages of Color #f09272

%48.00
%29.20
%22.80

CMYK Percentages of Color #f09272

%0
%39
%53
%6

Triadic Colors of #f09272

#f09272 #72f092 #9272f0

Analogous Colors of #f09272

#f09272 #f0d172 #f07291

Monochromatic Colors of #f09272

#f09272

Complementary Color

#f09272 #72d0f0

#f09272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f09272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f09272 Color CSS Codes

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

#f09272 Text Font Color

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

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


#f09272 Background Color

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

This div background color is #f09272


#f09272 Border Color

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

This div border color is #f09272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f09272


Comments

No comments written yet.

Please login to write comment.