Color Hex Logo

#f9842e Color Hex

#F9842E
(249,132,46)
0 Favorites   0 Comments

Color spaces of #f9842e

RGB 24913246
HSL0.070.940.58
HSV25°82°98°
CMYK 0.000.470.82   0.02
XYZ47.811336.83957.1756
Yxy36.83950.52070.4012
Hunter Lab60.695634.391435.4775
CIE-Lab67.156439.216862.5884

#f9842e color RGB value is (249,132,46).

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

The process color (four color CMYK) of #f9842e color hex is 0.00, 0.47, 0.82, 0.02. Web safe color of #f9842e is #ff9933. Color #f9842e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000100 00101110
Octal 371 204 56
Decimal 249 132 46
Hex F9 84 2E

RGB Percentages of Color #f9842e

%58.31
%30.91
%10.77

CMYK Percentages of Color #f9842e

%0
%47
%82
%2

Triadic Colors of #f9842e

#f9842e #2ef984 #842ef9

Analogous Colors of #f9842e

#f9842e #f9ea2e #f92e3d

Monochromatic Colors of #f9842e

#f9842e

Complementary Color

#f9842e #2ea3f9

#f9842e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9842e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9842e Color CSS Codes

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

#f9842e Text Font Color

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

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


#f9842e Background Color

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

This div background color is #f9842e


#f9842e Border Color

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

This div border color is #f9842e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,132,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 #f9842e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9842e


Comments

No comments written yet.

Please login to write comment.