Color Hex Logo

#fd263e Color Hex

#FD263E
(253,38,62)
0 Favorites   0 Comments

Color spaces of #fd263e

RGB 2533862
HSL0.980.980.57
HSV353°85°99°
CMYK 0.000.850.75   0.01
XYZ42.070622.61676.7055
Yxy22.61670.58930.3168
Hunter Lab47.557074.682624.9301
CIE-Lab54.675376.416342.8734

#fd263e color RGB value is (253,38,62).

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

The process color (four color CMYK) of #fd263e color hex is 0.00, 0.85, 0.75, 0.01. Web safe color of #fd263e is #ff3333. Color #fd263e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100110 00111110
Octal 375 46 76
Decimal 253 38 62
Hex FD 26 3E

RGB Percentages of Color #fd263e

%71.67
%10.76
%17.56

CMYK Percentages of Color #fd263e

%0
%85
%75
%1

Triadic Colors of #fd263e

#fd263e #3efd26 #263efd

Analogous Colors of #fd263e

#fd263e #fd7a26 #fd26aa

Monochromatic Colors of #fd263e

#fd263e

Complementary Color

#fd263e #26fde5

#fd263e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd263e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd263e Color CSS Codes

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

#fd263e Text Font Color

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

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


#fd263e Background Color

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

This div background color is #fd263e


#fd263e Border Color

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

This div border color is #fd263e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd263e


Comments

No comments written yet.

Please login to write comment.