color codes Logo

#faf70e color codes

#FAF70E
(250,247,14)
0 Favorites   0 Comments

Color spaces of #faf70e

RGB 25024714
HSL0.160.960.52
HSV59°94°98°
CMYK 0.000.010.94   0.02
XYZ72.764486.877213.3494
Yxy86.87720.42060.5022
Hunter Lab93.2079-23.764856.7539
CIE-Lab94.6861-19.694791.4815

#faf70e color RGB value is (250,247,14).

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

The process color (four color CMYK) of #faf70e color code is 0.00, 0.01, 0.94, 0.02. Web safe color of #faf70e is #ffff00. Color #faf70e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110111 00001110
Octal 372 367 16
Decimal 250 247 14
Hex FA F7 E

RGB Percentages of Color #faf70e

%48.92
%48.34
%2.74

CMYK Percentages of Color #faf70e

%0
%1
%94
%2

Triadic Colors of #faf70e

#faf70e #0efaf7 #f70efa

Analogous Colors of #faf70e

#faf70e #87fa0e #fa810e

Monochromatic Colors of #faf70e

#faf70e

Complementary Color

#faf70e #0e11fa

#faf70e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf70e Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf70e Color CSS Codes

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

#faf70e Text Font Color

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

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


#faf70e Background Color

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

This div background color is #faf70e


#faf70e Border Color

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

This div border color is #faf70e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf70e

Related Colors


Comments

No comments written yet.

Please login to write comment.