Color Hex Logo

#ff671a Color Hex

#FF671A
(255,103,26)
0 Favorites   0 Comments

Color spaces of #ff671a

RGB 25510326
HSL0.061.000.55
HSV20°90°100°
CMYK 0.000.600.90   0.00
XYZ46.276731.03514.5286
Yxy31.03510.56550.3792
Hunter Lab55.709250.786134.1767
CIE-Lab62.537354.826366.1147

#ff671a color RGB value is (255,103,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01100111 00011010
Octal 377 147 32
Decimal 255 103 26
Hex FF 67 1A

RGB Percentages of Color #ff671a

%66.41
%26.82
%6.77

CMYK Percentages of Color #ff671a

%0
%60
%90
%0

Triadic Colors of #ff671a

#ff671a #1aff67 #671aff

Analogous Colors of #ff671a

#ff671a #ffda1a #ff1a40

Monochromatic Colors of #ff671a

#ff671a

Complementary Color

#ff671a #1ab2ff

#ff671a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff671a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff671a Color CSS Codes

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

#ff671a Text Font Color

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

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


#ff671a Background Color

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

This div background color is #ff671a


#ff671a Border Color

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

This div border color is #ff671a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff671a


Comments

No comments written yet.

Please login to write comment.