Color Hex Logo

#f9463e Color Hex

#F9463E
(249,70,62)
0 Favorites   0 Comments

Color spaces of #f9463e

RGB 2497062
HSL0.010.940.61
HSV75°98°
CMYK 0.000.720.75   0.02
XYZ42.126624.86797.1371
Yxy24.86790.56830.3355
Hunter Lab49.867763.522426.4218
CIE-Lab56.946566.795845.1298

#f9463e color RGB value is (249,70,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000110 00111110
Octal 371 106 76
Decimal 249 70 62
Hex F9 46 3E

RGB Percentages of Color #f9463e

%65.35
%18.37
%16.27

CMYK Percentages of Color #f9463e

%0
%72
%75
%2

Triadic Colors of #f9463e

#f9463e #3ef946 #463ef9

Analogous Colors of #f9463e

#f9463e #f9a43e #f93e94

Monochromatic Colors of #f9463e

#f9463e

Complementary Color

#f9463e #3ef1f9

#f9463e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9463e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9463e Color CSS Codes

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

#f9463e Text Font Color

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

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


#f9463e Background Color

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

This div background color is #f9463e


#f9463e Border Color

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

This div border color is #f9463e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9463e


Comments

No comments written yet.

Please login to write comment.