Color Hex Logo

#f9945e Color Hex

#F9945E
(249,148,94)
0 Favorites   0 Comments

Color spaces of #f9945e

RGB 24914894
HSL0.060.930.67
HSV21°62°98°
CMYK 0.000.410.62   0.02
XYZ51.677242.127715.9974
Yxy42.12770.47060.3837
Hunter Lab64.905928.534130.8208
CIE-Lab70.958933.268144.3949

#f9945e color RGB value is (249,148,94).

#f9945e hex color red value is 249, green value is 148 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #f9945e hue: 0.06 , saturation: 0.93 and the lightness value of f9945e is 0.67.

The process color (four color CMYK) of #f9945e color hex is 0.00, 0.41, 0.62, 0.02. Web safe color of #f9945e is #ff9966. Color #f9945e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010100 01011110
Octal 371 224 136
Decimal 249 148 94
Hex F9 94 5E

RGB Percentages of Color #f9945e

%50.71
%30.14
%19.14

CMYK Percentages of Color #f9945e

%0
%41
%62
%2

Triadic Colors of #f9945e

#f9945e #5ef994 #945ef9

Analogous Colors of #f9945e

#f9945e #f9e25e #f95e76

Monochromatic Colors of #f9945e

#f9945e

Complementary Color

#f9945e #5ec3f9

#f9945e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9945e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9945e Color CSS Codes

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

#f9945e Text Font Color

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

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


#f9945e Background Color

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

This div background color is #f9945e


#f9945e Border Color

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

This div border color is #f9945e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9945e

Related Colors


Comments

No comments written yet.

Please login to write comment.