Color Hex Logo

#f95748 Color Hex

#F95748
(249,87,72)
0 Favorites   0 Comments

Color spaces of #f95748

RGB 2498772
HSL0.010.940.63
HSV71°98°
CMYK 0.000.650.71   0.02
XYZ43.644827.42409.1239
Yxy27.42400.54420.3420
Hunter Lab52.367957.122726.3276
CIE-Lab59.364760.897942.4200

#f95748 color RGB value is (249,87,72).

#f95748 hex color red value is 249, green value is 87 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #f95748 hue: 0.01 , saturation: 0.94 and the lightness value of f95748 is 0.63.

The process color (four color CMYK) of #f95748 color hex is 0.00, 0.65, 0.71, 0.02. Web safe color of #f95748 is #ff6633. Color #f95748 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010111 01001000
Octal 371 127 110
Decimal 249 87 72
Hex F9 57 48

RGB Percentages of Color #f95748

%61.03
%21.32
%17.65

CMYK Percentages of Color #f95748

%0
%65
%71
%2

Triadic Colors of #f95748

#f95748 #48f957 #5748f9

Analogous Colors of #f95748

#f95748 #f9b048 #f94892

Monochromatic Colors of #f95748

#f95748

Complementary Color

#f95748 #48eaf9

#f95748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f95748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f95748 Color CSS Codes

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

#f95748 Text Font Color

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

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


#f95748 Background Color

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

This div background color is #f95748


#f95748 Border Color

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

This div border color is #f95748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f95748


Comments

No comments written yet.

Please login to write comment.