Color Hex Logo

#f1755b Color Hex

#F1755B
(241,117,91)
0 Favorites   0 Comments

Color spaces of #f1755b

RGB 24111791
HSL0.030.840.65
HSV10°62°95°
CMYK 0.000.510.62   0.05
XYZ44.525232.178713.7619
Yxy32.17870.49220.3557
Hunter Lab56.726340.836025.3245
CIE-Lab63.490345.691836.6825

#f1755b color RGB value is (241,117,91).

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

The process color (four color CMYK) of #f1755b color hex is 0.00, 0.51, 0.62, 0.05. Web safe color of #f1755b is #ff6666. Color #f1755b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01110101 01011011
Octal 361 165 133
Decimal 241 117 91
Hex F1 75 5B

RGB Percentages of Color #f1755b

%53.67
%26.06
%20.27

CMYK Percentages of Color #f1755b

%0
%51
%62
%5

Triadic Colors of #f1755b

#f1755b #5bf175 #755bf1

Analogous Colors of #f1755b

#f1755b #f1c05b #f15b8c

Monochromatic Colors of #f1755b

#f1755b

Complementary Color

#f1755b #5bd7f1

#f1755b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1755b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1755b Color CSS Codes

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

#f1755b Text Font Color

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

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


#f1755b Background Color

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

This div background color is #f1755b


#f1755b Border Color

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

This div border color is #f1755b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1755b


Comments

No comments written yet.

Please login to write comment.