Color Hex Logo

#fd634f Color Hex

#FD634F
(253,99,79)
0 Favorites   0 Comments

Color spaces of #fd634f

RGB 2539979
HSL0.020.980.65
HSV69°99°
CMYK 0.000.610.69   0.01
XYZ46.381130.370810.8147
Yxy30.37080.52970.3468
Hunter Lab55.109753.786126.9418
CIE-Lab61.972857.554741.8138

#fd634f color RGB value is (253,99,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100011 01001111
Octal 375 143 117
Decimal 253 99 79
Hex FD 63 4F

RGB Percentages of Color #fd634f

%58.70
%22.97
%18.33

CMYK Percentages of Color #fd634f

%0
%61
%69
%1

Triadic Colors of #fd634f

#fd634f #4ffd63 #634ffd

Analogous Colors of #fd634f

#fd634f #fdba4f #fd4f92

Monochromatic Colors of #fd634f

#fd634f

Complementary Color

#fd634f #4fe9fd

#fd634f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd634f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd634f Color CSS Codes

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

#fd634f Text Font Color

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

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


#fd634f Background Color

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

This div background color is #fd634f


#fd634f Border Color

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

This div border color is #fd634f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd634f


Comments

No comments written yet.

Please login to write comment.