Color Hex Logo

#fd9502 Color Hex

#FD9502
(253,149,2)
0 Favorites   0 Comments

Color spaces of #fd9502

RGB 2531492
HSL0.100.980.50
HSV35°99°99°
CMYK 0.000.410.99   0.01
XYZ51.266442.38195.5359
Yxy42.38190.51690.4273
Hunter Lab65.101426.638840.5292
CIE-Lab71.133431.431576.1378

#fd9502 color RGB value is (253,149,2).

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

The process color (four color CMYK) of #fd9502 color hex is 0.00, 0.41, 0.99, 0.01. Web safe color of #fd9502 is #ff9900. Color #fd9502 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010101 00000010
Octal 375 225 2
Decimal 253 149 2
Hex FD 95 2

RGB Percentages of Color #fd9502

%62.62
%36.88
%0.50

CMYK Percentages of Color #fd9502

%0
%41
%99
%1

Triadic Colors of #fd9502

#fd9502 #02fd95 #9502fd

Analogous Colors of #fd9502

#fd9502 #e8fd02 #fd1802

Monochromatic Colors of #fd9502

#fd9502

Complementary Color

#fd9502 #026afd

#fd9502 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9502 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9502 Color CSS Codes

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

#fd9502 Text Font Color

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

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


#fd9502 Background Color

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

This div background color is #fd9502


#fd9502 Border Color

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

This div border color is #fd9502


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9502

Related Colors

#fd9502 Color Palettes


Comments

No comments written yet.

Please login to write comment.