Color Hex Logo

#fd9223 Color Hex

#FD9223
(253,146,35)
0 Favorites   0 Comments

Color spaces of #fd9223

RGB 25314635
HSL0.080.980.56
HSV31°86°99°
CMYK 0.000.420.86   0.01
XYZ51.090341.56186.9196
Yxy41.56180.51310.4174
Hunter Lab64.468428.638938.7641
CIE-Lab70.567733.403269.4423

#fd9223 color RGB value is (253,146,35).

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

The process color (four color CMYK) of #fd9223 color hex is 0.00, 0.42, 0.86, 0.01. Web safe color of #fd9223 is #ff9933. Color #fd9223 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010010 00100011
Octal 375 222 43
Decimal 253 146 35
Hex FD 92 23

RGB Percentages of Color #fd9223

%58.29
%33.64
%8.06

CMYK Percentages of Color #fd9223

%0
%42
%86
%1

Triadic Colors of #fd9223

#fd9223 #23fd92 #9223fd

Analogous Colors of #fd9223

#fd9223 #fbfd23 #fd2523

Monochromatic Colors of #fd9223

#fd9223

Complementary Color

#fd9223 #238efd

#fd9223 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd9223 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd9223 Color CSS Codes

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

#fd9223 Text Font Color

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

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


#fd9223 Background Color

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

This div background color is #fd9223


#fd9223 Border Color

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

This div border color is #fd9223


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd9223


Comments

No comments written yet.

Please login to write comment.