Color Hex Logo

#f9140e Color Hex

#F9140E
(249,20,14)
0 Favorites   0 Comments

Color spaces of #f9140e

RGB 2492014
HSL0.000.950.52
HSV94°98°
CMYK 0.000.920.94   0.02
XYZ39.396320.67182.3291
Yxy20.67180.63140.3313
Hunter Lab45.466375.103528.7891
CIE-Lab52.588477.160162.7372

#f9140e color RGB value is (249,20,14).

#f9140e hex color red value is 249, green value is 20 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #f9140e hue: 0.00 , saturation: 0.95 and the lightness value of f9140e is 0.52.

The process color (four color CMYK) of #f9140e color hex is 0.00, 0.92, 0.94, 0.02. Web safe color of #f9140e is #ff0000. Color #f9140e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 00010100 00001110
Octal 371 24 16
Decimal 249 20 14
Hex F9 14 E

RGB Percentages of Color #f9140e

%87.99
%7.07
%4.95

CMYK Percentages of Color #f9140e

%0
%92
%94
%2

Triadic Colors of #f9140e

#f9140e #0ef914 #140ef9

Analogous Colors of #f9140e

#f9140e #f98a0e #f90e7e

Monochromatic Colors of #f9140e

#f9140e

Complementary Color

#f9140e #0ef3f9

#f9140e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9140e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9140e Color CSS Codes

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

#f9140e Text Font Color

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

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


#f9140e Background Color

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

This div background color is #f9140e


#f9140e Border Color

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

This div border color is #f9140e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9140e


Comments

No comments written yet.

Please login to write comment.