Color Hex Logo

#ff721f Color Hex

#FF721F
(255,114,31)
0 Favorites   0 Comments

Color spaces of #ff721f

RGB 25511431
HSL0.061.000.56
HSV22°88°100°
CMYK 0.000.550.88   0.00
XYZ47.504633.39365.2382
Yxy33.39360.55150.3877
Hunter Lab57.787245.610335.0766
CIE-Lab64.478449.908266.0162

#ff721f color RGB value is (255,114,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01110010 00011111
Octal 377 162 37
Decimal 255 114 31
Hex FF 72 1F

RGB Percentages of Color #ff721f

%63.75
%28.50
%7.75

CMYK Percentages of Color #ff721f

%0
%55
%88
%0

Triadic Colors of #ff721f

#ff721f #1fff72 #721fff

Analogous Colors of #ff721f

#ff721f #ffe21f #ff1f3c

Monochromatic Colors of #ff721f

#ff721f

Complementary Color

#ff721f #1facff

#ff721f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff721f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff721f Color CSS Codes

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

#ff721f Text Font Color

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

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


#ff721f Background Color

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

This div background color is #ff721f


#ff721f Border Color

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

This div border color is #ff721f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,114,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 #ff721f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff721f


Comments

No comments written yet.

Please login to write comment.