Color Hex Logo

#f9714a Color Hex

#F9714A
(249,113,74)
0 Favorites   0 Comments

Color spaces of #f9714a

RGB 24911374
HSL0.040.940.63
HSV13°70°98°
CMYK 0.000.550.70   0.02
XYZ46.208132.444410.3055
Yxy32.44440.51940.3647
Hunter Lab56.960045.126029.1449
CIE-Lab63.708549.583446.2834

#f9714a color RGB value is (249,113,74).

#f9714a hex color red value is 249, green value is 113 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #f9714a hue: 0.04 , saturation: 0.94 and the lightness value of f9714a is 0.63.

The process color (four color CMYK) of #f9714a color hex is 0.00, 0.55, 0.70, 0.02. Web safe color of #f9714a is #ff6633. Color #f9714a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110001 01001010
Octal 371 161 112
Decimal 249 113 74
Hex F9 71 4A

RGB Percentages of Color #f9714a

%57.11
%25.92
%16.97

CMYK Percentages of Color #f9714a

%0
%55
%70
%2

Triadic Colors of #f9714a

#f9714a #4af971 #714af9

Analogous Colors of #f9714a

#f9714a #f9c94a #f94a7b

Monochromatic Colors of #f9714a

#f9714a

Complementary Color

#f9714a #4ad2f9

#f9714a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9714a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9714a Color CSS Codes

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

#f9714a Text Font Color

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

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


#f9714a Background Color

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

This div background color is #f9714a


#f9714a Border Color

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

This div border color is #f9714a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9714a

Related Colors


Comments

No comments written yet.

Please login to write comment.