Color Hex Logo

#f8745a Color Hex

#F8745A
(248,116,90)
0 Favorites   0 Comments

Color spaces of #f8745a

RGB 24811690
HSL0.030.920.66
HSV10°64°97°
CMYK 0.000.530.64   0.03
XYZ46.802333.185413.6115
Yxy33.18540.50000.3545
Hunter Lab57.606844.209526.3155
CIE-Lab64.310748.665538.4641

#f8745a color RGB value is (248,116,90).

#f8745a hex color red value is 248, green value is 116 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #f8745a hue: 0.03 , saturation: 0.92 and the lightness value of f8745a is 0.66.

The process color (four color CMYK) of #f8745a color hex is 0.00, 0.53, 0.64, 0.03. Web safe color of #f8745a is #ff6666. Color #f8745a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01110100 01011010
Octal 370 164 132
Decimal 248 116 90
Hex F8 74 5A

RGB Percentages of Color #f8745a

%54.63
%25.55
%19.82

CMYK Percentages of Color #f8745a

%0
%53
%64
%3

Triadic Colors of #f8745a

#f8745a #5af874 #745af8

Analogous Colors of #f8745a

#f8745a #f8c35a #f85a8f

Monochromatic Colors of #f8745a

#f8745a

Complementary Color

#f8745a #5adef8

#f8745a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8745a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8745a Color CSS Codes

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

#f8745a Text Font Color

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

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


#f8745a Background Color

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

This div background color is #f8745a


#f8745a Border Color

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

This div border color is #f8745a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,116,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f8745a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f8745a;
  -webkit-box-shadow: 1px 1px 3px 2px #f8745a;
  box-shadow:         1px 1px 3px 2px #f8745a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,116,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8745a


Comments

No comments written yet.

Please login to write comment.