Color Hex Logo

#f2894d Color Hex

#F2894D
(242,137,77)
0 Favorites   0 Comments

Color spaces of #f2894d

RGB 24213777
HSL0.060.860.63
HSV22°68°95°
CMYK 0.000.430.68   0.05
XYZ46.903237.304411.7496
Yxy37.30440.48880.3888
Hunter Lab61.077330.190431.3484
CIE-Lab67.504835.181748.7561

#f2894d color RGB value is (242,137,77).

#f2894d hex color red value is 242, green value is 137 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #f2894d hue: 0.06 , saturation: 0.86 and the lightness value of f2894d is 0.63.

The process color (four color CMYK) of #f2894d color hex is 0.00, 0.43, 0.68, 0.05. Web safe color of #f2894d is #ff9966. Color #f2894d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10001001 01001101
Octal 362 211 115
Decimal 242 137 77
Hex F2 89 4D

RGB Percentages of Color #f2894d

%53.07
%30.04
%16.89

CMYK Percentages of Color #f2894d

%0
%43
%68
%5

Triadic Colors of #f2894d

#f2894d #4df289 #894df2

Analogous Colors of #f2894d

#f2894d #f2dc4d #f24d63

Monochromatic Colors of #f2894d

#f2894d

Complementary Color

#f2894d #4db6f2

#f2894d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2894d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2894d Color CSS Codes

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

#f2894d Text Font Color

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

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


#f2894d Background Color

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

This div background color is #f2894d


#f2894d Border Color

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

This div border color is #f2894d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2894d


Comments

No comments written yet.

Please login to write comment.