Color Hex Logo

#f3920e Color Hex

#F3920E
(243,146,14)
0 Favorites   0 Comments

Color spaces of #f3920e

RGB 24314614
HSL0.100.910.50
HSV35°94°95°
CMYK 0.000.400.94   0.05
XYZ47.320339.64425.5735
Yxy39.64420.51140.4284
Hunter Lab62.963623.965238.8262
CIE-Lab69.215428.976372.6634

#f3920e color RGB value is (243,146,14).

#f3920e hex color red value is 243, green value is 146 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #f3920e hue: 0.10 , saturation: 0.91 and the lightness value of f3920e is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10010010 00001110
Octal 363 222 16
Decimal 243 146 14
Hex F3 92 E

RGB Percentages of Color #f3920e

%60.30
%36.23
%3.47

CMYK Percentages of Color #f3920e

%0
%40
%94
%5

Triadic Colors of #f3920e

#f3920e #0ef392 #920ef3

Analogous Colors of #f3920e

#f3920e #e2f30e #f3200e

Monochromatic Colors of #f3920e

#f3920e

Complementary Color

#f3920e #0e6ff3

#f3920e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3920e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3920e Color CSS Codes

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

#f3920e Text Font Color

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

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


#f3920e Background Color

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

This div background color is #f3920e


#f3920e Border Color

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

This div border color is #f3920e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,146,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3920e

Related Colors


Comments

No comments written yet.

Please login to write comment.