Color Hex Logo

#ffa74d Color Hex

#FFA74D
(255,167,77)
0 Favorites   0 Comments

Color spaces of #ffa74d

RGB 25516777
HSL0.081.000.65
HSV30°70°100°
CMYK 0.000.350.70   0.00
XYZ56.398349.433313.5902
Yxy49.43330.47230.4139
Hunter Lab70.308820.143537.7558
CIE-Lab75.720124.812658.1875

#ffa74d color RGB value is (255,167,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100111 01001101
Octal 377 247 115
Decimal 255 167 77
Hex FF A7 4D

RGB Percentages of Color #ffa74d

%51.10
%33.47
%15.43

CMYK Percentages of Color #ffa74d

%0
%35
%70
%0

Triadic Colors of #ffa74d

#ffa74d #4dffa7 #a74dff

Analogous Colors of #ffa74d

#ffa74d #feff4d #ff4e4d

Monochromatic Colors of #ffa74d

#ffa74d

Complementary Color

#ffa74d #4da5ff

#ffa74d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa74d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa74d Color CSS Codes

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

#ffa74d Text Font Color

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

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


#ffa74d Background Color

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

This div background color is #ffa74d


#ffa74d Border Color

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

This div border color is #ffa74d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa74d


Comments

No comments written yet.

Please login to write comment.