Color Hex Logo

#f9712d Color Hex

#F9712D
(249,113,45)
0 Favorites   0 Comments

Color spaces of #f9712d

RGB 24911345
HSL0.060.940.58
HSV20°82°98°
CMYK 0.000.550.82   0.02
XYZ45.445732.13956.2909
Yxy32.13950.54180.3832
Hunter Lab56.691743.880233.1050
CIE-Lab63.458048.488859.6785

#f9712d color RGB value is (249,113,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110001 00101101
Octal 371 161 55
Decimal 249 113 45
Hex F9 71 2D

RGB Percentages of Color #f9712d

%61.18
%27.76
%11.06

CMYK Percentages of Color #f9712d

%0
%55
%82
%2

Triadic Colors of #f9712d

#f9712d #2df971 #712df9

Analogous Colors of #f9712d

#f9712d #f9d72d #f92d4f

Monochromatic Colors of #f9712d

#f9712d

Complementary Color

#f9712d #2db5f9

#f9712d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9712d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9712d Color CSS Codes

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

#f9712d Text Font Color

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

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


#f9712d Background Color

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

This div background color is #f9712d


#f9712d Border Color

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

This div border color is #f9712d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9712d


Comments

No comments written yet.

Please login to write comment.