Color Hex Logo

#f67040 Color Hex

#F67040
(246,112,64)
0 Favorites   0 Comments

Color spaces of #f67040

RGB 24611264
HSL0.040.910.61
HSV16°74°96°
CMYK 0.000.540.74   0.04
XYZ44.725631.55138.5832
Yxy31.55130.52710.3718
Hunter Lab56.170543.831630.2595
CIE-Lab62.970348.515050.4006

#f67040 color RGB value is (246,112,64).

#f67040 hex color red value is 246, green value is 112 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #f67040 hue: 0.04 , saturation: 0.91 and the lightness value of f67040 is 0.61.

The process color (four color CMYK) of #f67040 color hex is 0.00, 0.54, 0.74, 0.04. Web safe color of #f67040 is #ff6633. Color #f67040 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01110000 01000000
Octal 366 160 100
Decimal 246 112 64
Hex F6 70 40

RGB Percentages of Color #f67040

%58.29
%26.54
%15.17

CMYK Percentages of Color #f67040

%0
%54
%74
%4

Triadic Colors of #f67040

#f67040 #40f670 #7040f6

Analogous Colors of #f67040

#f67040 #f6cb40 #f6406b

Monochromatic Colors of #f67040

#f67040

Complementary Color

#f67040 #40c6f6

#f67040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f67040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f67040 Color CSS Codes

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

#f67040 Text Font Color

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

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


#f67040 Background Color

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

This div background color is #f67040


#f67040 Border Color

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

This div border color is #f67040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f67040


Comments

No comments written yet.

Please login to write comment.