Color Hex Logo

#ff854d Color Hex

#FF854D
(255,133,77)
0 Favorites   0 Comments

Color spaces of #ff854d

RGB 25513377
HSL0.051.000.65
HSV19°70°100°
CMYK 0.000.480.70   0.00
XYZ50.967138.570911.7798
Yxy38.57090.50300.3807
Hunter Lab62.105537.802132.2281
CIE-Lab68.439342.250650.2858

#ff854d color RGB value is (255,133,77).

#ff854d hex color red value is 255, green value is 133 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ff854d hue: 0.05 , saturation: 1.00 and the lightness value of ff854d is 0.65.

The process color (four color CMYK) of #ff854d color hex is 0.00, 0.48, 0.70, 0.00. Web safe color of #ff854d is #ff9966. Color #ff854d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000101 01001101
Octal 377 205 115
Decimal 255 133 77
Hex FF 85 4D

RGB Percentages of Color #ff854d

%54.84
%28.60
%16.56

CMYK Percentages of Color #ff854d

%0
%48
%70
%0

Triadic Colors of #ff854d

#ff854d #4dff85 #854dff

Analogous Colors of #ff854d

#ff854d #ffde4d #ff4d6e

Monochromatic Colors of #ff854d

#ff854d

Complementary Color

#ff854d #4dc7ff

#ff854d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff854d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff854d Color CSS Codes

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

#ff854d Text Font Color

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

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


#ff854d Background Color

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

This div background color is #ff854d


#ff854d Border Color

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

This div border color is #ff854d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,133,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ff854d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ff854d;
  -webkit-box-shadow: 1px 1px 3px 2px #ff854d;
  box-shadow:         1px 1px 3px 2px #ff854d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,133,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff854d


Comments

No comments written yet.

Please login to write comment.