Color Hex Logo

#faf00d Color Hex

#FAF00D
(250,240,13)
0 Favorites   0 Comments

Color spaces of #faf00d

RGB 25024013
HSL0.160.960.52
HSV57°95°98°
CMYK 0.000.040.95   0.02
XYZ70.657182.673212.6143
Yxy82.67320.42580.4982
Hunter Lab90.9248-20.407255.4219
CIE-Lab92.8712-16.330490.2105

#faf00d color RGB value is (250,240,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110000 00001101
Octal 372 360 15
Decimal 250 240 13
Hex FA F0 D

RGB Percentages of Color #faf00d

%49.70
%47.71
%2.58

CMYK Percentages of Color #faf00d

%0
%4
%95
%2

Triadic Colors of #faf00d

#faf00d #0dfaf0 #f00dfa

Analogous Colors of #faf00d

#faf00d #8efa0d #fa7a0d

Monochromatic Colors of #faf00d

#faf00d

Complementary Color

#faf00d #0d17fa

#faf00d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf00d Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf00d Color CSS Codes

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

#faf00d Text Font Color

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

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


#faf00d Background Color

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

This div background color is #faf00d


#faf00d Border Color

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

This div border color is #faf00d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,240,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 #faf00d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf00d


Comments

No comments written yet.

Please login to write comment.