Color Hex Logo

#faad0d Color Hex

#FAAD0D
(250,173,13)
0 Favorites   0 Comments

Color spaces of #faad0d

RGB 25017313
HSL0.110.960.52
HSV41°95°98°
CMYK 0.000.310.95   0.02
XYZ54.440650.24027.2088
Yxy50.24020.48660.4490
Hunter Lab70.880313.058843.5862
CIE-Lab76.216517.754378.0847

#faad0d color RGB value is (250,173,13).

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

The process color (four color CMYK) of #faad0d color hex is 0.00, 0.31, 0.95, 0.02. Web safe color of #faad0d is #ff9900. Color #faad0d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10101101 00001101
Octal 372 255 15
Decimal 250 173 13
Hex FA AD D

RGB Percentages of Color #faad0d

%57.34
%39.68
%2.98

CMYK Percentages of Color #faad0d

%0
%31
%95
%2

Triadic Colors of #faad0d

#faad0d #0dfaad #ad0dfa

Analogous Colors of #faad0d

#faad0d #d1fa0d #fa370d

Monochromatic Colors of #faad0d

#faad0d

Complementary Color

#faad0d #0d5afa

#faad0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faad0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#faad0d Color CSS Codes

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

#faad0d Text Font Color

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

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


#faad0d Background Color

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

This div background color is #faad0d


#faad0d Border Color

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

This div border color is #faad0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faad0d

Related Colors


Comments

No comments written yet.

Please login to write comment.