Color Hex Logo

#f5835d Color Hex

#F5835D
(245,131,93)
0 Favorites   0 Comments

Color spaces of #f5835d

RGB 24513193
HSL0.040.880.66
HSV15°62°96°
CMYK 0.000.470.62   0.04
XYZ47.748336.435414.8720
Yxy36.43540.48200.3678
Hunter Lab60.361735.566827.6453
CIE-Lab66.851340.357539.8480

#f5835d color RGB value is (245,131,93).

#f5835d hex color red value is 245, green value is 131 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #f5835d hue: 0.04 , saturation: 0.88 and the lightness value of f5835d is 0.66.

The process color (four color CMYK) of #f5835d color hex is 0.00, 0.47, 0.62, 0.04. Web safe color of #f5835d is #ff9966. Color #f5835d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000011 01011101
Octal 365 203 135
Decimal 245 131 93
Hex F5 83 5D

RGB Percentages of Color #f5835d

%52.24
%27.93
%19.83

CMYK Percentages of Color #f5835d

%0
%47
%62
%4

Triadic Colors of #f5835d

#f5835d #5df583 #835df5

Analogous Colors of #f5835d

#f5835d #f5cf5d #f55d83

Monochromatic Colors of #f5835d

#f5835d

Complementary Color

#f5835d #5dcff5

#f5835d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5835d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5835d Color CSS Codes

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

#f5835d Text Font Color

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

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


#f5835d Background Color

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

This div background color is #f5835d


#f5835d Border Color

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

This div border color is #f5835d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,131,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 #f5835d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5835d


Comments

No comments written yet.

Please login to write comment.