Color Hex Logo

#f67d5f Color Hex

#F67D5F
(246,125,95)
0 Favorites   0 Comments

Color spaces of #f67d5f

RGB 24612595
HSL0.030.890.67
HSV12°61°96°
CMYK 0.000.490.61   0.04
XYZ47.405235.086315.1003
Yxy35.08630.48570.3595
Hunter Lab59.233739.196026.3489
CIE-Lab65.815843.866437.5383

#f67d5f color RGB value is (246,125,95).

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

The process color (four color CMYK) of #f67d5f color hex is 0.00, 0.49, 0.61, 0.04. Web safe color of #f67d5f is #ff6666. Color #f67d5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01111101 01011111
Octal 366 175 137
Decimal 246 125 95
Hex F6 7D 5F

RGB Percentages of Color #f67d5f

%52.79
%26.82
%20.39

CMYK Percentages of Color #f67d5f

%0
%49
%61
%4

Triadic Colors of #f67d5f

#f67d5f #5ff67d #7d5ff6

Analogous Colors of #f67d5f

#f67d5f #f6c95f #f65f8d

Monochromatic Colors of #f67d5f

#f67d5f

Complementary Color

#f67d5f #5fd8f6

#f67d5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f67d5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f67d5f Color CSS Codes

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

#f67d5f Text Font Color

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

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


#f67d5f Background Color

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

This div background color is #f67d5f


#f67d5f Border Color

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

This div border color is #f67d5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f67d5f


Comments

No comments written yet.

Please login to write comment.