Color Hex Logo

#ff671f Color Hex

#FF671F
(255,103,31)
3 Favorites   0 Comments

Color spaces of #ff671f

RGB 25510331
HSL0.051.000.56
HSV19°88°100°
CMYK 0.000.600.88   0.00
XYZ46.337631.05944.8491
Yxy31.05940.56340.3776
Hunter Lab55.731050.884933.8529
CIE-Lab62.557754.910564.5524

#ff671f color RGB value is (255,103,31).

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

The process color (four color CMYK) of #ff671f color hex is 0.00, 0.60, 0.88, 0.00. Web safe color of #ff671f is #ff6633. Color #ff671f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01100111 00011111
Octal 377 147 37
Decimal 255 103 31
Hex FF 67 1F

RGB Percentages of Color #ff671f

%65.55
%26.48
%7.97

CMYK Percentages of Color #ff671f

%0
%60
%88
%0

Triadic Colors of #ff671f

#ff671f #1fff67 #671fff

Analogous Colors of #ff671f

#ff671f #ffd71f #ff1f47

Monochromatic Colors of #ff671f

#ff671f

Complementary Color

#ff671f #1fb7ff

#ff671f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff671f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff671f Color CSS Codes

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

#ff671f Text Font Color

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

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


#ff671f Background Color

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

This div background color is #ff671f


#ff671f Border Color

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

This div border color is #ff671f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff671f


Comments

No comments written yet.

Please login to write comment.