Color Hex Logo

#f6962c Color Hex

#F6962C
(246,150,44)
0 Favorites   0 Comments

Color spaces of #f6962c

RGB 24615044
HSL0.090.920.57
HSV31°82°96°
CMYK 0.000.390.82   0.04
XYZ49.367041.58747.8081
Yxy41.58740.49990.4211
Hunter Lab64.488323.790637.9631
CIE-Lab70.585528.703366.1935

#f6962c color RGB value is (246,150,44).

#f6962c hex color red value is 246, green value is 150 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #f6962c hue: 0.09 , saturation: 0.92 and the lightness value of f6962c is 0.57.

The process color (four color CMYK) of #f6962c color hex is 0.00, 0.39, 0.82, 0.04. Web safe color of #f6962c is #ff9933. Color #f6962c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10010110 00101100
Octal 366 226 54
Decimal 246 150 44
Hex F6 96 2C

RGB Percentages of Color #f6962c

%55.91
%34.09
%10.00

CMYK Percentages of Color #f6962c

%0
%39
%82
%4

Triadic Colors of #f6962c

#f6962c #2cf696 #962cf6

Analogous Colors of #f6962c

#f6962c #f1f62c #f6312c

Monochromatic Colors of #f6962c

#f6962c

Complementary Color

#f6962c #2c8cf6

#f6962c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6962c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6962c Color CSS Codes

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

#f6962c Text Font Color

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

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


#f6962c Background Color

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

This div background color is #f6962c


#f6962c Border Color

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

This div border color is #f6962c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,150,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6962c


Comments

No comments written yet.

Please login to write comment.