Color Hex Logo

#ffd249 Color Hex

#FFD249
(255,210,73)
0 Favorites   0 Comments

Color spaces of #ffd249

RGB 25521073
HSL0.131.000.64
HSV45°71°100°
CMYK 0.000.180.71   0.00
XYZ65.489267.834215.9450
Yxy67.83420.43870.4544
Hunter Lab82.3615-2.199646.1747
CIE-Lab85.92352.293070.3113

#ffd249 color RGB value is (255,210,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010010 01001001
Octal 377 322 111
Decimal 255 210 73
Hex FF D2 49

RGB Percentages of Color #ffd249

%47.40
%39.03
%13.57

CMYK Percentages of Color #ffd249

%0
%18
%71
%0

Triadic Colors of #ffd249

#ffd249 #49ffd2 #d249ff

Analogous Colors of #ffd249

#ffd249 #d1ff49 #ff7749

Monochromatic Colors of #ffd249

#ffd249

Complementary Color

#ffd249 #4976ff

#ffd249 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd249 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd249 Color CSS Codes

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

#ffd249 Text Font Color

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

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


#ffd249 Background Color

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

This div background color is #ffd249


#ffd249 Border Color

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

This div border color is #ffd249


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd249

Related Colors


Comments

No comments written yet.

Please login to write comment.