Color Hex Logo

#fd774b Color Hex

#FD774B
(253,119,75)
0 Favorites   0 Comments

Color spaces of #fd774b

RGB 25311975
HSL0.040.980.64
HSV15°70°99°
CMYK 0.000.530.70   0.01
XYZ48.374834.584310.7824
Yxy34.58430.51600.3689
Hunter Lab58.808443.916330.2952
CIE-Lab65.423748.241547.8559

#fd774b color RGB value is (253,119,75).

#fd774b hex color red value is 253, green value is 119 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #fd774b hue: 0.04 , saturation: 0.98 and the lightness value of fd774b is 0.64.

The process color (four color CMYK) of #fd774b color hex is 0.00, 0.53, 0.70, 0.01. Web safe color of #fd774b is #ff6633. Color #fd774b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110111 01001011
Octal 375 167 113
Decimal 253 119 75
Hex FD 77 4B

RGB Percentages of Color #fd774b

%56.60
%26.62
%16.78

CMYK Percentages of Color #fd774b

%0
%53
%70
%1

Triadic Colors of #fd774b

#fd774b #4bfd77 #774bfd

Analogous Colors of #fd774b

#fd774b #fdd04b #fd4b78

Monochromatic Colors of #fd774b

#fd774b

Complementary Color

#fd774b #4bd1fd

#fd774b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd774b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd774b Color CSS Codes

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

#fd774b Text Font Color

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

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


#fd774b Background Color

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

This div background color is #fd774b


#fd774b Border Color

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

This div border color is #fd774b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,119,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd774b

Related Colors


Comments

No comments written yet.

Please login to write comment.