Color Hex Logo

#f5b022 Color Hex

#F5B022
(245,176,34)
1 Favorites   0 Comments

Color spaces of #f5b022

RGB 24517634
HSL0.110.910.55
HSV40°86°96°
CMYK 0.000.280.86   0.04
XYZ53.470350.57868.4578
Yxy50.57860.47530.4496
Hunter Lab71.11869.747042.7320
CIE-Lab76.423014.382174.0147

#f5b022 color RGB value is (245,176,34).

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

The process color (four color CMYK) of #f5b022 color hex is 0.00, 0.28, 0.86, 0.04. Web safe color of #f5b022 is #ff9933. Color #f5b022 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10110000 00100010
Octal 365 260 42
Decimal 245 176 34
Hex F5 B0 22

RGB Percentages of Color #f5b022

%53.85
%38.68
%7.47

CMYK Percentages of Color #f5b022

%0
%28
%86
%4

Triadic Colors of #f5b022

#f5b022 #22f5b0 #b022f5

Analogous Colors of #f5b022

#f5b022 #d1f522 #f54722

Monochromatic Colors of #f5b022

#f5b022

Complementary Color

#f5b022 #2267f5

#f5b022 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5b022 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5b022 Color CSS Codes

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

#f5b022 Text Font Color

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

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


#f5b022 Background Color

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

This div background color is #f5b022


#f5b022 Border Color

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

This div border color is #f5b022


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5b022


Comments

No comments written yet.

Please login to write comment.