Color Hex Logo

#fd7924 Color Hex

#FD7924
(253,121,36)
0 Favorites   0 Comments

Color spaces of #fd7924

RGB 25312136
HSL0.070.980.57
HSV24°86°99°
CMYK 0.000.520.86   0.01
XYZ47.663834.68485.8517
Yxy34.68480.54040.3933
Hunter Lab58.893841.399135.3346
CIE-Lab65.502545.936465.0464

#fd7924 color RGB value is (253,121,36).

#fd7924 hex color red value is 253, green value is 121 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #fd7924 hue: 0.07 , saturation: 0.98 and the lightness value of fd7924 is 0.57.

The process color (four color CMYK) of #fd7924 color hex is 0.00, 0.52, 0.86, 0.01. Web safe color of #fd7924 is #ff6633. Color #fd7924 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01111001 00100100
Octal 375 171 44
Decimal 253 121 36
Hex FD 79 24

RGB Percentages of Color #fd7924

%61.71
%29.51
%8.78

CMYK Percentages of Color #fd7924

%0
%52
%86
%1

Triadic Colors of #fd7924

#fd7924 #24fd79 #7924fd

Analogous Colors of #fd7924

#fd7924 #fde624 #fd243b

Monochromatic Colors of #fd7924

#fd7924

Complementary Color

#fd7924 #24a8fd

#fd7924 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd7924 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd7924 Color CSS Codes

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

#fd7924 Text Font Color

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

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


#fd7924 Background Color

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

This div background color is #fd7924


#fd7924 Border Color

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

This div border color is #fd7924


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd7924

Related Colors


Comments

No comments written yet.

Please login to write comment.