Color Hex Logo

#fd310a Color Hex

#FD310A
(253,49,10)
0 Favorites   0 Comments

Color spaces of #fd310a

RGB 2534910
HSL0.030.980.52
HSV10°96°99°
CMYK 0.000.810.96   0.01
XYZ41.661123.10122.5504
Yxy23.10120.61890.3432
Hunter Lab48.063770.610430.4985
CIE-Lab55.176473.016065.4938

#fd310a color RGB value is (253,49,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110001 00001010
Octal 375 61 12
Decimal 253 49 10
Hex FD 31 A

RGB Percentages of Color #fd310a

%81.09
%15.71
%3.21

CMYK Percentages of Color #fd310a

%0
%81
%96
%1

Triadic Colors of #fd310a

#fd310a #0afd31 #310afd

Analogous Colors of #fd310a

#fd310a #fdab0a #fd0a5c

Monochromatic Colors of #fd310a

#fd310a

Complementary Color

#fd310a #0ad6fd

#fd310a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd310a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd310a Color CSS Codes

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

#fd310a Text Font Color

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

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


#fd310a Background Color

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

This div background color is #fd310a


#fd310a Border Color

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

This div border color is #fd310a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd310a


Comments

No comments written yet.

Please login to write comment.