Color Hex Logo

#fd093e Color Hex

#FD093E
(253,9,62)
0 Favorites   0 Comments

Color spaces of #fd093e

RGB 253962
HSL0.960.980.51
HSV347°96°99°
CMYK 0.000.960.75   0.01
XYZ41.475221.42586.5070
Yxy21.42580.59760.3087
Hunter Lab46.288078.936424.0668
CIE-Lab53.412480.053841.4831

#fd093e color RGB value is (253,9,62).

#fd093e hex color red value is 253, green value is 9 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #fd093e hue: 0.96 , saturation: 0.98 and the lightness value of fd093e is 0.51.

The process color (four color CMYK) of #fd093e color hex is 0.00, 0.96, 0.75, 0.01. Web safe color of #fd093e is #ff0033. Color #fd093e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00001001 00111110
Octal 375 11 76
Decimal 253 9 62
Hex FD 9 3E

RGB Percentages of Color #fd093e

%78.09
%2.78
%19.14

CMYK Percentages of Color #fd093e

%0
%96
%75
%1

Triadic Colors of #fd093e

#fd093e #3efd09 #093efd

Analogous Colors of #fd093e

#fd093e #fd4e09 #fd09b8

Monochromatic Colors of #fd093e

#fd093e

Complementary Color

#fd093e #09fdc8

#fd093e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd093e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd093e Color CSS Codes

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

#fd093e Text Font Color

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

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


#fd093e Background Color

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

This div background color is #fd093e


#fd093e Border Color

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

This div border color is #fd093e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd093e

Related Colors


Comments

No comments written yet.

Please login to write comment.