Color Hex Logo

#ffd749 Color Hex

#FFD749
(255,215,73)
0 Favorites   0 Comments

Color spaces of #ffd749

RGB 25521573
HSL0.131.000.64
HSV47°71°100°
CMYK 0.000.160.71   0.00
XYZ66.743070.341916.3629
Yxy70.34190.43500.4584
Hunter Lab83.8701-4.724147.1417
CIE-Lab87.1643-0.254871.5376

#ffd749 color RGB value is (255,215,73).

#ffd749 hex color red value is 255, green value is 215 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #ffd749 hue: 0.13 , saturation: 1.00 and the lightness value of ffd749 is 0.64.

The process color (four color CMYK) of #ffd749 color hex is 0.00, 0.16, 0.71, 0.00. Web safe color of #ffd749 is #ffcc33. Color #ffd749 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010111 01001001
Octal 377 327 111
Decimal 255 215 73
Hex FF D7 49

RGB Percentages of Color #ffd749

%46.96
%39.59
%13.44

CMYK Percentages of Color #ffd749

%0
%16
%71
%0

Triadic Colors of #ffd749

#ffd749 #49ffd7 #d749ff

Analogous Colors of #ffd749

#ffd749 #ccff49 #ff7c49

Monochromatic Colors of #ffd749

#ffd749

Complementary Color

#ffd749 #4971ff

#ffd749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd749 Color CSS Codes

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

#ffd749 Text Font Color

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

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


#ffd749 Background Color

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

This div background color is #ffd749


#ffd749 Border Color

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

This div border color is #ffd749


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,215,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd749

Related Colors


Comments

No comments written yet.

Please login to write comment.