Color Hex Logo

#f5b700 Color Hex

#F5B700
(245,183,0)
0 Favorites   0 Comments

Color spaces of #f5b700

RGB 2451830
HSL0.121.000.48
HSV45°100°96°
CMYK 0.000.251.00   0.04
XYZ54.589753.27947.4068
Yxy53.27940.47360.4622
Hunter Lab72.99275.759045.0786
CIE-Lab78.039710.274480.4941

#f5b700 color RGB value is (245,183,0).

#f5b700 hex color red value is 245, green value is 183 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #f5b700 hue: 0.12 , saturation: 1.00 and the lightness value of f5b700 is 0.48.

The process color (four color CMYK) of #f5b700 color hex is 0.00, 0.25, 1.00, 0.04. Web safe color of #f5b700 is #ffcc00. Color #f5b700 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10110111 00000000
Octal 365 267 0
Decimal 245 183 0
Hex F5 B7 0

RGB Percentages of Color #f5b700

%57.24
%42.76
%0.00

CMYK Percentages of Color #f5b700

%0
%25
%100
%4

Triadic Colors of #f5b700

#f5b700 #00f5b7 #b700f5

Analogous Colors of #f5b700

#f5b700 #b9f500 #f53d00

Monochromatic Colors of #f5b700

#f5b700

Complementary Color

#f5b700 #003ef5

#f5b700 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5b700 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5b700 Color CSS Codes

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

#f5b700 Text Font Color

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

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


#f5b700 Background Color

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

This div background color is #f5b700


#f5b700 Border Color

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

This div border color is #f5b700


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5b700

#f5b700 Color Palettes


Comments

No comments written yet.

Please login to write comment.