Color Hex Logo

#fff50c Color Hex

#FFF50C
(255,245,12)
0 Favorites   0 Comments

Color spaces of #fff50c

RGB 25524512
HSL0.161.000.52
HSV58°95°100°
CMYK 0.000.040.95   0.00
XYZ73.958886.591413.1636
Yxy86.59140.42580.4985
Hunter Lab93.0545-20.975356.7509
CIE-Lab94.5646-16.681991.7351

#fff50c color RGB value is (255,245,12).

#fff50c hex color red value is 255, green value is 245 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #fff50c hue: 0.16 , saturation: 1.00 and the lightness value of fff50c is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11110101 00001100
Octal 377 365 14
Decimal 255 245 12
Hex FF F5 C

RGB Percentages of Color #fff50c

%49.80
%47.85
%2.34

CMYK Percentages of Color #fff50c

%0
%4
%95
%0

Triadic Colors of #fff50c

#fff50c #0cfff5 #f50cff

Analogous Colors of #fff50c

#fff50c #90ff0c #ff7c0c

Monochromatic Colors of #fff50c

#fff50c

Complementary Color

#fff50c #0c16ff

#fff50c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fff50c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fff50c Color CSS Codes

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

#fff50c Text Font Color

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

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


#fff50c Background Color

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

This div background color is #fff50c


#fff50c Border Color

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

This div border color is #fff50c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fff50c

Related Colors

#fff50c Color Palettes


Comments

No comments written yet.

Please login to write comment.