Color Hex Logo

#ff604f Color Hex

#FF604F
(255,96,79)
0 Favorites   0 Comments

Color spaces of #ff604f

RGB 2559679
HSL0.021.000.65
HSV69°100°
CMYK 0.000.620.69   0.00
XYZ46.834230.190310.7560
Yxy30.19030.53350.3439
Hunter Lab54.945755.993526.8556
CIE-Lab61.818159.499541.7148

#ff604f color RGB value is (255,96,79).

#ff604f hex color red value is 255, green value is 96 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ff604f hue: 0.02 , saturation: 1.00 and the lightness value of ff604f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01100000 01001111
Octal 377 140 117
Decimal 255 96 79
Hex FF 60 4F

RGB Percentages of Color #ff604f

%59.30
%22.33
%18.37

CMYK Percentages of Color #ff604f

%0
%62
%69
%0

Triadic Colors of #ff604f

#ff604f #4fff60 #604fff

Analogous Colors of #ff604f

#ff604f #ffb84f #ff4f96

Monochromatic Colors of #ff604f

#ff604f

Complementary Color

#ff604f #4feeff

#ff604f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff604f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff604f Color CSS Codes

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

#ff604f Text Font Color

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

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


#ff604f Background Color

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

This div background color is #ff604f


#ff604f Border Color

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

This div border color is #ff604f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff604f

Related Colors


Comments

No comments written yet.

Please login to write comment.