Color Hex Logo

#fd1306 Color Hex

#FD1306
(253,19,6)
0 Favorites   0 Comments

Color spaces of #fd1306

RGB 253196
HSL0.010.980.51
HSV98°99°
CMYK 0.000.920.98   0.01
XYZ40.773821.36152.1465
Yxy21.36150.63430.3323
Hunter Lab46.218576.589729.5994
CIE-Lab53.342978.203465.5285

#fd1306 color RGB value is (253,19,6).

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

The process color (four color CMYK) of #fd1306 color hex is 0.00, 0.92, 0.98, 0.01. Web safe color of #fd1306 is #ff0000. Color #fd1306 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00010011 00000110
Octal 375 23 6
Decimal 253 19 6
Hex FD 13 6

RGB Percentages of Color #fd1306

%91.01
%6.83
%2.16

CMYK Percentages of Color #fd1306

%0
%92
%98
%1

Triadic Colors of #fd1306

#fd1306 #06fd13 #1306fd

Analogous Colors of #fd1306

#fd1306 #fd8f06 #fd0675

Monochromatic Colors of #fd1306

#fd1306

Complementary Color

#fd1306 #06f0fd

#fd1306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd1306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd1306 Color CSS Codes

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

#fd1306 Text Font Color

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

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


#fd1306 Background Color

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

This div background color is #fd1306


#fd1306 Border Color

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

This div border color is #fd1306


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd1306


Comments

No comments written yet.

Please login to write comment.