Color Hex Logo

#f65246 Color Hex

#F65246
(246,82,70)
0 Favorites   0 Comments

Color spaces of #f65246

RGB 2468270
HSL0.010.910.62
HSV72°96°
CMYK 0.000.670.72   0.04
XYZ42.128826.06968.6059
Yxy26.06960.54850.3394
Hunter Lab51.058457.930025.7475
CIE-Lab58.103161.817241.9333

#f65246 color RGB value is (246,82,70).

#f65246 hex color red value is 246, green value is 82 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #f65246 hue: 0.01 , saturation: 0.91 and the lightness value of f65246 is 0.62.

The process color (four color CMYK) of #f65246 color hex is 0.00, 0.67, 0.72, 0.04. Web safe color of #f65246 is #ff6633. Color #f65246 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01010010 01000110
Octal 366 122 106
Decimal 246 82 70
Hex F6 52 46

RGB Percentages of Color #f65246

%61.81
%20.60
%17.59

CMYK Percentages of Color #f65246

%0
%67
%72
%4

Triadic Colors of #f65246

#f65246 #46f652 #5246f6

Analogous Colors of #f65246

#f65246 #f6aa46 #f64692

Monochromatic Colors of #f65246

#f65246

Complementary Color

#f65246 #46eaf6

#f65246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f65246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f65246 Color CSS Codes

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

#f65246 Text Font Color

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

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


#f65246 Background Color

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

This div background color is #f65246


#f65246 Border Color

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

This div border color is #f65246


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f65246


Comments

No comments written yet.

Please login to write comment.