Color Hex Logo

#fd340f Color Hex

#FD340F
(253,52,15)
0 Favorites   0 Comments

Color spaces of #fd340f

RGB 2535215
HSL0.030.980.53
HSV94°99°
CMYK 0.000.790.94   0.01
XYZ41.822223.37312.7591
Yxy23.37310.61540.3440
Hunter Lab48.345769.809130.4583
CIE-Lab55.454672.306064.4533

#fd340f color RGB value is (253,52,15).

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

The process color (four color CMYK) of #fd340f color hex is 0.00, 0.79, 0.94, 0.01. Web safe color of #fd340f is #ff3300. Color #fd340f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110100 00001111
Octal 375 64 17
Decimal 253 52 15
Hex FD 34 F

RGB Percentages of Color #fd340f

%79.06
%16.25
%4.69

CMYK Percentages of Color #fd340f

%0
%79
%94
%1

Triadic Colors of #fd340f

#fd340f #0ffd34 #340ffd

Analogous Colors of #fd340f

#fd340f #fdab0f #fd0f61

Monochromatic Colors of #fd340f

#fd340f

Complementary Color

#fd340f #0fd8fd

#fd340f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd340f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd340f Color CSS Codes

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

#fd340f Text Font Color

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

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


#fd340f Background Color

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

This div background color is #fd340f


#fd340f Border Color

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

This div border color is #fd340f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd340f

Related Colors


Comments

No comments written yet.

Please login to write comment.