Color Hex Logo

#f04115 Color Hex

#F04115
(240,65,21)
0 Favorites   0 Comments

Color spaces of #f04115

RGB 2406521
HSL0.030.880.51
HSV12°91°94°
CMYK 0.000.730.91   0.06
XYZ37.960822.36003.0246
Yxy22.36000.59930.3530
Hunter Lab47.286460.546129.3081
CIE-Lab54.406964.737760.8200

#f04115 color RGB value is (240,65,21).

#f04115 hex color red value is 240, green value is 65 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #f04115 hue: 0.03 , saturation: 0.88 and the lightness value of f04115 is 0.51.

The process color (four color CMYK) of #f04115 color hex is 0.00, 0.73, 0.91, 0.06. Web safe color of #f04115 is #ff3300. Color #f04115 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000001 00010101
Octal 360 101 25
Decimal 240 65 21
Hex F0 41 15

RGB Percentages of Color #f04115

%73.62
%19.94
%6.44

CMYK Percentages of Color #f04115

%0
%73
%91
%6

Triadic Colors of #f04115

#f04115 #15f041 #4115f0

Analogous Colors of #f04115

#f04115 #f0af15 #f01556

Monochromatic Colors of #f04115

#f04115

Complementary Color

#f04115 #15c4f0

#f04115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04115 Color CSS Codes

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

#f04115 Text Font Color

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

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


#f04115 Background Color

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

This div background color is #f04115


#f04115 Border Color

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

This div border color is #f04115


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,65,21, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f04115; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f04115;
  -webkit-box-shadow: 1px 1px 3px 2px #f04115;
  box-shadow:         1px 1px 3px 2px #f04115; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04115


Comments

No comments written yet.

Please login to write comment.