Color Hex Logo

#fd9918 Color Hex

#FD9918
(253,153,24)
0 Favorites   0 Comments

Color spaces of #fd9918

RGB 25315324
HSL0.090.980.54
HSV34°91°99°
CMYK 0.000.400.91   0.01
XYZ52.064143.73116.5610
Yxy43.73110.50870.4272
Hunter Lab66.129524.807440.4082
CIE-Lab72.048429.587873.3984

#fd9918 color RGB value is (253,153,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011001 00011000
Octal 375 231 30
Decimal 253 153 24
Hex FD 99 18

RGB Percentages of Color #fd9918

%58.84
%35.58
%5.58

CMYK Percentages of Color #fd9918

%0
%40
%91
%1

Triadic Colors of #fd9918

#fd9918 #18fd99 #9918fd

Analogous Colors of #fd9918

#fd9918 #effd18 #fd2718

Monochromatic Colors of #fd9918

#fd9918

Complementary Color

#fd9918 #187cfd

#fd9918 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9918 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9918 Color CSS Codes

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

#fd9918 Text Font Color

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

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


#fd9918 Background Color

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

This div background color is #fd9918


#fd9918 Border Color

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

This div border color is #fd9918


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9918


Comments

No comments written yet.

Please login to write comment.