Color Hex Logo

#fd380c Color Hex

#FD380C
(253,56,12)
0 Favorites   0 Comments

Color spaces of #fd380c

RGB 2535612
HSL0.030.980.52
HSV11°95°99°
CMYK 0.000.780.95   0.01
XYZ41.988523.73752.7166
Yxy23.73750.61350.3468
Hunter Lab48.721168.571630.7989
CIE-Lab55.824071.217065.3934

#fd380c color RGB value is (253,56,12).

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

The process color (four color CMYK) of #fd380c color hex is 0.00, 0.78, 0.95, 0.01. Web safe color of #fd380c is #ff3300. Color #fd380c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00111000 00001100
Octal 375 70 14
Decimal 253 56 12
Hex FD 38 C

RGB Percentages of Color #fd380c

%78.82
%17.45
%3.74

CMYK Percentages of Color #fd380c

%0
%78
%95
%1

Triadic Colors of #fd380c

#fd380c #0cfd38 #380cfd

Analogous Colors of #fd380c

#fd380c #fdb10c #fd0c58

Monochromatic Colors of #fd380c

#fd380c

Complementary Color

#fd380c #0cd1fd

#fd380c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd380c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd380c Color CSS Codes

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

#fd380c Text Font Color

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

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


#fd380c Background Color

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

This div background color is #fd380c


#fd380c Border Color

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

This div border color is #fd380c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd380c

Related Colors


Comments

No comments written yet.

Please login to write comment.