Color Hex Logo

#f9504d Color Hex

#F9504D
(249,80,77)
0 Favorites   0 Comments

Color spaces of #f9504d

RGB 2498077
HSL0.000.930.64
HSV69°98°
CMYK 0.000.680.69   0.02
XYZ43.275126.41299.8385
Yxy26.41290.54420.3321
Hunter Lab51.393560.364624.6253
CIE-Lab58.426963.848038.5753

#f9504d color RGB value is (249,80,77).

#f9504d hex color red value is 249, green value is 80 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #f9504d hue: 0.00 , saturation: 0.93 and the lightness value of f9504d is 0.64.

The process color (four color CMYK) of #f9504d color hex is 0.00, 0.68, 0.69, 0.02. Web safe color of #f9504d is #ff6666. Color #f9504d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010000 01001101
Octal 371 120 115
Decimal 249 80 77
Hex F9 50 4D

RGB Percentages of Color #f9504d

%61.33
%19.70
%18.97

CMYK Percentages of Color #f9504d

%0
%68
%69
%2

Triadic Colors of #f9504d

#f9504d #4df950 #504df9

Analogous Colors of #f9504d

#f9504d #f9a64d #f94da0

Monochromatic Colors of #f9504d

#f9504d

Complementary Color

#f9504d #4df6f9

#f9504d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9504d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9504d Color CSS Codes

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

#f9504d Text Font Color

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

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


#f9504d Background Color

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

This div background color is #f9504d


#f9504d Border Color

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

This div border color is #f9504d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9504d


Comments

No comments written yet.

Please login to write comment.