Color Hex Logo

#f5f912 Color Hex

#F5F912
(245,249,18)
0 Favorites   0 Comments

Color spaces of #f5f912

RGB 24524918
HSL0.170.950.52
HSV61°93°98°
CMYK 0.020.000.93   0.02
XYZ71.641187.207513.6291
Yxy87.20750.41540.5056
Hunter Lab93.3850-26.485856.7164
CIE-Lab94.8262-22.664591.0339

#f5f912 color RGB value is (245,249,18).

#f5f912 hex color red value is 245, green value is 249 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #f5f912 hue: 0.17 , saturation: 0.95 and the lightness value of f5f912 is 0.52.

The process color (four color CMYK) of #f5f912 color hex is 0.02, 0.00, 0.93, 0.02. Web safe color of #f5f912 is #ffff00. Color #f5f912 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11111001 00010010
Octal 365 371 22
Decimal 245 249 18
Hex F5 F9 12

RGB Percentages of Color #f5f912

%47.85
%48.63
%3.52

CMYK Percentages of Color #f5f912

%2
%0
%93
%2

Triadic Colors of #f5f912

#f5f912 #12f5f9 #f912f5

Analogous Colors of #f5f912

#f5f912 #82f912 #f98a12

Monochromatic Colors of #f5f912

#f5f912

Complementary Color

#f5f912 #1612f9

#f5f912 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5f912 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5f912 Color CSS Codes

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

#f5f912 Text Font Color

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

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


#f5f912 Background Color

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

This div background color is #f5f912


#f5f912 Border Color

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

This div border color is #f5f912


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5f912

#f5f912 Color Palettes


Comments

No comments written yet.

Please login to write comment.