Color Hex Logo

#fd310b Color Hex

#FD310B
(253,49,11)
0 Favorites   0 Comments

Color spaces of #fd310b

RGB 2534911
HSL0.030.980.52
HSV96°99°
CMYK 0.000.810.96   0.01
XYZ41.666723.10342.5799
Yxy23.10340.61870.3430
Hunter Lab48.066070.619830.4639
CIE-Lab55.178773.023365.2779

#fd310b color RGB value is (253,49,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110001 00001011
Octal 375 61 13
Decimal 253 49 11
Hex FD 31 B

RGB Percentages of Color #fd310b

%80.83
%15.65
%3.51

CMYK Percentages of Color #fd310b

%0
%81
%96
%1

Triadic Colors of #fd310b

#fd310b #0bfd31 #310bfd

Analogous Colors of #fd310b

#fd310b #fdaa0b #fd0b5e

Monochromatic Colors of #fd310b

#fd310b

Complementary Color

#fd310b #0bd7fd

#fd310b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd310b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd310b Color CSS Codes

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

#fd310b Text Font Color

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

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


#fd310b Background Color

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

This div background color is #fd310b


#fd310b Border Color

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

This div border color is #fd310b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd310b


Comments

No comments written yet.

Please login to write comment.