Color Hex Logo

#f4965f Color Hex

#F4965F
(244,150,95)
0 Favorites   0 Comments

Color spaces of #f4965f

RGB 24415095
HSL0.060.870.66
HSV22°61°96°
CMYK 0.000.390.61   0.04
XYZ50.280141.872016.2585
Yxy41.87200.46380.3862
Hunter Lab64.708625.458730.3990
CIE-Lab70.782630.316843.5199

#f4965f color RGB value is (244,150,95).

#f4965f hex color red value is 244, green value is 150 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #f4965f hue: 0.06 , saturation: 0.87 and the lightness value of f4965f is 0.66.

The process color (four color CMYK) of #f4965f color hex is 0.00, 0.39, 0.61, 0.04. Web safe color of #f4965f is #ff9966. Color #f4965f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10010110 01011111
Octal 364 226 137
Decimal 244 150 95
Hex F4 96 5F

RGB Percentages of Color #f4965f

%49.90
%30.67
%19.43

CMYK Percentages of Color #f4965f

%0
%39
%61
%4

Triadic Colors of #f4965f

#f4965f #5ff496 #965ff4

Analogous Colors of #f4965f

#f4965f #f4e15f #f45f73

Monochromatic Colors of #f4965f

#f4965f

Complementary Color

#f4965f #5fbdf4

#f4965f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4965f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4965f Color CSS Codes

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

#f4965f Text Font Color

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

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


#f4965f Background Color

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

This div background color is #f4965f


#f4965f Border Color

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

This div border color is #f4965f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4965f


Comments

No comments written yet.

Please login to write comment.