Color Hex Logo

#fd9219 Color Hex

#FD9219
(253,146,25)
0 Favorites   0 Comments

Color spaces of #fd9219

RGB 25314625
HSL0.090.980.55
HSV32°90°99°
CMYK 0.000.420.90   0.01
XYZ50.962441.51066.2460
Yxy41.51060.51620.4205
Hunter Lab64.428728.441339.3523
CIE-Lab70.532233.217072.0598

#fd9219 color RGB value is (253,146,25).

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

The process color (four color CMYK) of #fd9219 color hex is 0.00, 0.42, 0.90, 0.01. Web safe color of #fd9219 is #ff9900. Color #fd9219 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010010 00011001
Octal 375 222 31
Decimal 253 146 25
Hex FD 92 19

RGB Percentages of Color #fd9219

%59.67
%34.43
%5.90

CMYK Percentages of Color #fd9219

%0
%42
%90
%1

Triadic Colors of #fd9219

#fd9219 #19fd92 #9219fd

Analogous Colors of #fd9219

#fd9219 #f6fd19 #fd2019

Monochromatic Colors of #fd9219

#fd9219

Complementary Color

#fd9219 #1984fd

#fd9219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9219 Color CSS Codes

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

#fd9219 Text Font Color

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

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


#fd9219 Background Color

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

This div background color is #fd9219


#fd9219 Border Color

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

This div border color is #fd9219


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9219


Comments

No comments written yet.

Please login to write comment.