color codes Logo

#f6836a color codes

#F6836A
(246,131,106)
0 Favorites   0 Comments

Color spaces of #f6836a

RGB 246131106
HSL0.030.890.69
HSV11°57°96°
CMYK 0.000.470.57   0.04
XYZ48.723936.866018.1835
Yxy36.86600.46950.3553
Hunter Lab60.717436.985624.7461
CIE-Lab67.176441.645033.2699

#f6836a color RGB value is (246,131,106).

#f6836a hex color red value is 246, green value is 131 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #f6836a hue: 0.03 , saturation: 0.89 and the lightness value of f6836a is 0.69.

The process color (four color CMYK) of #f6836a color code is 0.00, 0.47, 0.57, 0.04. Web safe color of #f6836a is #ff9966. Color #f6836a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000011 01101010
Octal 366 203 152
Decimal 246 131 106
Hex F6 83 6A

RGB Percentages of Color #f6836a

%50.93
%27.12
%21.95

CMYK Percentages of Color #f6836a

%0
%47
%57
%4

Triadic Colors of #f6836a

#f6836a #6af683 #836af6

Analogous Colors of #f6836a

#f6836a #f6c96a #f66a97

Monochromatic Colors of #f6836a

#f6836a

Complementary Color

#f6836a #6addf6

#f6836a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6836a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6836a Color CSS Codes

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

#f6836a Text Font Color

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

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


#f6836a Background Color

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

This div background color is #f6836a


#f6836a Border Color

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

This div border color is #f6836a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6836a

Related Colors


Comments

No comments written yet.

Please login to write comment.