Color Hex Logo

#fd652a Color Hex

#FD652A
(253,101,42)
0 Favorites   0 Comments

Color spaces of #fd652a

RGB 25310142
HSL0.050.980.58
HSV17°83°99°
CMYK 0.000.600.83   0.01
XYZ45.579630.35725.6477
Yxy30.35720.55870.3721
Hunter Lab55.097451.244732.4907
CIE-Lab61.961255.324259.8282

#fd652a color RGB value is (253,101,42).

#fd652a hex color red value is 253, green value is 101 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #fd652a hue: 0.05 , saturation: 0.98 and the lightness value of fd652a is 0.58.

The process color (four color CMYK) of #fd652a color hex is 0.00, 0.60, 0.83, 0.01. Web safe color of #fd652a is #ff6633. Color #fd652a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100101 00101010
Octal 375 145 52
Decimal 253 101 42
Hex FD 65 2A

RGB Percentages of Color #fd652a

%63.89
%25.51
%10.61

CMYK Percentages of Color #fd652a

%0
%60
%83
%1

Triadic Colors of #fd652a

#fd652a #2afd65 #652afd

Analogous Colors of #fd652a

#fd652a #fdcf2a #fd2a59

Monochromatic Colors of #fd652a

#fd652a

Complementary Color

#fd652a #2ac2fd

#fd652a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd652a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd652a Color CSS Codes

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

#fd652a Text Font Color

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

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


#fd652a Background Color

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

This div background color is #fd652a


#fd652a Border Color

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

This div border color is #fd652a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd652a


Comments

No comments written yet.

Please login to write comment.