Color Hex Logo

#f5ba2e Color Hex

#F5BA2E
(245,186,46)
0 Favorites   0 Comments

Color spaces of #f5ba2e

RGB 24518646
HSL0.120.910.57
HSV42°81°96°
CMYK 0.000.240.81   0.04
XYZ55.708254.727510.2121
Yxy54.72750.46170.4536
Hunter Lab73.97804.955543.6001
CIE-Lab78.88409.454272.7243

#f5ba2e color RGB value is (245,186,46).

#f5ba2e hex color red value is 245, green value is 186 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #f5ba2e hue: 0.12 , saturation: 0.91 and the lightness value of f5ba2e is 0.57.

The process color (four color CMYK) of #f5ba2e color hex is 0.00, 0.24, 0.81, 0.04. Web safe color of #f5ba2e is #ffcc33. Color #f5ba2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10111010 00101110
Octal 365 272 56
Decimal 245 186 46
Hex F5 BA 2E

RGB Percentages of Color #f5ba2e

%51.36
%38.99
%9.64

CMYK Percentages of Color #f5ba2e

%0
%24
%81
%4

Triadic Colors of #f5ba2e

#f5ba2e #2ef5ba #ba2ef5

Analogous Colors of #f5ba2e

#f5ba2e #cdf52e #f5562e

Monochromatic Colors of #f5ba2e

#f5ba2e

Complementary Color

#f5ba2e #2e69f5

#f5ba2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5ba2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5ba2e Color CSS Codes

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

#f5ba2e Text Font Color

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

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


#f5ba2e Background Color

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

This div background color is #f5ba2e


#f5ba2e Border Color

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

This div border color is #f5ba2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5ba2e


Comments

No comments written yet.

Please login to write comment.