Color Hex Logo

#fd451e Color Hex

#FD451E
(253,69,30)
0 Favorites   0 Comments

Color spaces of #fd451e

RGB 2536930
HSL0.030.980.55
HSV10°88°99°
CMYK 0.000.730.88   0.01
XYZ42.870525.23263.8392
Yxy25.23260.59590.3507
Hunter Lab50.232164.434530.6310
CIE-Lab57.301467.497060.7988

#fd451e color RGB value is (253,69,30).

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

The process color (four color CMYK) of #fd451e color hex is 0.00, 0.73, 0.88, 0.01. Web safe color of #fd451e is #ff3333. Color #fd451e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000101 00011110
Octal 375 105 36
Decimal 253 69 30
Hex FD 45 1E

RGB Percentages of Color #fd451e

%71.88
%19.60
%8.52

CMYK Percentages of Color #fd451e

%0
%73
%88
%1

Triadic Colors of #fd451e

#fd451e #1efd45 #451efd

Analogous Colors of #fd451e

#fd451e #fdb51e #fd1e67

Monochromatic Colors of #fd451e

#fd451e

Complementary Color

#fd451e #1ed6fd

#fd451e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd451e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd451e Color CSS Codes

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

#fd451e Text Font Color

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

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


#fd451e Background Color

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

This div background color is #fd451e


#fd451e Border Color

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

This div border color is #fd451e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd451e


Comments

No comments written yet.

Please login to write comment.