Color Hex Logo

#fd6146 Color Hex

#FD6146
(253,97,70)
0 Favorites   0 Comments

Color spaces of #fd6146

RGB 2539770
HSL0.020.980.63
HSV72°99°
CMYK 0.000.620.72   0.01
XYZ45.888229.87429.1421
Yxy29.87420.54050.3519
Hunter Lab54.657354.211628.3431
CIE-Lab61.545557.997246.1218

#fd6146 color RGB value is (253,97,70).

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

The process color (four color CMYK) of #fd6146 color hex is 0.00, 0.62, 0.72, 0.01. Web safe color of #fd6146 is #ff6633. Color #fd6146 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100001 01000110
Octal 375 141 106
Decimal 253 97 70
Hex FD 61 46

RGB Percentages of Color #fd6146

%60.24
%23.10
%16.67

CMYK Percentages of Color #fd6146

%0
%62
%72
%1

Triadic Colors of #fd6146

#fd6146 #46fd61 #6146fd

Analogous Colors of #fd6146

#fd6146 #fdbd46 #fd4687

Monochromatic Colors of #fd6146

#fd6146

Complementary Color

#fd6146 #46e2fd

#fd6146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd6146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd6146 Color CSS Codes

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

#fd6146 Text Font Color

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

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


#fd6146 Background Color

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

This div background color is #fd6146


#fd6146 Border Color

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

This div border color is #fd6146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd6146

Related Colors


Comments

No comments written yet.

Please login to write comment.