Color Hex Logo

#f7604d Color Hex

#F7604D
(247,96,77)
0 Favorites   0 Comments

Color spaces of #f7604d

RGB 2479677
HSL0.020.910.64
HSV69°97°
CMYK 0.000.610.69   0.03
XYZ43.880228.675710.2434
Yxy28.67570.53000.3463
Hunter Lab53.549752.556226.1433
CIE-Lab60.494356.721240.9252

#f7604d color RGB value is (247,96,77).

#f7604d hex color red value is 247, green value is 96 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #f7604d hue: 0.02 , saturation: 0.91 and the lightness value of f7604d is 0.64.

The process color (four color CMYK) of #f7604d color hex is 0.00, 0.61, 0.69, 0.03. Web safe color of #f7604d is #ff6666. Color #f7604d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01100000 01001101
Octal 367 140 115
Decimal 247 96 77
Hex F7 60 4D

RGB Percentages of Color #f7604d

%58.81
%22.86
%18.33

CMYK Percentages of Color #f7604d

%0
%61
%69
%3

Triadic Colors of #f7604d

#f7604d #4df760 #604df7

Analogous Colors of #f7604d

#f7604d #f7b54d #f74d8f

Monochromatic Colors of #f7604d

#f7604d

Complementary Color

#f7604d #4de4f7

#f7604d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7604d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7604d Color CSS Codes

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

#f7604d Text Font Color

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

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


#f7604d Background Color

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

This div background color is #f7604d


#f7604d Border Color

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

This div border color is #f7604d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7604d


Comments

No comments written yet.

Please login to write comment.