Color Hex Logo

#f57261 Color Hex

#F57261
(245,114,97)
0 Favorites   0 Comments

Color spaces of #f57261

RGB 24511497
HSL0.020.880.67
HSV60°96°
CMYK 0.000.530.60   0.04
XYZ45.831232.310215.1302
Yxy32.31020.49140.3464
Hunter Lab56.842144.449224.0077
CIE-Lab63.598448.985933.6470

#f57261 color RGB value is (245,114,97).

#f57261 hex color red value is 245, green value is 114 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #f57261 hue: 0.02 , saturation: 0.88 and the lightness value of f57261 is 0.67.

The process color (four color CMYK) of #f57261 color hex is 0.00, 0.53, 0.60, 0.04. Web safe color of #f57261 is #ff6666. Color #f57261 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01110010 01100001
Octal 365 162 141
Decimal 245 114 97
Hex F5 72 61

RGB Percentages of Color #f57261

%53.73
%25.00
%21.27

CMYK Percentages of Color #f57261

%0
%53
%60
%4

Triadic Colors of #f57261

#f57261 #61f572 #7261f5

Analogous Colors of #f57261

#f57261 #f5bc61 #f5619a

Monochromatic Colors of #f57261

#f57261

Complementary Color

#f57261 #61e4f5

#f57261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f57261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f57261 Color CSS Codes

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

#f57261 Text Font Color

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

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


#f57261 Background Color

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

This div background color is #f57261


#f57261 Border Color

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

This div border color is #f57261


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,114,97, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f57261; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f57261;
  -webkit-box-shadow: 1px 1px 3px 2px #f57261;
  box-shadow:         1px 1px 3px 2px #f57261; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,114,97, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f57261


Comments

No comments written yet.

Please login to write comment.