Color Hex Logo

#faf019 Color Hex

#FAF019
(250,240,25)
0 Favorites   0 Comments

Color spaces of #faf019

RGB 25024025
HSL0.160.960.54
HSV57°90°98°
CMYK 0.000.040.90   0.02
XYZ70.759982.714413.1557
Yxy82.71440.42470.4964
Hunter Lab90.9475-20.279655.0868
CIE-Lab92.8893-16.188888.8663

#faf019 color RGB value is (250,240,25).

#faf019 hex color red value is 250, green value is 240 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #faf019 hue: 0.16 , saturation: 0.96 and the lightness value of faf019 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110000 00011001
Octal 372 360 31
Decimal 250 240 25
Hex FA F0 19

RGB Percentages of Color #faf019

%48.54
%46.60
%4.85

CMYK Percentages of Color #faf019

%0
%4
%90
%2

Triadic Colors of #faf019

#faf019 #19faf0 #f019fa

Analogous Colors of #faf019

#faf019 #94fa19 #fa8019

Monochromatic Colors of #faf019

#faf019

Complementary Color

#faf019 #1923fa

#faf019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf019 Color CSS Codes

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

#faf019 Text Font Color

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

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


#faf019 Background Color

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

This div background color is #faf019


#faf019 Border Color

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

This div border color is #faf019


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,240,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #faf019; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #faf019;
  -webkit-box-shadow: 1px 1px 3px 2px #faf019;
  box-shadow:         1px 1px 3px 2px #faf019; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,240,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf019


Comments

No comments written yet.

Please login to write comment.