Color Hex Logo

#f9473e Color Hex

#F9473E
(249,71,62)
0 Favorites   0 Comments

Color spaces of #f9473e

RGB 2497162
HSL0.010.940.61
HSV75°98°
CMYK 0.000.710.75   0.02
XYZ42.189724.99407.1581
Yxy24.99400.56750.3362
Hunter Lab49.994063.145826.5067
CIE-Lab57.069666.455545.2630

#f9473e color RGB value is (249,71,62).

#f9473e hex color red value is 249, green value is 71 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #f9473e hue: 0.01 , saturation: 0.94 and the lightness value of f9473e is 0.61.

The process color (four color CMYK) of #f9473e color hex is 0.00, 0.71, 0.75, 0.02. Web safe color of #f9473e is #ff3333. Color #f9473e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000111 00111110
Octal 371 107 76
Decimal 249 71 62
Hex F9 47 3E

RGB Percentages of Color #f9473e

%65.18
%18.59
%16.23

CMYK Percentages of Color #f9473e

%0
%71
%75
%2

Triadic Colors of #f9473e

#f9473e #3ef947 #473ef9

Analogous Colors of #f9473e

#f9473e #f9a53e #f93e93

Monochromatic Colors of #f9473e

#f9473e

Complementary Color

#f9473e #3ef0f9

#f9473e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9473e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9473e Color CSS Codes

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

#f9473e Text Font Color

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

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


#f9473e Background Color

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

This div background color is #f9473e


#f9473e Border Color

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

This div border color is #f9473e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9473e

#f9473e Color Palettes


Comments

No comments written yet.

Please login to write comment.