Color Hex Logo

#f5b848 Color Hex

#F5B848
(245,184,72)
0 Favorites   0 Comments

Color spaces of #f5b848

RGB 24518472
HSL0.110.900.62
HSV39°71°96°
CMYK 0.000.250.71   0.04
XYZ55.966454.161313.6353
Yxy54.16130.45220.4376
Hunter Lab73.59446.954040.5310
CIE-Lab78.555711.515062.9661

#f5b848 color RGB value is (245,184,72).

#f5b848 hex color red value is 245, green value is 184 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #f5b848 hue: 0.11 , saturation: 0.90 and the lightness value of f5b848 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10111000 01001000
Octal 365 270 110
Decimal 245 184 72
Hex F5 B8 48

RGB Percentages of Color #f5b848

%48.90
%36.73
%14.37

CMYK Percentages of Color #f5b848

%0
%25
%71
%4

Triadic Colors of #f5b848

#f5b848 #48f5b8 #b848f5

Analogous Colors of #f5b848

#f5b848 #dcf548 #f56248

Monochromatic Colors of #f5b848

#f5b848

Complementary Color

#f5b848 #4885f5

#f5b848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5b848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5b848 Color CSS Codes

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

#f5b848 Text Font Color

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

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


#f5b848 Background Color

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

This div background color is #f5b848


#f5b848 Border Color

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

This div border color is #f5b848


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,184,72, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5b848


Comments

No comments written yet.

Please login to write comment.