Color Hex Logo

#f46040 Color Hex

#F46040
(244,96,64)
0 Favorites   0 Comments

Color spaces of #f46040

RGB 2449664
HSL0.030.890.60
HSV11°74°96°
CMYK 0.000.610.74   0.04
XYZ42.416527.96908.0134
Yxy27.96900.54100.3568
Hunter Lab52.885750.614228.0362
CIE-Lab59.860755.106946.9805

#f46040 color RGB value is (244,96,64).

#f46040 hex color red value is 244, green value is 96 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #f46040 hue: 0.03 , saturation: 0.89 and the lightness value of f46040 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01100000 01000000
Octal 364 140 100
Decimal 244 96 64
Hex F4 60 40

RGB Percentages of Color #f46040

%60.40
%23.76
%15.84

CMYK Percentages of Color #f46040

%0
%61
%74
%4

Triadic Colors of #f46040

#f46040 #40f460 #6040f4

Analogous Colors of #f46040

#f46040 #f4ba40 #f4407a

Monochromatic Colors of #f46040

#f46040

Complementary Color

#f46040 #40d4f4

#f46040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f46040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f46040 Color CSS Codes

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

#f46040 Text Font Color

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

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


#f46040 Background Color

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

This div background color is #f46040


#f46040 Border Color

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

This div border color is #f46040


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,96,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 #f46040">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f46040


Comments

No comments written yet.

Please login to write comment.