Color Hex Logo

#f8945f Color Hex

#F8945F
(248,148,95)
0 Favorites   0 Comments

Color spaces of #f8945f

RGB 24814895
HSL0.060.920.67
HSV21°62°97°
CMYK 0.000.400.62   0.03
XYZ51.366941.962516.2187
Yxy41.96250.46890.3831
Hunter Lab64.778528.181530.5004
CIE-Lab70.845132.940343.7143

#f8945f color RGB value is (248,148,95).

#f8945f hex color red value is 248, green value is 148 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #f8945f hue: 0.06 , saturation: 0.92 and the lightness value of f8945f is 0.67.

The process color (four color CMYK) of #f8945f color hex is 0.00, 0.40, 0.62, 0.03. Web safe color of #f8945f is #ff9966. Color #f8945f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10010100 01011111
Octal 370 224 137
Decimal 248 148 95
Hex F8 94 5F

RGB Percentages of Color #f8945f

%50.51
%30.14
%19.35

CMYK Percentages of Color #f8945f

%0
%40
%62
%3

Triadic Colors of #f8945f

#f8945f #5ff894 #945ff8

Analogous Colors of #f8945f

#f8945f #f8e15f #f85f77

Monochromatic Colors of #f8945f

#f8945f

Complementary Color

#f8945f #5fc3f8

#f8945f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8945f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8945f Color CSS Codes

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

#f8945f Text Font Color

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

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


#f8945f Background Color

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

This div background color is #f8945f


#f8945f Border Color

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

This div border color is #f8945f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8945f


Comments

No comments written yet.

Please login to write comment.