color codes Logo

#f89c4e color codes

#F89C4E
(248,156,78)
0 Favorites   0 Comments

Color spaces of #f89c4e

RGB 24815678
HSL0.080.920.64
HSV28°69°97°
CMYK 0.000.370.69   0.03
XYZ51.975044.283513.0159
Yxy44.28350.47560.4053
Hunter Lab66.545822.960534.9854
CIE-Lab72.417627.763053.9218

#f89c4e color RGB value is (248,156,78).

#f89c4e hex color red value is 248, green value is 156 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #f89c4e hue: 0.08 , saturation: 0.92 and the lightness value of f89c4e is 0.64.

The process color (four color CMYK) of #f89c4e color code is 0.00, 0.37, 0.69, 0.03. Web safe color of #f89c4e is #ff9966. Color #f89c4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10011100 01001110
Octal 370 234 116
Decimal 248 156 78
Hex F8 9C 4E

RGB Percentages of Color #f89c4e

%51.45
%32.37
%16.18

CMYK Percentages of Color #f89c4e

%0
%37
%69
%3

Triadic Colors of #f89c4e

#f89c4e #4ef89c #9c4ef8

Analogous Colors of #f89c4e

#f89c4e #f8f14e #f84e55

Monochromatic Colors of #f89c4e

#f89c4e

Complementary Color

#f89c4e #4eaaf8

#f89c4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f89c4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f89c4e Color CSS Codes

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

#f89c4e Text Font Color

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

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


#f89c4e Background Color

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

This div background color is #f89c4e


#f89c4e Border Color

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

This div border color is #f89c4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f89c4e


Comments

No comments written yet.

Please login to write comment.