Color Hex Logo

#f9915e Color Hex

#F9915E
(249,145,94)
0 Favorites   0 Comments

Color spaces of #f9915e

RGB 24914594
HSL0.050.930.67
HSV20°62°98°
CMYK 0.000.420.62   0.02
XYZ51.212741.198715.8426
Yxy41.19870.47310.3806
Hunter Lab64.186230.095230.2962
CIE-Lab70.314934.817443.6261

#f9915e color RGB value is (249,145,94).

#f9915e hex color red value is 249, green value is 145 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #f9915e hue: 0.05 , saturation: 0.93 and the lightness value of f9915e is 0.67.

The process color (four color CMYK) of #f9915e color hex is 0.00, 0.42, 0.62, 0.02. Web safe color of #f9915e is #ff9966. Color #f9915e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010001 01011110
Octal 371 221 136
Decimal 249 145 94
Hex F9 91 5E

RGB Percentages of Color #f9915e

%51.02
%29.71
%19.26

CMYK Percentages of Color #f9915e

%0
%42
%62
%2

Triadic Colors of #f9915e

#f9915e #5ef991 #915ef9

Analogous Colors of #f9915e

#f9915e #f9df5e #f95e79

Monochromatic Colors of #f9915e

#f9915e

Complementary Color

#f9915e #5ec6f9

#f9915e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9915e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9915e Color CSS Codes

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

#f9915e Text Font Color

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

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


#f9915e Background Color

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

This div background color is #f9915e


#f9915e Border Color

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

This div border color is #f9915e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9915e


Comments

No comments written yet.

Please login to write comment.