Color Hex Logo

#ff712f Color Hex

#FF712F
(255,113,47)
0 Favorites   0 Comments

Color spaces of #ff712f

RGB 25511347
HSL0.051.000.59
HSV19°82°100°
CMYK 0.000.560.82   0.00
XYZ47.658233.27556.6003
Yxy33.27550.54450.3801
Hunter Lab57.684946.524733.5955
CIE-Lab64.383450.744860.0266

#ff712f color RGB value is (255,113,47).

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

The process color (four color CMYK) of #ff712f color hex is 0.00, 0.56, 0.82, 0.00. Web safe color of #ff712f is #ff6633. Color #ff712f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110001 00101111
Octal 377 161 57
Decimal 255 113 47
Hex FF 71 2F

RGB Percentages of Color #ff712f

%61.45
%27.23
%11.33

CMYK Percentages of Color #ff712f

%0
%56
%82
%0

Triadic Colors of #ff712f

#ff712f #2fff71 #712fff

Analogous Colors of #ff712f

#ff712f #ffd92f #ff2f55

Monochromatic Colors of #ff712f

#ff712f

Complementary Color

#ff712f #2fbdff

#ff712f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff712f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff712f Color CSS Codes

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

#ff712f Text Font Color

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

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


#ff712f Background Color

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

This div background color is #ff712f


#ff712f Border Color

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

This div border color is #ff712f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff712f

Related Colors


Comments

No comments written yet.

Please login to write comment.