Color Hex Logo

#f89d4a Color Hex

#F89D4A
(248,157,74)
0 Favorites   0 Comments

Color spaces of #f89d4a

RGB 24815774
HSL0.080.930.63
HSV29°70°97°
CMYK 0.000.370.70   0.03
XYZ52.004444.564812.3395
Yxy44.56480.47750.4092
Hunter Lab66.756922.229135.7705
CIE-Lab72.604427.034855.9810

#f89d4a color RGB value is (248,157,74).

#f89d4a hex color red value is 248, green value is 157 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #f89d4a hue: 0.08 , saturation: 0.93 and the lightness value of f89d4a is 0.63.

The process color (four color CMYK) of #f89d4a color hex is 0.00, 0.37, 0.70, 0.03. Web safe color of #f89d4a is #ff9933. Color #f89d4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10011101 01001010
Octal 370 235 112
Decimal 248 157 74
Hex F8 9D 4A

RGB Percentages of Color #f89d4a

%51.77
%32.78
%15.45

CMYK Percentages of Color #f89d4a

%0
%37
%70
%3

Triadic Colors of #f89d4a

#f89d4a #4af89d #9d4af8

Analogous Colors of #f89d4a

#f89d4a #f8f44a #f84a4e

Monochromatic Colors of #f89d4a

#f89d4a

Complementary Color

#f89d4a #4aa5f8

#f89d4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f89d4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f89d4a Color CSS Codes

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

#f89d4a Text Font Color

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

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


#f89d4a Background Color

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

This div background color is #f89d4a


#f89d4a Border Color

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

This div border color is #f89d4a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,157,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f89d4a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f89d4a;
  -webkit-box-shadow: 1px 1px 3px 2px #f89d4a;
  box-shadow:         1px 1px 3px 2px #f89d4a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,157,74, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f89d4a


Comments

No comments written yet.

Please login to write comment.