Color Hex Logo

#f8914f Color Hex

#F8914F
(248,145,79)
0 Favorites   0 Comments

Color spaces of #f8914f

RGB 24814579
HSL0.070.920.64
HSV23°68°97°
CMYK 0.000.420.68   0.03
XYZ50.248140.771812.6185
Yxy40.77180.48480.3934
Hunter Lab63.852828.725832.9802
CIE-Lab70.015733.536350.7937

#f8914f color RGB value is (248,145,79).

#f8914f hex color red value is 248, green value is 145 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #f8914f hue: 0.07 , saturation: 0.92 and the lightness value of f8914f is 0.64.

The process color (four color CMYK) of #f8914f color hex is 0.00, 0.42, 0.68, 0.03. Web safe color of #f8914f is #ff9966. Color #f8914f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10010001 01001111
Octal 370 221 117
Decimal 248 145 79
Hex F8 91 4F

RGB Percentages of Color #f8914f

%52.54
%30.72
%16.74

CMYK Percentages of Color #f8914f

%0
%42
%68
%3

Triadic Colors of #f8914f

#f8914f #4ff891 #914ff8

Analogous Colors of #f8914f

#f8914f #f8e64f #f84f61

Monochromatic Colors of #f8914f

#f8914f

Complementary Color

#f8914f #4fb6f8

#f8914f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8914f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8914f Color CSS Codes

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

#f8914f Text Font Color

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

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


#f8914f Background Color

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

This div background color is #f8914f


#f8914f Border Color

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

This div border color is #f8914f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8914f


Comments

No comments written yet.

Please login to write comment.