Color Hex Logo

#f5b62a Color Hex

#F5B62A
(245,182,42)
0 Favorites   0 Comments

Color spaces of #f5b62a

RGB 24518242
HSL0.110.910.56
HSV41°83°96°
CMYK 0.000.260.83   0.04
XYZ54.802153.03559.5390
Yxy53.03550.46690.4518
Hunter Lab72.82556.878943.2118
CIE-Lab77.896011.432273.0627

#f5b62a color RGB value is (245,182,42).

#f5b62a hex color red value is 245, green value is 182 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #f5b62a hue: 0.11 , saturation: 0.91 and the lightness value of f5b62a is 0.56.

The process color (four color CMYK) of #f5b62a color hex is 0.00, 0.26, 0.83, 0.04. Web safe color of #f5b62a is #ffcc33. Color #f5b62a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10110110 00101010
Octal 365 266 52
Decimal 245 182 42
Hex F5 B6 2A

RGB Percentages of Color #f5b62a

%52.24
%38.81
%8.96

CMYK Percentages of Color #f5b62a

%0
%26
%83
%4

Triadic Colors of #f5b62a

#f5b62a #2af5b6 #b62af5

Analogous Colors of #f5b62a

#f5b62a #cff52a #f5512a

Monochromatic Colors of #f5b62a

#f5b62a

Complementary Color

#f5b62a #2a69f5

#f5b62a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5b62a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5b62a Color CSS Codes

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

#f5b62a Text Font Color

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

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


#f5b62a Background Color

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

This div background color is #f5b62a


#f5b62a Border Color

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

This div border color is #f5b62a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5b62a

Related Colors


Comments

No comments written yet.

Please login to write comment.