Color Hex Logo

#f5905d Color Hex

#F5905D
(245,144,93)
0 Favorites   0 Comments

Color spaces of #f5905d

RGB 24514493
HSL0.060.880.66
HSV20°62°96°
CMYK 0.000.410.62   0.04
XYZ49.605240.149315.4910
Yxy40.14930.47130.3815
Hunter Lab63.363528.855829.8593
CIE-Lab69.575733.701243.1357

#f5905d color RGB value is (245,144,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10010000 01011101
Octal 365 220 135
Decimal 245 144 93
Hex F5 90 5D

RGB Percentages of Color #f5905d

%50.83
%29.88
%19.29

CMYK Percentages of Color #f5905d

%0
%41
%62
%4

Triadic Colors of #f5905d

#f5905d #5df590 #905df5

Analogous Colors of #f5905d

#f5905d #f5dc5d #f55d76

Monochromatic Colors of #f5905d

#f5905d

Complementary Color

#f5905d #5dc2f5

#f5905d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5905d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5905d Color CSS Codes

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

#f5905d Text Font Color

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

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


#f5905d Background Color

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

This div background color is #f5905d


#f5905d Border Color

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

This div border color is #f5905d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5905d


Comments

No comments written yet.

Please login to write comment.