Color Hex Logo

#fd9915 Color Hex

#FD9915
(253,153,21)
0 Favorites   0 Comments

Color spaces of #fd9915

RGB 25315321
HSL0.090.980.54
HSV34°92°99°
CMYK 0.000.400.92   0.01
XYZ52.034643.71936.4056
Yxy43.71930.50930.4280
Hunter Lab66.120624.762340.5405
CIE-Lab72.040529.544774.0088

#fd9915 color RGB value is (253,153,21).

#fd9915 hex color red value is 253, green value is 153 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #fd9915 hue: 0.09 , saturation: 0.98 and the lightness value of fd9915 is 0.54.

The process color (four color CMYK) of #fd9915 color hex is 0.00, 0.40, 0.92, 0.01. Web safe color of #fd9915 is #ff9900. Color #fd9915 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011001 00010101
Octal 375 231 25
Decimal 253 153 21
Hex FD 99 15

RGB Percentages of Color #fd9915

%59.25
%35.83
%4.92

CMYK Percentages of Color #fd9915

%0
%40
%92
%1

Triadic Colors of #fd9915

#fd9915 #15fd99 #9915fd

Analogous Colors of #fd9915

#fd9915 #edfd15 #fd2515

Monochromatic Colors of #fd9915

#fd9915

Complementary Color

#fd9915 #1579fd

#fd9915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9915 Color CSS Codes

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

#fd9915 Text Font Color

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

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


#fd9915 Background Color

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

This div background color is #fd9915


#fd9915 Border Color

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

This div border color is #fd9915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9915

Related Colors


Comments

No comments written yet.

Please login to write comment.