Color Hex Logo

#f9423a Color Hex

#F9423A
(249,66,58)
4 Favorites   0 Comments

Color spaces of #f9423a

RGB 2496658
HSL0.010.940.60
HSV77°98°
CMYK 0.000.730.77   0.02
XYZ41.778924.34176.4994
Yxy24.34170.57530.3352
Hunter Lab49.337364.813826.7256
CIE-Lab56.428367.977646.7134

#f9423a color RGB value is (249,66,58).

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

The process color (four color CMYK) of #f9423a color hex is 0.00, 0.73, 0.77, 0.02. Web safe color of #f9423a is #ff3333. Color #f9423a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000010 00111010
Octal 371 102 72
Decimal 249 66 58
Hex F9 42 3A

RGB Percentages of Color #f9423a

%66.76
%17.69
%15.55

CMYK Percentages of Color #f9423a

%0
%73
%77
%2

Triadic Colors of #f9423a

#f9423a #3af942 #423af9

Analogous Colors of #f9423a

#f9423a #f9a23a #f93a92

Monochromatic Colors of #f9423a

#f9423a

Complementary Color

#f9423a #3af1f9

#f9423a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9423a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9423a Color CSS Codes

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

#f9423a Text Font Color

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

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


#f9423a Background Color

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

This div background color is #f9423a


#f9423a Border Color

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

This div border color is #f9423a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9423a

Related Colors


Comments

No comments written yet.

Please login to write comment.