Color Hex Logo

#f7664c Color Hex

#F7664C
(247,102,76)
0 Favorites   0 Comments

Color spaces of #f7664c

RGB 24710276
HSL0.030.910.63
HSV69°97°
CMYK 0.000.590.69   0.03
XYZ44.413629.798710.2483
Yxy29.79870.52580.3528
Hunter Lab54.588249.700427.0807
CIE-Lab61.480154.031642.6104

#f7664c color RGB value is (247,102,76).

#f7664c hex color red value is 247, green value is 102 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #f7664c hue: 0.03 , saturation: 0.91 and the lightness value of f7664c is 0.63.

The process color (four color CMYK) of #f7664c color hex is 0.00, 0.59, 0.69, 0.03. Web safe color of #f7664c is #ff6633. Color #f7664c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01100110 01001100
Octal 367 146 114
Decimal 247 102 76
Hex F7 66 4C

RGB Percentages of Color #f7664c

%58.12
%24.00
%17.88

CMYK Percentages of Color #f7664c

%0
%59
%69
%3

Triadic Colors of #f7664c

#f7664c #4cf766 #664cf7

Analogous Colors of #f7664c

#f7664c #f7bc4c #f74c88

Monochromatic Colors of #f7664c

#f7664c

Complementary Color

#f7664c #4cddf7

#f7664c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7664c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7664c Color CSS Codes

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

#f7664c Text Font Color

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

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


#f7664c Background Color

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

This div background color is #f7664c


#f7664c Border Color

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

This div border color is #f7664c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,102,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f7664c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f7664c;
  -webkit-box-shadow: 1px 1px 3px 2px #f7664c;
  box-shadow:         1px 1px 3px 2px #f7664c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,102,76, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7664c

Related Colors


Comments

No comments written yet.

Please login to write comment.