Color Hex Logo

#f98764 Color Hex

#F98764
(249,135,100)
0 Favorites   0 Comments

Color spaces of #f98764

RGB 249135100
HSL0.040.930.68
HSV14°60°98°
CMYK 0.000.460.60   0.02
XYZ50.031138.387816.8292
Yxy38.38780.47540.3647
Hunter Lab61.957935.712727.2660
CIE-Lab68.305540.325338.0218

#f98764 color RGB value is (249,135,100).

#f98764 hex color red value is 249, green value is 135 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #f98764 hue: 0.04 , saturation: 0.93 and the lightness value of f98764 is 0.68.

The process color (four color CMYK) of #f98764 color hex is 0.00, 0.46, 0.60, 0.02. Web safe color of #f98764 is #ff9966. Color #f98764 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000111 01100100
Octal 371 207 144
Decimal 249 135 100
Hex F9 87 64

RGB Percentages of Color #f98764

%51.45
%27.89
%20.66

CMYK Percentages of Color #f98764

%0
%46
%60
%2

Triadic Colors of #f98764

#f98764 #64f987 #8764f9

Analogous Colors of #f98764

#f98764 #f9d264 #f9648c

Monochromatic Colors of #f98764

#f98764

Complementary Color

#f98764 #64d6f9

#f98764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98764 Color CSS Codes

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

#f98764 Text Font Color

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

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


#f98764 Background Color

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

This div background color is #f98764


#f98764 Border Color

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

This div border color is #f98764


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,135,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f98764; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f98764;
  -webkit-box-shadow: 1px 1px 3px 2px #f98764;
  box-shadow:         1px 1px 3px 2px #f98764; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,135,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98764

Related Colors


Comments

No comments written yet.

Please login to write comment.