Color Hex Logo

#fd170b Color Hex

#FD170B
(253,23,11)
0 Favorites   0 Comments

Color spaces of #fd170b

RGB 2532311
HSL0.010.980.52
HSV96°99°
CMYK 0.000.910.96   0.01
XYZ40.874821.51962.3160
Yxy21.51960.63170.3326
Hunter Lab46.389276.100029.5124
CIE-Lab53.513577.778964.4365

#fd170b color RGB value is (253,23,11).

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

The process color (four color CMYK) of #fd170b color hex is 0.00, 0.91, 0.96, 0.01. Web safe color of #fd170b is #ff0000. Color #fd170b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010111 00001011
Octal 375 27 13
Decimal 253 23 11
Hex FD 17 B

RGB Percentages of Color #fd170b

%88.15
%8.01
%3.83

CMYK Percentages of Color #fd170b

%0
%91
%96
%1

Triadic Colors of #fd170b

#fd170b #0bfd17 #170bfd

Analogous Colors of #fd170b

#fd170b #fd900b #fd0b78

Monochromatic Colors of #fd170b

#fd170b

Complementary Color

#fd170b #0bf1fd

#fd170b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd170b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd170b Color CSS Codes

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

#fd170b Text Font Color

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

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


#fd170b Background Color

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

This div background color is #fd170b


#fd170b Border Color

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

This div border color is #fd170b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd170b


Comments

No comments written yet.

Please login to write comment.