color codes Logo

#f5320a color codes

#F5320A
(245,50,10)
0 Favorites   0 Comments

Color spaces of #f5320a

RGB 2455010
HSL0.030.920.50
HSV10°96°96°
CMYK 0.000.800.96   0.04
XYZ38.851621.71562.4310
Yxy21.71560.61670.3447
Hunter Lab46.600067.270029.5270
CIE-Lab53.723970.539563.8969

#f5320a color RGB value is (245,50,10).

#f5320a hex color red value is 245, green value is 50 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #f5320a hue: 0.03 , saturation: 0.92 and the lightness value of f5320a is 0.50.

The process color (four color CMYK) of #f5320a color code is 0.00, 0.80, 0.96, 0.04. Web safe color of #f5320a is #ff3300. Color #f5320a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110010 00001010
Octal 365 62 12
Decimal 245 50 10
Hex F5 32 A

RGB Percentages of Color #f5320a

%80.33
%16.39
%3.28

CMYK Percentages of Color #f5320a

%0
%80
%96
%4

Triadic Colors of #f5320a

#f5320a #0af532 #320af5

Analogous Colors of #f5320a

#f5320a #f5a80a #f50a58

Monochromatic Colors of #f5320a

#f5320a

Complementary Color

#f5320a #0acdf5

#f5320a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5320a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5320a Color CSS Codes

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

#f5320a Text Font Color

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

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


#f5320a Background Color

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

This div background color is #f5320a


#f5320a Border Color

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

This div border color is #f5320a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5320a


Comments

No comments written yet.

Please login to write comment.