Color Hex Logo

#f9742e Color Hex

#F9742E
(249,116,46)
0 Favorites   0 Comments

Color spaces of #f9742e

RGB 24911646
HSL0.060.940.58
HSV21°82°98°
CMYK 0.000.530.82   0.02
XYZ45.805532.82786.5069
Yxy32.82780.53800.3856
Hunter Lab57.295542.436433.3735
CIE-Lab64.021247.090259.7746

#f9742e color RGB value is (249,116,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01110100 00101110
Octal 371 164 56
Decimal 249 116 46
Hex F9 74 2E

RGB Percentages of Color #f9742e

%60.58
%28.22
%11.19

CMYK Percentages of Color #f9742e

%0
%53
%82
%2

Triadic Colors of #f9742e

#f9742e #2ef974 #742ef9

Analogous Colors of #f9742e

#f9742e #f9da2e #f92e4d

Monochromatic Colors of #f9742e

#f9742e

Complementary Color

#f9742e #2eb3f9

#f9742e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9742e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9742e Color CSS Codes

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

#f9742e Text Font Color

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

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


#f9742e Background Color

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

This div background color is #f9742e


#f9742e Border Color

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

This div border color is #f9742e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9742e


Comments

No comments written yet.

Please login to write comment.