Color Hex Logo

#fd5008 Color Hex

#FD5008
(253,80,8)
0 Favorites   0 Comments

Color spaces of #fd5008

RGB 253808
HSL0.050.980.51
HSV18°97°99°
CMYK 0.000.680.97   0.01
XYZ43.420526.63753.0828
Yxy26.63750.59370.3642
Hunter Lab51.611559.850932.5866
CIE-Lab58.637363.371667.7278

#fd5008 color RGB value is (253,80,8).

#fd5008 hex color red value is 253, green value is 80 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #fd5008 hue: 0.05 , saturation: 0.98 and the lightness value of fd5008 is 0.51.

The process color (four color CMYK) of #fd5008 color hex is 0.00, 0.68, 0.97, 0.01. Web safe color of #fd5008 is #ff6600. Color #fd5008 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010000 00001000
Octal 375 120 10
Decimal 253 80 8
Hex FD 50 8

RGB Percentages of Color #fd5008

%74.19
%23.46
%2.35

CMYK Percentages of Color #fd5008

%0
%68
%97
%1

Triadic Colors of #fd5008

#fd5008 #08fd50 #5008fd

Analogous Colors of #fd5008

#fd5008 #fdcb08 #fd083a

Monochromatic Colors of #fd5008

#fd5008

Complementary Color

#fd5008 #08b5fd

#fd5008 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd5008 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd5008 Color CSS Codes

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

#fd5008 Text Font Color

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

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


#fd5008 Background Color

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

This div background color is #fd5008


#fd5008 Border Color

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

This div border color is #fd5008


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd5008

Related Colors


Comments

No comments written yet.

Please login to write comment.