Color Hex Logo

#ff854f Color Hex

#FF854F
(255,133,79)
0 Favorites   0 Comments

Color spaces of #ff854f

RGB 25513379
HSL0.051.000.65
HSV18°69°100°
CMYK 0.000.480.69   0.00
XYZ51.038838.599612.1576
Yxy38.59960.50140.3792
Hunter Lab62.128637.913231.8879
CIE-Lab68.460242.350749.3138

#ff854f color RGB value is (255,133,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000101 01001111
Octal 377 205 117
Decimal 255 133 79
Hex FF 85 4F

RGB Percentages of Color #ff854f

%54.60
%28.48
%16.92

CMYK Percentages of Color #ff854f

%0
%48
%69
%0

Triadic Colors of #ff854f

#ff854f #4fff85 #854fff

Analogous Colors of #ff854f

#ff854f #ffdd4f #ff4f71

Monochromatic Colors of #ff854f

#ff854f

Complementary Color

#ff854f #4fc9ff

#ff854f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff854f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff854f Color CSS Codes

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

#ff854f Text Font Color

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

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


#ff854f Background Color

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

This div background color is #ff854f


#ff854f Border Color

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

This div border color is #ff854f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff854f


Comments

No comments written yet.

Please login to write comment.