Color Hex Logo

#fff049 Color Hex

#FFF049
(255,240,73)
0 Favorites   0 Comments

Color spaces of #fff049

RGB 25524073
HSL0.151.000.64
HSV55°71°100°
CMYK 0.000.060.71   0.00
XYZ73.602784.061218.6495
Yxy84.06120.41750.4768
Hunter Lab91.6849-17.152552.1193
CIE-Lab93.4771-12.733477.6830

#fff049 color RGB value is (255,240,73).

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

The process color (four color CMYK) of #fff049 color hex is 0.00, 0.06, 0.71, 0.00. Web safe color of #fff049 is #ffff33. Color #fff049 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11110000 01001001
Octal 377 360 111
Decimal 255 240 73
Hex FF F0 49

RGB Percentages of Color #fff049

%44.89
%42.25
%12.85

CMYK Percentages of Color #fff049

%0
%6
%71
%0

Triadic Colors of #fff049

#fff049 #49fff0 #f049ff

Analogous Colors of #fff049

#fff049 #b3ff49 #ff9549

Monochromatic Colors of #fff049

#fff049

Complementary Color

#fff049 #4958ff

#fff049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff049 Color CSS Codes

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

#fff049 Text Font Color

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

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


#fff049 Background Color

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

This div background color is #fff049


#fff049 Border Color

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

This div border color is #fff049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff049


Comments

No comments written yet.

Please login to write comment.