Color Hex Logo

#f1330d Color Hex

#F1330D
(241,51,13)
0 Favorites   0 Comments

Color spaces of #f1330d

RGB 2415113
HSL0.030.900.50
HSV10°95°95°
CMYK 0.000.790.95   0.05
XYZ37.532121.09752.4748
Yxy21.09750.61420.3453
Hunter Lab45.932065.475428.9579
CIE-Lab53.056069.169062.4091

#f1330d color RGB value is (241,51,13).

#f1330d hex color red value is 241, green value is 51 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #f1330d hue: 0.03 , saturation: 0.90 and the lightness value of f1330d is 0.50.

The process color (four color CMYK) of #f1330d color hex is 0.00, 0.79, 0.95, 0.05. Web safe color of #f1330d is #ff3300. Color #f1330d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00110011 00001101
Octal 361 63 15
Decimal 241 51 13
Hex F1 33 D

RGB Percentages of Color #f1330d

%79.02
%16.72
%4.26

CMYK Percentages of Color #f1330d

%0
%79
%95
%5

Triadic Colors of #f1330d

#f1330d #0df133 #330df1

Analogous Colors of #f1330d

#f1330d #f1a50d #f10d59

Monochromatic Colors of #f1330d

#f1330d

Complementary Color

#f1330d #0dcbf1

#f1330d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1330d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1330d Color CSS Codes

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

#f1330d Text Font Color

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

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


#f1330d Background Color

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

This div background color is #f1330d


#f1330d Border Color

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

This div border color is #f1330d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f1330d


Comments

No comments written yet.

Please login to write comment.