Color Hex Logo

#f56150 Color Hex

#F56150
(245,97,80)
0 Favorites   0 Comments

Color spaces of #f56150

RGB 2459780
HSL0.020.890.64
HSV67°96°
CMYK 0.000.600.67   0.04
XYZ43.378928.541110.8121
Yxy28.54110.52430.3450
Hunter Lab53.423951.445925.3974
CIE-Lab60.374555.760739.0654

#f56150 color RGB value is (245,97,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01100001 01010000
Octal 365 141 120
Decimal 245 97 80
Hex F5 61 50

RGB Percentages of Color #f56150

%58.06
%22.99
%18.96

CMYK Percentages of Color #f56150

%0
%60
%67
%4

Triadic Colors of #f56150

#f56150 #50f561 #6150f5

Analogous Colors of #f56150

#f56150 #f5b450 #f55092

Monochromatic Colors of #f56150

#f56150

Complementary Color

#f56150 #50e4f5

#f56150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f56150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f56150 Color CSS Codes

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

#f56150 Text Font Color

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

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


#f56150 Background Color

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

This div background color is #f56150


#f56150 Border Color

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

This div border color is #f56150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f56150


Comments

No comments written yet.

Please login to write comment.