Color Hex Logo

#f6852f Color Hex

#F6852F
(246,133,47)
0 Favorites   0 Comments

Color spaces of #f6852f

RGB 24613347
HSL0.070.920.57
HSV26°81°96°
CMYK 0.000.460.81   0.04
XYZ46.906736.57317.2764
Yxy36.57310.51680.4030
Hunter Lab60.475732.617335.1993
CIE-Lab66.955537.559061.8655

#f6852f color RGB value is (246,133,47).

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

The process color (four color CMYK) of #f6852f color hex is 0.00, 0.46, 0.81, 0.04. Web safe color of #f6852f is #ff9933. Color #f6852f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000101 00101111
Octal 366 205 57
Decimal 246 133 47
Hex F6 85 2F

RGB Percentages of Color #f6852f

%57.75
%31.22
%11.03

CMYK Percentages of Color #f6852f

%0
%46
%81
%4

Triadic Colors of #f6852f

#f6852f #2ff685 #852ff6

Analogous Colors of #f6852f

#f6852f #f6e92f #f62f3c

Monochromatic Colors of #f6852f

#f6852f

Complementary Color

#f6852f #2fa0f6

#f6852f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6852f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6852f Color CSS Codes

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

#f6852f Text Font Color

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

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


#f6852f Background Color

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

This div background color is #f6852f


#f6852f Border Color

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

This div border color is #f6852f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6852f


Comments

No comments written yet.

Please login to write comment.