Color Hex Logo

#f0946d Color Hex

#F0946D
(240,148,109)
0 Favorites   0 Comments

Color spaces of #f0946d

RGB 240148109
HSL0.050.810.68
HSV18°55°94°
CMYK 0.000.380.55   0.06
XYZ49.285440.809219.7473
Yxy40.80920.44870.3715
Hunter Lab63.882125.920226.3897
CIE-Lab70.042030.824335.1398

#f0946d color RGB value is (240,148,109).

#f0946d hex color red value is 240, green value is 148 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #f0946d hue: 0.05 , saturation: 0.81 and the lightness value of f0946d is 0.68.

The process color (four color CMYK) of #f0946d color hex is 0.00, 0.38, 0.55, 0.06. Web safe color of #f0946d is #ff9966. Color #f0946d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10010100 01101101
Octal 360 224 155
Decimal 240 148 109
Hex F0 94 6D

RGB Percentages of Color #f0946d

%48.29
%29.78
%21.93

CMYK Percentages of Color #f0946d

%0
%38
%55
%6

Triadic Colors of #f0946d

#f0946d #6df094 #946df0

Analogous Colors of #f0946d

#f0946d #f0d66d #f06d88

Monochromatic Colors of #f0946d

#f0946d

Complementary Color

#f0946d #6dc9f0

#f0946d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0946d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0946d Color CSS Codes

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

#f0946d Text Font Color

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

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


#f0946d Background Color

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

This div background color is #f0946d


#f0946d Border Color

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

This div border color is #f0946d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0946d


Comments

No comments written yet.

Please login to write comment.