Color Hex Logo

#f1754a Color Hex

#F1754A
(241,117,74)
0 Favorites   0 Comments

Color spaces of #f1754a

RGB 24111774
HSL0.040.860.62
HSV15°69°95°
CMYK 0.000.510.69   0.05
XYZ43.872931.917810.3270
Yxy31.91780.50950.3706
Hunter Lab56.495839.749828.7093
CIE-Lab63.274944.714745.4725

#f1754a color RGB value is (241,117,74).

#f1754a hex color red value is 241, green value is 117 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #f1754a hue: 0.04 , saturation: 0.86 and the lightness value of f1754a is 0.62.

The process color (four color CMYK) of #f1754a color hex is 0.00, 0.51, 0.69, 0.05. Web safe color of #f1754a is #ff6633. Color #f1754a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01110101 01001010
Octal 361 165 112
Decimal 241 117 74
Hex F1 75 4A

RGB Percentages of Color #f1754a

%55.79
%27.08
%17.13

CMYK Percentages of Color #f1754a

%0
%51
%69
%5

Triadic Colors of #f1754a

#f1754a #4af175 #754af1

Analogous Colors of #f1754a

#f1754a #f1c94a #f14a73

Monochromatic Colors of #f1754a

#f1754a

Complementary Color

#f1754a #4ac6f1

#f1754a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1754a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1754a Color CSS Codes

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

#f1754a Text Font Color

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

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


#f1754a Background Color

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

This div background color is #f1754a


#f1754a Border Color

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

This div border color is #f1754a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1754a


Comments

No comments written yet.

Please login to write comment.