Color Hex Logo

#ffb849 Color Hex

#FFB849
(255,184,73)
0 Favorites   0 Comments

Color spaces of #ffb849

RGB 25518473
HSL0.101.000.64
HSV37°71°100°
CMYK 0.000.280.71   0.00
XYZ59.583156.022013.9763
Yxy56.02200.45980.4323
Hunter Lab74.847811.112341.3223
CIE-Lab79.626315.739863.9847

#ffb849 color RGB value is (255,184,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10111000 01001001
Octal 377 270 111
Decimal 255 184 73
Hex FF B8 49

RGB Percentages of Color #ffb849

%49.80
%35.94
%14.26

CMYK Percentages of Color #ffb849

%0
%28
%71
%0

Triadic Colors of #ffb849

#ffb849 #49ffb8 #b849ff

Analogous Colors of #ffb849

#ffb849 #ebff49 #ff5d49

Monochromatic Colors of #ffb849

#ffb849

Complementary Color

#ffb849 #4990ff

#ffb849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb849 Color CSS Codes

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

#ffb849 Text Font Color

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

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


#ffb849 Background Color

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

This div background color is #ffb849


#ffb849 Border Color

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

This div border color is #ffb849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb849

#ffb849 Color Palettes


Comments

No comments written yet.

Please login to write comment.