Color Hex Logo

#f9423f Color Hex

#F9423F
(249,66,63)
0 Favorites   0 Comments

Color spaces of #f9423f

RGB 2496663
HSL0.000.940.61
HSV75°98°
CMYK 0.000.730.75   0.02
XYZ41.912324.39507.2023
Yxy24.39500.57020.3319
Hunter Lab49.391365.036225.9282
CIE-Lab56.481168.154144.0826

#f9423f color RGB value is (249,66,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000010 00111111
Octal 371 102 77
Decimal 249 66 63
Hex F9 42 3F

RGB Percentages of Color #f9423f

%65.87
%17.46
%16.67

CMYK Percentages of Color #f9423f

%0
%73
%75
%2

Triadic Colors of #f9423f

#f9423f #3ff942 #423ff9

Analogous Colors of #f9423f

#f9423f #f99f3f #f93f99

Monochromatic Colors of #f9423f

#f9423f

Complementary Color

#f9423f #3ff6f9

#f9423f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9423f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9423f Color CSS Codes

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

#f9423f Text Font Color

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

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


#f9423f Background Color

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

This div background color is #f9423f


#f9423f Border Color

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

This div border color is #f9423f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9423f


Comments

No comments written yet.

Please login to write comment.