color codes Logo

#f7aa1b color codes

#F7AA1B
(247,170,27)
0 Favorites   0 Comments

Color spaces of #f7aa1b

RGB 24717027
HSL0.110.930.54
HSV39°89°97°
CMYK 0.000.310.89   0.03
XYZ52.930348.60277.6284
Yxy48.60270.48490.4452
Hunter Lab69.715613.520442.3133
CIE-Lab75.203518.244674.7979

#f7aa1b color RGB value is (247,170,27).

#f7aa1b hex color red value is 247, green value is 170 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #f7aa1b hue: 0.11 , saturation: 0.93 and the lightness value of f7aa1b is 0.54.

The process color (four color CMYK) of #f7aa1b color code is 0.00, 0.31, 0.89, 0.03. Web safe color of #f7aa1b is #ff9933. Color #f7aa1b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10101010 00011011
Octal 367 252 33
Decimal 247 170 27
Hex F7 AA 1B

RGB Percentages of Color #f7aa1b

%55.63
%38.29
%6.08

CMYK Percentages of Color #f7aa1b

%0
%31
%89
%3

Triadic Colors of #f7aa1b

#f7aa1b #1bf7aa #aa1bf7

Analogous Colors of #f7aa1b

#f7aa1b #d6f71b #f73c1b

Monochromatic Colors of #f7aa1b

#f7aa1b

Complementary Color

#f7aa1b #1b68f7

#f7aa1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7aa1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7aa1b Color CSS Codes

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

#f7aa1b Text Font Color

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

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


#f7aa1b Background Color

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

This div background color is #f7aa1b


#f7aa1b Border Color

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

This div border color is #f7aa1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7aa1b


Comments

No comments written yet.

Please login to write comment.