color codes Logo

#faa00b color codes

#FAA00B
(250,160,11)
0 Favorites   0 Comments

Color spaces of #faa00b

RGB 25016011
HSL0.100.960.51
HSV37°96°98°
CMYK 0.000.360.96   0.02
XYZ52.055645.48986.3534
Yxy45.48980.50100.4378
Hunter Lab67.446119.737441.6272
CIE-Lab73.213224.544676.2427

#faa00b color RGB value is (250,160,11).

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

The process color (four color CMYK) of #faa00b color code is 0.00, 0.36, 0.96, 0.02. Web safe color of #faa00b is #ff9900. Color #faa00b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100000 00001011
Octal 372 240 13
Decimal 250 160 11
Hex FA A0 B

RGB Percentages of Color #faa00b

%59.38
%38.00
%2.61

CMYK Percentages of Color #faa00b

%0
%36
%96
%2

Triadic Colors of #faa00b

#faa00b #0bfaa0 #a00bfa

Analogous Colors of #faa00b

#faa00b #ddfa0b #fa290b

Monochromatic Colors of #faa00b

#faa00b

Complementary Color

#faa00b #0b65fa

#faa00b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa00b Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa00b Color CSS Codes

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

#faa00b Text Font Color

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

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


#faa00b Background Color

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

This div background color is #faa00b


#faa00b Border Color

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

This div border color is #faa00b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa00b

Related Colors


Comments

No comments written yet.

Please login to write comment.