Color Hex Logo

#f48646 Color Hex

#F48646
(244,134,70)
0 Favorites   0 Comments

Color spaces of #f48646

RGB 24413470
HSL0.060.890.62
HSV22°71°96°
CMYK 0.000.450.71   0.04
XYZ46.938836.725510.4091
Yxy36.72550.49900.3904
Hunter Lab60.601632.204032.2373
CIE-Lab67.070637.153251.7757

#f48646 color RGB value is (244,134,70).

#f48646 hex color red value is 244, green value is 134 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #f48646 hue: 0.06 , saturation: 0.89 and the lightness value of f48646 is 0.62.

The process color (four color CMYK) of #f48646 color hex is 0.00, 0.45, 0.71, 0.04. Web safe color of #f48646 is #ff9933. Color #f48646 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000110 01000110
Octal 364 206 106
Decimal 244 134 70
Hex F4 86 46

RGB Percentages of Color #f48646

%54.46
%29.91
%15.63

CMYK Percentages of Color #f48646

%0
%45
%71
%4

Triadic Colors of #f48646

#f48646 #46f486 #8646f4

Analogous Colors of #f48646

#f48646 #f4dd46 #f4465d

Monochromatic Colors of #f48646

#f48646

Complementary Color

#f48646 #46b4f4

#f48646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f48646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f48646 Color CSS Codes

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

#f48646 Text Font Color

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

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


#f48646 Background Color

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

This div background color is #f48646


#f48646 Border Color

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

This div border color is #f48646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f48646


Comments

No comments written yet.

Please login to write comment.