Color Hex Logo

#f9343d Color Hex

#F9343D
(249,52,61)
0 Favorites   0 Comments

Color spaces of #f9343d

RGB 2495261
HSL0.990.940.59
HSV357°79°98°
CMYK 0.000.790.76   0.02
XYZ41.137222.93266.6731
Yxy22.93260.58150.3242
Hunter Lab47.888069.532825.2596
CIE-Lab55.002872.165443.5655

#f9343d color RGB value is (249,52,61).

#f9343d hex color red value is 249, green value is 52 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #f9343d hue: 0.99 , saturation: 0.94 and the lightness value of f9343d is 0.59.

The process color (four color CMYK) of #f9343d color hex is 0.00, 0.79, 0.76, 0.02. Web safe color of #f9343d is #ff3333. Color #f9343d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00110100 00111101
Octal 371 64 75
Decimal 249 52 61
Hex F9 34 3D

RGB Percentages of Color #f9343d

%68.78
%14.36
%16.85

CMYK Percentages of Color #f9343d

%0
%79
%76
%2

Triadic Colors of #f9343d

#f9343d #3df934 #343df9

Analogous Colors of #f9343d

#f9343d #f98e34 #f934a0

Monochromatic Colors of #f9343d

#f9343d

Complementary Color

#f9343d #34f9f0

#f9343d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9343d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9343d Color CSS Codes

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

#f9343d Text Font Color

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

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


#f9343d Background Color

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

This div background color is #f9343d


#f9343d Border Color

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

This div border color is #f9343d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9343d


Comments

No comments written yet.

Please login to write comment.