Color Hex Logo

#f47150 Color Hex

#F47150
(244,113,80)
0 Favorites   0 Comments

Color spaces of #f47150

RGB 24411380
HSL0.030.880.64
HSV12°67°96°
CMYK 0.000.540.67   0.04
XYZ44.661331.622511.3393
Yxy31.62250.50970.3609
Hunter Lab56.233943.356527.4082
CIE-Lab63.029648.072742.1618

#f47150 color RGB value is (244,113,80).

#f47150 hex color red value is 244, green value is 113 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #f47150 hue: 0.03 , saturation: 0.88 and the lightness value of f47150 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01110001 01010000
Octal 364 161 120
Decimal 244 113 80
Hex F4 71 50

RGB Percentages of Color #f47150

%55.84
%25.86
%18.31

CMYK Percentages of Color #f47150

%0
%54
%67
%4

Triadic Colors of #f47150

#f47150 #50f471 #7150f4

Analogous Colors of #f47150

#f47150 #f4c350 #f45081

Monochromatic Colors of #f47150

#f47150

Complementary Color

#f47150 #50d3f4

#f47150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f47150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f47150 Color CSS Codes

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

#f47150 Text Font Color

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

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


#f47150 Background Color

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

This div background color is #f47150


#f47150 Border Color

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

This div border color is #f47150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f47150

Related Colors


Comments

No comments written yet.

Please login to write comment.