Color Hex Logo

#f13402 Color Hex

#F13402
(241,52,2)
0 Favorites   0 Comments

Color spaces of #f13402

RGB 241522
HSL0.030.980.48
HSV13°99°95°
CMYK 0.000.780.99   0.05
XYZ37.514621.16112.1647
Yxy21.16110.61660.3478
Hunter Lab46.001265.067129.4108
CIE-Lab53.125468.813265.0012

#f13402 color RGB value is (241,52,2).

#f13402 hex color red value is 241, green value is 52 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #f13402 hue: 0.03 , saturation: 0.98 and the lightness value of f13402 is 0.48.

The process color (four color CMYK) of #f13402 color hex is 0.00, 0.78, 0.99, 0.05. Web safe color of #f13402 is #ff3300. Color #f13402 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00110100 00000010
Octal 361 64 2
Decimal 241 52 2
Hex F1 34 2

RGB Percentages of Color #f13402

%81.69
%17.63
%0.68

CMYK Percentages of Color #f13402

%0
%78
%99
%5

Triadic Colors of #f13402

#f13402 #02f134 #3402f1

Analogous Colors of #f13402

#f13402 #f1ac02 #f10248

Monochromatic Colors of #f13402

#f13402

Complementary Color

#f13402 #02bff1

#f13402 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f13402 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f13402 Color CSS Codes

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

#f13402 Text Font Color

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

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


#f13402 Background Color

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

This div background color is #f13402


#f13402 Border Color

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

This div border color is #f13402


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,52,2, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f13402; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f13402;
  -webkit-box-shadow: 1px 1px 3px 2px #f13402;
  box-shadow:         1px 1px 3px 2px #f13402; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f13402


Comments

No comments written yet.

Please login to write comment.