color codes Logo

#faa71b color codes

#FAA71B
(250,167,27)
0 Favorites   0 Comments

Color spaces of #faa71b

RGB 25016727
HSL0.100.960.54
HSV38°89°98°
CMYK 0.000.330.89   0.02
XYZ53.440948.04067.4930
Yxy48.04060.49040.4408
Hunter Lab69.311316.333542.1083
CIE-Lab74.850521.084574.6801

#faa71b color RGB value is (250,167,27).

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

The process color (four color CMYK) of #faa71b color code is 0.00, 0.33, 0.89, 0.02. Web safe color of #faa71b is #ff9933. Color #faa71b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100111 00011011
Octal 372 247 33
Decimal 250 167 27
Hex FA A7 1B

RGB Percentages of Color #faa71b

%56.31
%37.61
%6.08

CMYK Percentages of Color #faa71b

%0
%33
%89
%2

Triadic Colors of #faa71b

#faa71b #1bfaa7 #a71bfa

Analogous Colors of #faa71b

#faa71b #defa1b #fa381b

Monochromatic Colors of #faa71b

#faa71b

Complementary Color

#faa71b #1b6efa

#faa71b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa71b Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa71b Color CSS Codes

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

#faa71b Text Font Color

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

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


#faa71b Background Color

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

This div background color is #faa71b


#faa71b Border Color

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

This div border color is #faa71b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa71b


Comments

No comments written yet.

Please login to write comment.