Color Hex Logo

#fda74d Color Hex

#FDA74D
(253,167,77)
0 Favorites   0 Comments

Color spaces of #fda74d

RGB 25316777
HSL0.090.980.65
HSV31°70°99°
CMYK 0.000.340.70   0.01
XYZ55.666349.055913.5560
Yxy49.05590.47060.4148
Hunter Lab70.039919.298337.5526
CIE-Lab75.486123.995657.8680

#fda74d color RGB value is (253,167,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10100111 01001101
Octal 375 247 115
Decimal 253 167 77
Hex FD A7 4D

RGB Percentages of Color #fda74d

%50.91
%33.60
%15.49

CMYK Percentages of Color #fda74d

%0
%34
%70
%1

Triadic Colors of #fda74d

#fda74d #4dfda7 #a74dfd

Analogous Colors of #fda74d

#fda74d #fbfd4d #fd4f4d

Monochromatic Colors of #fda74d

#fda74d

Complementary Color

#fda74d #4da3fd

#fda74d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fda74d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fda74d Color CSS Codes

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

#fda74d Text Font Color

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

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


#fda74d Background Color

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

This div background color is #fda74d


#fda74d Border Color

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

This div border color is #fda74d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fda74d

Related Colors


Comments

No comments written yet.

Please login to write comment.