Color Hex Logo

#f5d60d Color Hex

#F5D60D
(245,214,13)
0 Favorites   0 Comments

Color spaces of #f5d60d

RGB 24521413
HSL0.140.920.51
HSV52°95°96°
CMYK 0.000.130.95   0.04
XYZ61.775467.534710.1604
Yxy67.53470.44290.4842
Hunter Lab82.1795-9.633350.1952
CIE-Lab85.7733-5.570384.7559

#f5d60d color RGB value is (245,214,13).

#f5d60d hex color red value is 245, green value is 214 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #f5d60d hue: 0.14 , saturation: 0.92 and the lightness value of f5d60d is 0.51.

The process color (four color CMYK) of #f5d60d color hex is 0.00, 0.13, 0.95, 0.04. Web safe color of #f5d60d is #ffcc00. Color #f5d60d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11010110 00001101
Octal 365 326 15
Decimal 245 214 13
Hex F5 D6 D

RGB Percentages of Color #f5d60d

%51.91
%45.34
%2.75

CMYK Percentages of Color #f5d60d

%0
%13
%95
%4

Triadic Colors of #f5d60d

#f5d60d #0df5d6 #d60df5

Analogous Colors of #f5d60d

#f5d60d #a0f50d #f5620d

Monochromatic Colors of #f5d60d

#f5d60d

Complementary Color

#f5d60d #0d2cf5

#f5d60d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5d60d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5d60d Color CSS Codes

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

#f5d60d Text Font Color

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

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


#f5d60d Background Color

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

This div background color is #f5d60d


#f5d60d Border Color

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

This div border color is #f5d60d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5d60d


Comments

No comments written yet.

Please login to write comment.