Color Hex Logo

#f3960e Color Hex

#F3960E
(243,150,14)
0 Favorites   0 Comments

Color spaces of #f3960e

RGB 24315014
HSL0.100.910.50
HSV36°94°95°
CMYK 0.000.380.94   0.05
XYZ47.947840.89915.7827
Yxy40.89910.50670.4322
Hunter Lab63.952421.912239.4056
CIE-Lab70.105226.884873.2799

#f3960e color RGB value is (243,150,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10010110 00001110
Octal 363 226 16
Decimal 243 150 14
Hex F3 96 E

RGB Percentages of Color #f3960e

%59.71
%36.86
%3.44

CMYK Percentages of Color #f3960e

%0
%38
%94
%5

Triadic Colors of #f3960e

#f3960e #0ef396 #960ef3

Analogous Colors of #f3960e

#f3960e #def30e #f3240e

Monochromatic Colors of #f3960e

#f3960e

Complementary Color

#f3960e #0e6bf3

#f3960e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3960e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3960e Color CSS Codes

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

#f3960e Text Font Color

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

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


#f3960e Background Color

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

This div background color is #f3960e


#f3960e Border Color

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

This div border color is #f3960e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3960e

Related Colors


Comments

No comments written yet.

Please login to write comment.