Color Hex Logo

#fd433c Color Hex

#FD433C
(253,67,60)
0 Favorites   0 Comments

Color spaces of #fd433c

RGB 2536760
HSL0.010.980.61
HSV76°99°
CMYK 0.000.740.76   0.01
XYZ43.330825.22326.8597
Yxy25.22320.57460.3345
Hunter Lab50.222766.115327.0577
CIE-Lab57.292268.903846.7845

#fd433c color RGB value is (253,67,60).

#fd433c hex color red value is 253, green value is 67 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #fd433c hue: 0.01 , saturation: 0.98 and the lightness value of fd433c is 0.61.

The process color (four color CMYK) of #fd433c color hex is 0.00, 0.74, 0.76, 0.01. Web safe color of #fd433c is #ff3333. Color #fd433c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000011 00111100
Octal 375 103 74
Decimal 253 67 60
Hex FD 43 3C

RGB Percentages of Color #fd433c

%66.58
%17.63
%15.79

CMYK Percentages of Color #fd433c

%0
%74
%76
%1

Triadic Colors of #fd433c

#fd433c #3cfd43 #433cfd

Analogous Colors of #fd433c

#fd433c #fda43c #fd3c96

Monochromatic Colors of #fd433c

#fd433c

Complementary Color

#fd433c #3cf6fd

#fd433c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd433c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd433c Color CSS Codes

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

#fd433c Text Font Color

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

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


#fd433c Background Color

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

This div background color is #fd433c


#fd433c Border Color

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

This div border color is #fd433c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd433c


Comments

No comments written yet.

Please login to write comment.