Color Hex Logo

#fd290b Color Hex

#FD290B
(253,41,11)
0 Favorites   0 Comments

Color spaces of #fd290b

RGB 2534111
HSL0.020.980.52
HSV96°99°
CMYK 0.000.840.96   0.01
XYZ41.361422.49272.4781
Yxy22.49270.62350.3391
Hunter Lab47.426572.676430.1005
CIE-Lab54.545974.820864.9527

#fd290b color RGB value is (253,41,11).

#fd290b hex color red value is 253, green value is 41 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #fd290b hue: 0.02 , saturation: 0.98 and the lightness value of fd290b is 0.52.

The process color (four color CMYK) of #fd290b color hex is 0.00, 0.84, 0.96, 0.01. Web safe color of #fd290b is #ff3300. Color #fd290b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00101001 00001011
Octal 375 51 13
Decimal 253 41 11
Hex FD 29 B

RGB Percentages of Color #fd290b

%82.95
%13.44
%3.61

CMYK Percentages of Color #fd290b

%0
%84
%96
%1

Triadic Colors of #fd290b

#fd290b #0bfd29 #290bfd

Analogous Colors of #fd290b

#fd290b #fda20b #fd0b66

Monochromatic Colors of #fd290b

#fd290b

Complementary Color

#fd290b #0bdffd

#fd290b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd290b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd290b Color CSS Codes

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

#fd290b Text Font Color

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

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


#fd290b Background Color

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

This div background color is #fd290b


#fd290b Border Color

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

This div border color is #fd290b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd290b


Comments

No comments written yet.

Please login to write comment.