Color Hex Logo

#fd7e02 Color Hex

#FD7E02
(253,126,2)
0 Favorites   0 Comments

Color spaces of #fd7e02

RGB 2531262
HSL0.080.980.50
HSV30°99°99°
CMYK 0.000.500.99   0.01
XYZ47.979835.80874.4404
Yxy35.80870.54380.4059
Hunter Lab59.840438.400037.4887
CIE-Lab66.373543.058273.1817

#fd7e02 color RGB value is (253,126,2).

#fd7e02 hex color red value is 253, green value is 126 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #fd7e02 hue: 0.08 , saturation: 0.98 and the lightness value of fd7e02 is 0.50.

The process color (four color CMYK) of #fd7e02 color hex is 0.00, 0.50, 0.99, 0.01. Web safe color of #fd7e02 is #ff6600. Color #fd7e02 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111110 00000010
Octal 375 176 2
Decimal 253 126 2
Hex FD 7E 2

RGB Percentages of Color #fd7e02

%66.40
%33.07
%0.52

CMYK Percentages of Color #fd7e02

%0
%50
%99
%1

Triadic Colors of #fd7e02

#fd7e02 #02fd7e #7e02fd

Analogous Colors of #fd7e02

#fd7e02 #fdfc02 #fd0204

Monochromatic Colors of #fd7e02

#fd7e02

Complementary Color

#fd7e02 #0281fd

#fd7e02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd7e02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd7e02 Color CSS Codes

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

#fd7e02 Text Font Color

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

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


#fd7e02 Background Color

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

This div background color is #fd7e02


#fd7e02 Border Color

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

This div border color is #fd7e02


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd7e02


Comments

No comments written yet.

Please login to write comment.