Color Hex Logo

#fd470b Color Hex

#FD470B
(253,71,11)
0 Favorites   0 Comments

Color spaces of #fd470b

RGB 2537111
HSL0.040.980.52
HSV15°96°99°
CMYK 0.000.720.96   0.01
XYZ42.821725.41332.9649
Yxy25.41330.60140.3569
Hunter Lab50.411663.405031.8011
CIE-Lab57.475966.599166.5126

#fd470b color RGB value is (253,71,11).

#fd470b hex color red value is 253, green value is 71 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #fd470b hue: 0.04 , saturation: 0.98 and the lightness value of fd470b is 0.52.

The process color (four color CMYK) of #fd470b color hex is 0.00, 0.72, 0.96, 0.01. Web safe color of #fd470b is #ff3300. Color #fd470b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000111 00001011
Octal 375 107 13
Decimal 253 71 11
Hex FD 47 B

RGB Percentages of Color #fd470b

%75.52
%21.19
%3.28

CMYK Percentages of Color #fd470b

%0
%72
%96
%1

Triadic Colors of #fd470b

#fd470b #0bfd47 #470bfd

Analogous Colors of #fd470b

#fd470b #fdc00b #fd0b48

Monochromatic Colors of #fd470b

#fd470b

Complementary Color

#fd470b #0bc1fd

#fd470b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd470b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd470b Color CSS Codes

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

#fd470b Text Font Color

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

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


#fd470b Background Color

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

This div background color is #fd470b


#fd470b Border Color

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

This div border color is #fd470b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,71,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fd470b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fd470b;
  -webkit-box-shadow: 1px 1px 3px 2px #fd470b;
  box-shadow:         1px 1px 3px 2px #fd470b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,71,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd470b


Comments

No comments written yet.

Please login to write comment.