Color Hex Logo

#f0a564 Color Hex

#F0A564
(240,165,100)
0 Favorites   0 Comments

Color spaces of #f0a564

RGB 240165100
HSL0.080.820.67
HSV28°58°94°
CMYK 0.000.310.58   0.06
XYZ51.690646.355618.2797
Yxy46.35560.44440.3985
Hunter Lab68.084916.369931.7411
CIE-Lab73.775721.162044.4541

#f0a564 color RGB value is (240,165,100).

#f0a564 hex color red value is 240, green value is 165 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #f0a564 hue: 0.08 , saturation: 0.82 and the lightness value of f0a564 is 0.67.

The process color (four color CMYK) of #f0a564 color hex is 0.00, 0.31, 0.58, 0.06. Web safe color of #f0a564 is #ff9966. Color #f0a564 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10100101 01100100
Octal 360 245 144
Decimal 240 165 100
Hex F0 A5 64

RGB Percentages of Color #f0a564

%47.52
%32.67
%19.80

CMYK Percentages of Color #f0a564

%0
%31
%58
%6

Triadic Colors of #f0a564

#f0a564 #64f0a5 #a564f0

Analogous Colors of #f0a564

#f0a564 #f0eb64 #f06469

Monochromatic Colors of #f0a564

#f0a564

Complementary Color

#f0a564 #64aff0

#f0a564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0a564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0a564 Color CSS Codes

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

#f0a564 Text Font Color

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

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


#f0a564 Background Color

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

This div background color is #f0a564


#f0a564 Border Color

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

This div border color is #f0a564


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,165,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f0a564; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f0a564;
  -webkit-box-shadow: 1px 1px 3px 2px #f0a564;
  box-shadow:         1px 1px 3px 2px #f0a564; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,165,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0a564


Comments

No comments written yet.

Please login to write comment.