Color Hex Logo

#f67850 Color Hex

#F67850
(246,120,80)
0 Favorites   0 Comments

Color spaces of #f67850

RGB 24612080
HSL0.040.900.64
HSV14°67°96°
CMYK 0.000.510.67   0.04
XYZ46.170533.605011.6424
Yxy33.60500.50500.3676
Hunter Lab57.969840.720528.6713
CIE-Lab64.647845.427944.1207

#f67850 color RGB value is (246,120,80).

#f67850 hex color red value is 246, green value is 120 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #f67850 hue: 0.04 , saturation: 0.90 and the lightness value of f67850 is 0.64.

The process color (four color CMYK) of #f67850 color hex is 0.00, 0.51, 0.67, 0.04. Web safe color of #f67850 is #ff6666. Color #f67850 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01111000 01010000
Octal 366 170 120
Decimal 246 120 80
Hex F6 78 50

RGB Percentages of Color #f67850

%55.16
%26.91
%17.94

CMYK Percentages of Color #f67850

%0
%51
%67
%4

Triadic Colors of #f67850

#f67850 #50f678 #7850f6

Analogous Colors of #f67850

#f67850 #f6cb50 #f6507b

Monochromatic Colors of #f67850

#f67850

Complementary Color

#f67850 #50cef6

#f67850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f67850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f67850 Color CSS Codes

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

#f67850 Text Font Color

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

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


#f67850 Background Color

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

This div background color is #f67850


#f67850 Border Color

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

This div border color is #f67850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f67850


Comments

No comments written yet.

Please login to write comment.