Color Hex Logo

#ff974d Color Hex

#FF974D
(255,151,77)
0 Favorites   0 Comments

Color spaces of #ff974d

RGB 25515177
HSL0.071.000.65
HSV25°70°100°
CMYK 0.000.410.70   0.00
XYZ53.646243.929012.6729
Yxy43.92900.48660.3985
Hunter Lab66.279028.489835.0587
CIE-Lab72.181033.118854.3870

#ff974d color RGB value is (255,151,77).

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

The process color (four color CMYK) of #ff974d color hex is 0.00, 0.41, 0.70, 0.00. Web safe color of #ff974d is #ff9966. Color #ff974d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10010111 01001101
Octal 377 227 115
Decimal 255 151 77
Hex FF 97 4D

RGB Percentages of Color #ff974d

%52.80
%31.26
%15.94

CMYK Percentages of Color #ff974d

%0
%41
%70
%0

Triadic Colors of #ff974d

#ff974d #4dff97 #974dff

Analogous Colors of #ff974d

#ff974d #fff04d #ff4d5c

Monochromatic Colors of #ff974d

#ff974d

Complementary Color

#ff974d #4db5ff

#ff974d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff974d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff974d Color CSS Codes

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

#ff974d Text Font Color

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

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


#ff974d Background Color

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

This div background color is #ff974d


#ff974d Border Color

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

This div border color is #ff974d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff974d


Comments

No comments written yet.

Please login to write comment.