Color Hex Logo

#fd702d Color Hex

#FD702D
(253,112,45)
0 Favorites   0 Comments

Color spaces of #fd702d

RGB 25311245
HSL0.050.980.58
HSV19°82°99°
CMYK 0.000.560.82   0.01
XYZ46.775832.66046.3214
Yxy32.66040.54540.3808
Hunter Lab57.149346.088333.4463
CIE-Lab63.885050.426260.2899

#fd702d color RGB value is (253,112,45).

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

The process color (four color CMYK) of #fd702d color hex is 0.00, 0.56, 0.82, 0.01. Web safe color of #fd702d is #ff6633. Color #fd702d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01110000 00101101
Octal 375 160 55
Decimal 253 112 45
Hex FD 70 2D

RGB Percentages of Color #fd702d

%61.71
%27.32
%10.98

CMYK Percentages of Color #fd702d

%0
%56
%82
%1

Triadic Colors of #fd702d

#fd702d #2dfd70 #702dfd

Analogous Colors of #fd702d

#fd702d #fdd82d #fd2d52

Monochromatic Colors of #fd702d

#fd702d

Complementary Color

#fd702d #2dbafd

#fd702d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd702d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd702d Color CSS Codes

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

#fd702d Text Font Color

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

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


#fd702d Background Color

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

This div background color is #fd702d


#fd702d Border Color

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

This div border color is #fd702d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd702d


Comments

No comments written yet.

Please login to write comment.