Color Hex Logo

#f5301d Color Hex

#F5301D
(245,48,29)
0 Favorites   0 Comments

Color spaces of #f5301d

RGB 2454829
HSL0.010.920.54
HSV88°96°
CMYK 0.000.800.88   0.04
XYZ38.934921.61513.2824
Yxy21.61510.61000.3386
Hunter Lab46.492068.124328.3585
CIE-Lab53.616271.268857.7826

#f5301d color RGB value is (245,48,29).

#f5301d hex color red value is 245, green value is 48 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #f5301d hue: 0.01 , saturation: 0.92 and the lightness value of f5301d is 0.54.

The process color (four color CMYK) of #f5301d color hex is 0.00, 0.80, 0.88, 0.04. Web safe color of #f5301d is #ff3333. Color #f5301d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110000 00011101
Octal 365 60 35
Decimal 245 48 29
Hex F5 30 1D

RGB Percentages of Color #f5301d

%76.09
%14.91
%9.01

CMYK Percentages of Color #f5301d

%0
%80
%88
%4

Triadic Colors of #f5301d

#f5301d #1df530 #301df5

Analogous Colors of #f5301d

#f5301d #f59c1d #f51d76

Monochromatic Colors of #f5301d

#f5301d

Complementary Color

#f5301d #1de2f5

#f5301d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5301d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5301d Color CSS Codes

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

#f5301d Text Font Color

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

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


#f5301d Background Color

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

This div background color is #f5301d


#f5301d Border Color

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

This div border color is #f5301d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(245,48,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f5301d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f5301d;
  -webkit-box-shadow: 1px 1px 3px 2px #f5301d;
  box-shadow:         1px 1px 3px 2px #f5301d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,48,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5301d


Comments

No comments written yet.

Please login to write comment.