Color Hex Logo

#f23912 Color Hex

#F23912
(242,57,18)
0 Favorites   0 Comments

Color spaces of #f23912

RGB 2425718
HSL0.030.900.51
HSV10°93°95°
CMYK 0.000.760.93   0.05
XYZ38.190321.84722.7763
Yxy21.84720.60800.3478
Hunter Lab46.741064.048929.1970
CIE-Lab53.864567.816261.5899

#f23912 color RGB value is (242,57,18).

#f23912 hex color red value is 242, green value is 57 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #f23912 hue: 0.03 , saturation: 0.90 and the lightness value of f23912 is 0.51.

The process color (four color CMYK) of #f23912 color hex is 0.00, 0.76, 0.93, 0.05. Web safe color of #f23912 is #ff3300. Color #f23912 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00111001 00010010
Octal 362 71 22
Decimal 242 57 18
Hex F2 39 12

RGB Percentages of Color #f23912

%76.34
%17.98
%5.68

CMYK Percentages of Color #f23912

%0
%76
%93
%5

Triadic Colors of #f23912

#f23912 #12f239 #3912f2

Analogous Colors of #f23912

#f23912 #f2a912 #f2125b

Monochromatic Colors of #f23912

#f23912

Complementary Color

#f23912 #12cbf2

#f23912 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f23912 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f23912 Color CSS Codes

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

#f23912 Text Font Color

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

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


#f23912 Background Color

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

This div background color is #f23912


#f23912 Border Color

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

This div border color is #f23912


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,57,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f23912; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f23912;
  -webkit-box-shadow: 1px 1px 3px 2px #f23912;
  box-shadow:         1px 1px 3px 2px #f23912; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,57,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f23912

Related Colors


Comments

No comments written yet.

Please login to write comment.