Color Hex Logo

#f1955d Color Hex

#F1955D
(241,149,93)
0 Favorites   0 Comments

Color spaces of #f1955d

RGB 24114993
HSL0.060.840.65
HSV23°61°95°
CMYK 0.000.380.61   0.05
XYZ48.998940.986015.6845
Yxy40.98600.46370.3879
Hunter Lab64.020324.582130.2886
CIE-Lab70.166129.509743.7207

#f1955d color RGB value is (241,149,93).

#f1955d hex color red value is 241, green value is 149 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #f1955d hue: 0.06 , saturation: 0.84 and the lightness value of f1955d is 0.65.

The process color (four color CMYK) of #f1955d color hex is 0.00, 0.38, 0.61, 0.05. Web safe color of #f1955d is #ff9966. Color #f1955d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10010101 01011101
Octal 361 225 135
Decimal 241 149 93
Hex F1 95 5D

RGB Percentages of Color #f1955d

%49.90
%30.85
%19.25

CMYK Percentages of Color #f1955d

%0
%38
%61
%5

Triadic Colors of #f1955d

#f1955d #5df195 #955df1

Analogous Colors of #f1955d

#f1955d #f1df5d #f15d6f

Monochromatic Colors of #f1955d

#f1955d

Complementary Color

#f1955d #5db9f1

#f1955d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1955d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1955d Color CSS Codes

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

#f1955d Text Font Color

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

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


#f1955d Background Color

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

This div background color is #f1955d


#f1955d Border Color

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

This div border color is #f1955d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,149,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f1955d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f1955d;
  -webkit-box-shadow: 1px 1px 3px 2px #f1955d;
  box-shadow:         1px 1px 3px 2px #f1955d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,149,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1955d


Comments

No comments written yet.

Please login to write comment.