Color Hex Logo

#fd460a Color Hex

#FD460A
(253,70,10)
0 Favorites   0 Comments

Color spaces of #fd460a

RGB 2537010
HSL0.040.980.52
HSV15°96°99°
CMYK 0.000.720.96   0.01
XYZ42.753025.28492.9143
Yxy25.28490.60260.3564
Hunter Lab50.284163.768731.7626
CIE-Lab57.352066.928366.6432

#fd460a color RGB value is (253,70,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000110 00001010
Octal 375 106 12
Decimal 253 70 10
Hex FD 46 A

RGB Percentages of Color #fd460a

%75.98
%21.02
%3.00

CMYK Percentages of Color #fd460a

%0
%72
%96
%1

Triadic Colors of #fd460a

#fd460a #0afd46 #460afd

Analogous Colors of #fd460a

#fd460a #fdc00a #fd0a47

Monochromatic Colors of #fd460a

#fd460a

Complementary Color

#fd460a #0ac1fd

#fd460a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd460a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd460a Color CSS Codes

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

#fd460a Text Font Color

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

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


#fd460a Background Color

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

This div background color is #fd460a


#fd460a Border Color

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

This div border color is #fd460a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd460a


Comments

No comments written yet.

Please login to write comment.