Color Hex Logo

#f5814d Color Hex

#F5814D
(245,129,77)
0 Favorites   0 Comments

Color spaces of #f5814d

RGB 24512977
HSL0.050.890.63
HSV19°69°96°
CMYK 0.000.470.69   0.04
XYZ46.846035.648811.4330
Yxy35.64880.49870.3795
Hunter Lab59.706635.565130.4414
CIE-Lab66.250740.426547.4569

#f5814d color RGB value is (245,129,77).

#f5814d hex color red value is 245, green value is 129 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #f5814d hue: 0.05 , saturation: 0.89 and the lightness value of f5814d is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000001 01001101
Octal 365 201 115
Decimal 245 129 77
Hex F5 81 4D

RGB Percentages of Color #f5814d

%54.32
%28.60
%17.07

CMYK Percentages of Color #f5814d

%0
%47
%69
%4

Triadic Colors of #f5814d

#f5814d #4df581 #814df5

Analogous Colors of #f5814d

#f5814d #f5d54d #f54d6d

Monochromatic Colors of #f5814d

#f5814d

Complementary Color

#f5814d #4dc1f5

#f5814d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5814d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5814d Color CSS Codes

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

#f5814d Text Font Color

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

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


#f5814d Background Color

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

This div background color is #f5814d


#f5814d Border Color

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

This div border color is #f5814d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5814d


Comments

No comments written yet.

Please login to write comment.