color codes Logo

#f6960e color codes

#F6960E
(246,150,14)
0 Favorites   0 Comments

Color spaces of #f6960e

RGB 24615014
HSL0.100.930.51
HSV35°94°96°
CMYK 0.000.390.94   0.04
XYZ48.991641.43725.8315
Yxy41.43720.50890.4305
Hunter Lab64.371723.201039.6891
CIE-Lab70.481228.131873.7172

#f6960e color RGB value is (246,150,14).

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

The process color (four color CMYK) of #f6960e color code is 0.00, 0.39, 0.94, 0.04. Web safe color of #f6960e is #ff9900. Color #f6960e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10010110 00001110
Octal 366 226 16
Decimal 246 150 14
Hex F6 96 E

RGB Percentages of Color #f6960e

%60.00
%36.59
%3.41

CMYK Percentages of Color #f6960e

%0
%39
%94
%4

Triadic Colors of #f6960e

#f6960e #0ef696 #960ef6

Analogous Colors of #f6960e

#f6960e #e2f60e #f6220e

Monochromatic Colors of #f6960e

#f6960e

Complementary Color

#f6960e #0e6ef6

#f6960e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6960e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6960e Color CSS Codes

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

#f6960e Text Font Color

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

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


#f6960e Background Color

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

This div background color is #f6960e


#f6960e Border Color

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

This div border color is #f6960e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6960e

#f6960e Color Palettes


Comments

No comments written yet.

Please login to write comment.