Color Hex Logo

#f39212 Color Hex

#F39212
(243,146,18)
0 Favorites   0 Comments

Color spaces of #f39212

RGB 24314618
HSL0.090.900.51
HSV34°93°95°
CMYK 0.000.400.93   0.05
XYZ47.350239.65615.7310
Yxy39.65610.51060.4276
Hunter Lab62.973124.013338.6854
CIE-Lab69.223929.023071.9851

#f39212 color RGB value is (243,146,18).

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

The process color (four color CMYK) of #f39212 color hex is 0.00, 0.40, 0.93, 0.05. Web safe color of #f39212 is #ff9900. Color #f39212 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10010010 00010010
Octal 363 222 22
Decimal 243 146 18
Hex F3 92 12

RGB Percentages of Color #f39212

%59.71
%35.87
%4.42

CMYK Percentages of Color #f39212

%0
%40
%93
%5

Triadic Colors of #f39212

#f39212 #12f392 #9212f3

Analogous Colors of #f39212

#f39212 #e4f312 #f32212

Monochromatic Colors of #f39212

#f39212

Complementary Color

#f39212 #1273f3

#f39212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f39212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f39212 Color CSS Codes

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

#f39212 Text Font Color

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

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


#f39212 Background Color

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

This div background color is #f39212


#f39212 Border Color

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

This div border color is #f39212


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f39212


Comments

No comments written yet.

Please login to write comment.